mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-15 17:12:59 +00:00
Update world dashboard
This commit is contained in:
@@ -1,26 +1,7 @@
|
||||
network_card:
|
||||
default:
|
||||
- title:
|
||||
- icon:
|
||||
card:
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: entities
|
||||
title: "[[title]]"
|
||||
icon: "[[icon]]"
|
||||
entities:
|
||||
- type: custom:template-entity-row
|
||||
name: Open network tab
|
||||
icon: mdi:server-network
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: /lovelace-main/network
|
||||
- type: custom:template-entity-row
|
||||
name: Open admin UI
|
||||
icon: mdi:firefox
|
||||
tap_action:
|
||||
action: url
|
||||
url_path: http://router.lan
|
||||
- type: "custom:mini-graph-card"
|
||||
animate: true
|
||||
points_per_hour: 1
|
||||
|
||||
@@ -13,12 +13,6 @@ pi_hole_card:
|
||||
name: Status
|
||||
- entity: switch.pihole_temp_disable
|
||||
name: Pause for 5 mins
|
||||
- type: custom:template-entity-row
|
||||
name: Open admin UI
|
||||
icon: mdi:firefox
|
||||
tap_action:
|
||||
action: url
|
||||
url_path: http://cobalt.lan:8081/admin
|
||||
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
- type: custom:layout-card
|
||||
layout_type: custom:horizontal-layout
|
||||
layout:
|
||||
max_cols: 2
|
||||
max_cols: 3
|
||||
cards:
|
||||
- type: custom:decluttering-card
|
||||
template: coloured-vertical-stack
|
||||
@@ -13,6 +13,19 @@
|
||||
variables:
|
||||
- title: 🌍 Outside world
|
||||
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template: v3_chip_person
|
||||
entity: input_boolean.georgi_home
|
||||
entity_picture: /local/images/people/georgi.jpg
|
||||
name: Georgi
|
||||
- type: custom:button-card
|
||||
template: v3_chip_person
|
||||
entity: input_boolean.player_2_home
|
||||
entity_picture: /local/images/people/maya.jpg
|
||||
name: Maya
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: stacked-weather
|
||||
|
||||
@@ -58,5 +71,22 @@
|
||||
- entity: sensor.maya_times_left
|
||||
name: Maya times left
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: coloured-vertical-stack
|
||||
variables:
|
||||
- color: "#38593a"
|
||||
- cards:
|
||||
- type: custom:decluttering-card
|
||||
template: v3_section_title
|
||||
variables:
|
||||
- title: Network stats
|
||||
- type: custom:decluttering-card
|
||||
template: network_card
|
||||
- type: custom:decluttering-card
|
||||
template: v3_section_title
|
||||
variables:
|
||||
- title: Pi-hole
|
||||
- type: custom:decluttering-card
|
||||
template: pi_hole_card
|
||||
|
||||
- !include ../popup_cards.yaml
|
||||
|
||||
Reference in New Issue
Block a user