Files
sarah/config/lovelace/advanced_dashboard/09_system.yaml

244 lines
8.7 KiB
YAML

title: System
path: system
icon: "mdi:hammer-wrench"
panel: true
cards:
- type: custom:mod-card
style:
layout-card:
$:
.: |
#columns {
padding: 0 10px;
}
#columns .column {
padding: 20px 10px;
}
card:
type: custom:layout-card
layout: horizontal
cards:
- type: entities
title: Automations
show_header_toggle: false
entities:
# Presence
- type: custom:fold-entity-row
head:
type: custom:dummy-entity-row
entity: binary_sensor.georgi_home
name: Presence
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
# Lighting
- type: custom:fold-entity-row
head:
type: custom:dummy-entity-row
entity: sun.sun
name: Lighting
icon: mdi:lightbulb
tap_action: none
entities:
- automation.lighting_turn_on_ceiling_lights_after_sunset
- automation.lighting_turn_off_all_lights_after_sunrise
- type: divider
- automation.lighting_temperature_adjust_on_start
- automation.lighting_temperature_adjust_based_on_time
- type: divider
- automation.lighting_master_bedroom_toggle_lights_on_bedside_switch_single_click
- type: divider
- automation.lighting_kitchen_day_mode_motion_turn_lights_on_after_sunset
- automation.lighting_kitchen_day_mode_motion_turn_lights_off
- automation.lighting_kitchen_night_mode_motion_turn_lights_on
- automation.lighting_kitchen_night_mode_motion_turn_lights_off
- type: divider
- automation.lighting_hallway_day_mode_motion_turn_lights_on
- automation.lighting_hallway_day_mode_motion_turn_lights_off
- automation.lighting_hallway_night_mode_motion_turn_lights_on
- automation.lighting_hallway_night_mode_motion_turn_lights_off
- type: divider
- automation.lighting_sync_tasmota_states_on_start_up
- type: divider
# Media
- type: custom:fold-entity-row
head:
type: custom:dummy-entity-row
entity: sun.sun
name: Media
icon: mdi:play-box-outline
tap_action: none
entities:
- automation.tv_join_beam_to_sonos_group_when_off
- automation.tv_state_sync_on_tv_on
- automation.tv_state_sync_on_tv_off
- automation.tv_state_sync_on_shield_on
- automation.tv_state_sync_on_shield_off
- type: divider
- automation.tv_plex_setup_house_for_plex
- automation.tv_plex_restore_house_after_plex
- automation.youtube_download_latest_pds
- automation.media_sonos_put_beam_in_night_mode
- automation.media_sonos_put_beam_in_day_mode
- type: divider
# Notifications
- type: custom:fold-entity-row
head:
type: custom:dummy-entity-row
entity: sun.sun
name: Notifications
icon: mdi:play-box-outline
tap_action: none
entities:
- automation.notification_phone_battery_low
- automation.notification_door_opened
- type: divider
# House mode
- type: custom:fold-entity-row
head:
type: custom:dummy-entity-row
entity: binary_sensor.house_mode
entities:
- automation.house_mode_set_to_day
- automation.house_mode_set_to_bed
- automation.house_mode_set_to_night
- automation.house_mode_toggle_on_bedside_switch_double_click
- type: divider
# Guest Mode
- type: custom:fold-entity-row
head:
type: custom:dummy-entity-row
entity: input_boolean.guest_mode
entities:
- automation.guest_mode_enable
- automation.guest_mode_disable
- automation.guest_mode_enable_from_telegram
- automation.guest_mode_disable_from_telegram
- type: divider
# Domestina
- type: custom:fold-entity-row
head:
type: custom:dummy-entity-row
entity: input_boolean.domestina
entities:
- automation.domestina_automate_start
- automation.domestina_start
- automation.domestina_automate_end
- automation.domestina_end
- type: divider
# Security
- type: custom:fold-entity-row
head:
type: custom:dummy-entity-row
entity: sun.sun
name: Security
icon: mdi:shield-home
tap_action: none
entities:
- automation.security_door_opened_while_away
- automation.camera_startup
- type: divider
# Clock
- type: custom:fold-entity-row
head:
type: custom:dummy-entity-row
entity: sun.sun
icon: mdi:clock
name: Clock
tap_action: none
entities:
- automation.alarm_wake_up
- automation.alarm_set_time
- type: divider
# System
- type: custom:fold-entity-row
head:
type: custom:dummy-entity-row
entity: sun.sun
icon: mdi:cogs
name: System
tap_action: none
entities:
- automation.system_announce_start
- automation.system_telegram_announce_status
- automation.speech_telegram_action_do_nothing
- automation.ifttt_call_service
- type: divider
# Magic cube
- type: custom:fold-entity-row
head:
entity: input_boolean.magic_cube_enabled
name: Magic Cube
entities:
- automation.magic_cube_mode_change
- automation.magic_cube_lighting_toggle_on_knock
- automation.magic_cube_lighting_dim_on_rotate_left
- automation.magic_cube_lighting_brighten_on_rotate_right
- automation.magic_cube_music_play_pause_on_knock
- automation.magic_cube_music_volume_down_on_rotate_left
- automation.magic_cube_music_volume_up_on_rotate_right
# Browser mod
- type: custom:fold-entity-row
head:
type: custom:dummy-entity-row
entity: sun.sun
icon: mdi:google-chrome
name: Browser mod
tap_action: none
entities:
- automation.browser_mod_kitchen_night_brightness
- automation.browser_mod_kitchen_day_brightness
- automation.browser_mod_kitchen_home
- automation.browser_mod_kitchen_away
- type: entities
title: Batteries
show_header_toggle: false
entities:
- type: custom:battery-entity
entity: sensor.carbon_battery_level
- type: divider
- 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