mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-07 17:34:42 +00:00
190 lines
5.7 KiB
YAML
190 lines
5.7 KiB
YAML
title: System
|
|
path: system
|
|
icon: "mdi:cogs"
|
|
badges: []
|
|
cards:
|
|
- type: entities
|
|
title: Automations
|
|
show_header_toggle: false
|
|
entities:
|
|
- automation.youtube_download_latest_pds
|
|
|
|
- type: custom:fold-entity-row
|
|
head:
|
|
type: custom:dummy-entity-row
|
|
entity: binary_sensor.georgi_home
|
|
name: Presence
|
|
open: true
|
|
entities:
|
|
- input_boolean.routine_welcome_home
|
|
- automation.presence_arrival_detection
|
|
- automation.presence_coming_home
|
|
- automation.presence_leaving_home
|
|
- automation.routine_coming_home_left_work
|
|
- automation.presence_leaving_work
|
|
|
|
- type: divider
|
|
|
|
- type: custom:fold-entity-row
|
|
head:
|
|
type: custom:dummy-entity-row
|
|
entity: sun.sun
|
|
name: Lighting
|
|
icon: mdi:lightbulb
|
|
open: true
|
|
entities:
|
|
- automation.lighting_turn_on_ceiling_lights_after_sunset
|
|
- automation.lighting_turn_off_all_lights_after_sunrise
|
|
- automation.lighting_master_bedroom_toggle_main_lights_on_bedisde_switch_single_click
|
|
- automation.lighting_living_room_turn_all_lights_on_on_magic_cube_flip_90
|
|
- automation.lighting_living_room_turn_all_lights_off_on_magic_cube_flip_180
|
|
- automation.lighting_sync_tasmota_states_on_start_up
|
|
|
|
- type: divider
|
|
|
|
- type: custom:fold-entity-row
|
|
head:
|
|
type: custom:dummy-entity-row
|
|
entity: sun.sun
|
|
name: Music
|
|
icon: mdi:music-note
|
|
open: true
|
|
entities:
|
|
- automation.music_play_pause_on_magic_cube_knock
|
|
- automation.music_volume_down_on_magic_cube_rotate_left
|
|
- automation.music_volume_up_on_magic_cube_rotate_right
|
|
|
|
- type: divider
|
|
|
|
- type: custom:fold-entity-row
|
|
head:
|
|
type: custom:dummy-entity-row
|
|
entity: input_boolean.sleep_mode
|
|
open: true
|
|
entities:
|
|
- automation.routine_bedtime_toggle_on_bedside_switch_hold
|
|
- automation.sleep_mode_enable
|
|
- automation.sleep_mode_disable
|
|
- automation.sleep_mode_toggle_on_bedside_switch_double_click
|
|
|
|
- type: divider
|
|
|
|
- type: custom:fold-entity-row
|
|
head:
|
|
type: custom:dummy-entity-row
|
|
entity: input_boolean.guest_mode
|
|
open: true
|
|
entities:
|
|
- automation.guest_mode_enable
|
|
- automation.guest_mode_disable
|
|
- automation.guest_mode_enable_from_telegram
|
|
- automation.guest_mode_disable_from_telegram
|
|
|
|
- type: divider
|
|
|
|
- type: custom:fold-entity-row
|
|
head:
|
|
type: custom:dummy-entity-row
|
|
entity: input_boolean.domestina
|
|
open: true
|
|
entities:
|
|
- automation.domestina_automate_start
|
|
- automation.domestina_start
|
|
- automation.domestina_automate_end
|
|
- automation.domestina_end
|
|
|
|
- type: divider
|
|
|
|
- type: custom:fold-entity-row
|
|
head:
|
|
type: custom:dummy-entity-row
|
|
entity: sun.sun
|
|
name: Security
|
|
icon: mdi:shield-home
|
|
open: true
|
|
entities:
|
|
- automation.security_door_opened_while_away
|
|
- automation.camera_startup
|
|
|
|
- type: divider
|
|
|
|
- type: custom:fold-entity-row
|
|
head:
|
|
type: custom:dummy-entity-row
|
|
entity: sun.sun
|
|
icon: mdi:cogs
|
|
name: System
|
|
open: true
|
|
entities:
|
|
- automation.system_announce_start
|
|
- automation.system_telegram_announce_status
|
|
- automation.speech_telegram_action_do_nothing
|
|
|
|
- type: entities
|
|
title: Batteries
|
|
show_header_toggle: false
|
|
entities:
|
|
- type: custom:battery-entity
|
|
entity: sensor.front_door_power
|
|
- type: custom:battery-entity
|
|
entity: sensor.living_room_right_window_power
|
|
- type: custom:battery-entity
|
|
entity: sensor.bedroom_right_window_power
|
|
- type: custom:battery-entity
|
|
entity: sensor.bedroom_weather_power
|
|
- type: custom:battery-entity
|
|
entity: sensor.cube_power
|
|
- type: custom:battery-entity
|
|
entity: sensor.master_bedroom_bedside_switch_power
|
|
- type: custom:battery-entity
|
|
entity: sensor.motion_1_power
|
|
- type: custom:battery-entity
|
|
entity: sensor.motion_2_power
|
|
|
|
- type: vertical-stack
|
|
cards:
|
|
- type: entities
|
|
title: Pi-Hole
|
|
entities:
|
|
- switch.pihole_temp_disable
|
|
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mini-graph-card
|
|
name: Total queries
|
|
font_size: 75
|
|
icon: mdi:radio-towe
|
|
line_color: var(--accent-color)
|
|
line_width: 8
|
|
entities:
|
|
- sensor.pi_hole_dns_queries_today
|
|
- type: custom:mini-graph-card
|
|
name: Queries blocked
|
|
font_size: 75
|
|
icon: mdi:stop-circle
|
|
line_color: var(--accent-color)
|
|
line_width: 8
|
|
entities:
|
|
- entity: sensor.pi_hole_ads_blocked_today
|
|
icon: mdi:pi-hole
|
|
|
|
- type: horizontal-stack
|
|
cards:
|
|
- type: custom:mini-graph-card
|
|
name: Percent blocked
|
|
font_size: 75
|
|
icon: mdi:percent
|
|
line_color: var(--accent-color)
|
|
line_width: 8
|
|
entities:
|
|
- sensor.pi_hole_ads_percentage_blocked_today
|
|
|
|
- type: custom:mini-graph-card
|
|
name: Seen clients
|
|
font_size: 75
|
|
icon: mdi:devices
|
|
line_color: var(--accent-color)
|
|
line_width: 8
|
|
entities:
|
|
- sensor.pi_hole_seen_clients
|