mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-06 18:08:45 +00:00
Rename home_dashboard folder to advanced_dashboard
This commit is contained in:
@@ -1,60 +0,0 @@
|
||||
title: Home
|
||||
path: default_view
|
||||
icon: "mdi:home"
|
||||
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: horzontal
|
||||
max_columns: 2
|
||||
cards:
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: entities
|
||||
title: Alarm
|
||||
entities:
|
||||
- entity: input_boolean.alarm_enabled
|
||||
name: Alarm
|
||||
- input_datetime.alarm_time
|
||||
- type: entities
|
||||
title: Quarantine
|
||||
icon: mdi:biohazard
|
||||
entities:
|
||||
- type: custom:decluttering-card
|
||||
template: percentage_card
|
||||
variables:
|
||||
- name: Percent
|
||||
- entity: sensor.quarantined_percent
|
||||
- icon: mdi:percent
|
||||
- orange: 100
|
||||
- red: 100
|
||||
- entity: sensor.quarantine_times_left
|
||||
name: Times left
|
||||
- type: "custom:weather-card"
|
||||
current: true
|
||||
details: true
|
||||
entity: weather.dark_sky
|
||||
forecast: true
|
||||
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: "custom:travel-time-card"
|
||||
title: Travel time
|
||||
columns:
|
||||
- name
|
||||
- duration
|
||||
- distance
|
||||
entities:
|
||||
- sensor.home_to_work
|
||||
- sensor.work_to_home
|
||||
@@ -1,142 +0,0 @@
|
||||
title: Living Room
|
||||
path: living-room
|
||||
icon: "mdi:sofa"
|
||||
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: vertical-stack
|
||||
cards:
|
||||
- type: entities
|
||||
title: Lights
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- type: custom:slider-entity-row
|
||||
entity: light.living_room_all_lights
|
||||
name: All lights
|
||||
toggle: true
|
||||
step: 5
|
||||
- type: custom:fold-entity-row
|
||||
head:
|
||||
entity: light.living_room_main_lights
|
||||
name: Main lights
|
||||
entities:
|
||||
- type: custom:slider-entity-row
|
||||
entity: light.living_room_main_lights
|
||||
name: Brightness
|
||||
hide_state: true
|
||||
step: 5
|
||||
- type: custom:slider-entity-row
|
||||
entity: light.living_room_main_lights
|
||||
name: Temperature
|
||||
attribute: color_temp
|
||||
hide_state: true
|
||||
min: 153
|
||||
max: 500
|
||||
step: 5
|
||||
- type: custom:decluttering-card
|
||||
template: light_with_fade_and_switch
|
||||
variables:
|
||||
- light: light.light_lohas_1
|
||||
- fade: switch.light_lohas_1_fade
|
||||
- wifi: sensor.light_lohas_1_wifi
|
||||
- type: custom:decluttering-card
|
||||
template: light_with_fade_and_switch
|
||||
variables:
|
||||
- light: light.light_lohas_2
|
||||
- fade: switch.light_lohas_2_fade
|
||||
- wifi: sensor.light_lohas_2_wifi
|
||||
- type: custom:decluttering-card
|
||||
template: light_with_fade_and_switch
|
||||
variables:
|
||||
- light: light.light_lohas_3
|
||||
- fade: switch.light_lohas_3_fade
|
||||
- wifi: sensor.light_lohas_3_wifi
|
||||
- type: custom:decluttering-card
|
||||
template: light_with_fade_and_switch
|
||||
variables:
|
||||
- light: light.light_lohas_4
|
||||
- fade: switch.light_lohas_4_fade
|
||||
- wifi: sensor.light_lohas_4_wifi
|
||||
- type: custom:fold-entity-row
|
||||
head:
|
||||
type: custom:decluttering-card
|
||||
template: light_with_fade_and_switch
|
||||
variables:
|
||||
- light: light.pc
|
||||
- fade: switch.pc_light_fade
|
||||
- wifi: sensor.pc_light_wifi
|
||||
entities:
|
||||
- type: custom:slider-entity-row
|
||||
entity: light.pc
|
||||
name: Brightness
|
||||
hide_state: true
|
||||
step: 5
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: sonos_media_player
|
||||
variables:
|
||||
- player: media_player.living_room
|
||||
|
||||
- type: "custom:mini-media-player"
|
||||
entity: media_player.living_room_tv
|
||||
|
||||
- type: "custom:mini-media-player"
|
||||
entity: media_player.nvidia_shield
|
||||
|
||||
- type: glance
|
||||
show_state: false
|
||||
entities:
|
||||
- switch.titanium_power
|
||||
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: glance
|
||||
title: Window
|
||||
show_icon: true
|
||||
show_name: false
|
||||
show_state: true
|
||||
entities:
|
||||
- binary_sensor.living_room_right_window_on_off_wrapper
|
||||
- sensor.living_room_right_window_power
|
||||
- type: entities
|
||||
title: Power
|
||||
entities:
|
||||
- switch.outlet_1_switch
|
||||
- sensor.outlet_1_power
|
||||
- sensor.outlet_1_voltage
|
||||
- sensor.outlet_1_current
|
||||
- sensor.outlet_1_energy_today
|
||||
- sensor.outlet_1_energy_yesterday
|
||||
- sensor.outlet_1_energy_total
|
||||
- sensor.outlet_1_energy_total_start_time
|
||||
- sensor.outlet_1_wifi
|
||||
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: picture-entity
|
||||
aspect_ratio: 50%
|
||||
entity: camera.amcrest_camera
|
||||
show_name: true
|
||||
show_state: true
|
||||
|
||||
- type: entities
|
||||
title: Camera Controls
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- switch.camera
|
||||
- binary_sensor.amcrest_camera_online
|
||||
- binary_sensor.amcrest_camera_motion_detected
|
||||
@@ -1,99 +0,0 @@
|
||||
title: Master Bedroom
|
||||
path: master-bedroom
|
||||
icon: "mdi:bed-empty"
|
||||
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: vertical-stack
|
||||
cards:
|
||||
- type: entities
|
||||
title: Lights
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- type: custom:slider-entity-row
|
||||
entity: light.master_bedroom_all_lights
|
||||
name: All lights
|
||||
toggle: true
|
||||
step: 5
|
||||
- type: custom:fold-entity-row
|
||||
head:
|
||||
entity: light.master_bedroom_main_lights
|
||||
name: Main lights
|
||||
entities:
|
||||
- type: custom:slider-entity-row
|
||||
entity: light.master_bedroom_main_lights
|
||||
name: Brightness
|
||||
hide_state: true
|
||||
step: 5
|
||||
- type: custom:slider-entity-row
|
||||
entity: light.master_bedroom_main_lights
|
||||
name: Temperature
|
||||
attribute: color_temp
|
||||
hide_state: true
|
||||
min: 153
|
||||
max: 500
|
||||
step: 5
|
||||
- type: custom:decluttering-card
|
||||
template: light_with_fade_and_switch
|
||||
variables:
|
||||
- light: light.light_le_1
|
||||
- fade: switch.light_le_1_fade
|
||||
- wifi: sensor.light_le_1_wifi
|
||||
- type: custom:decluttering-card
|
||||
template: light_with_fade_and_switch
|
||||
variables:
|
||||
- light: light.light_le_2
|
||||
- fade: switch.light_le_2_fade
|
||||
- wifi: sensor.light_le_2_wifi
|
||||
- type: custom:decluttering-card
|
||||
template: light_with_fade_and_switch
|
||||
variables:
|
||||
- light: light.light_le_3
|
||||
- fade: switch.light_le_3_fade
|
||||
- wifi: sensor.light_le_3_wifi
|
||||
- type: custom:decluttering-card
|
||||
template: light_with_fade_and_switch
|
||||
variables:
|
||||
- light: light.light_le_4
|
||||
- fade: switch.light_le_4_fade
|
||||
- wifi: sensor.light_le_4_wifi
|
||||
- light.bedside_light
|
||||
- light.bed_led
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: sonos_media_player
|
||||
variables:
|
||||
- player: media_player.master_bedroom
|
||||
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: glance
|
||||
title: Window
|
||||
show_name: false
|
||||
entities:
|
||||
- binary_sensor.bedroom_right_window_on_off_wrapper
|
||||
- sensor.bedroom_right_window_power
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: bedroom_climate_card
|
||||
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: custom:decluttering-card
|
||||
template: philips_airpurifier_card
|
||||
variables:
|
||||
- title: Air Purifier
|
||||
@@ -1,95 +0,0 @@
|
||||
title: Kitchen
|
||||
path: kitchen
|
||||
icon: "mdi:chef-hat"
|
||||
badges: []
|
||||
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
|
||||
max_columns: 3
|
||||
cards:
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: entities
|
||||
title: Lights
|
||||
entities: []
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template: small
|
||||
entity: light.tuya_kitchen_all_lights
|
||||
name: All lights
|
||||
- type: custom:button-card
|
||||
template: small
|
||||
entity: light.tuya_kitchen_main_lights
|
||||
name: Main
|
||||
- type: custom:button-card
|
||||
template: small
|
||||
entity: light.tuya_kitchen_secondary_lights
|
||||
name: Secondary
|
||||
- type: entities
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- type: custom:fold-entity-row
|
||||
entity: light.kitchen_main_lights
|
||||
name: Main lights
|
||||
entities:
|
||||
- light.light_le_11
|
||||
- light.light_le_12
|
||||
- light.light_orbecco_1
|
||||
- type: custom:fold-entity-row
|
||||
entity: light.kitchen_secondary_lights
|
||||
name: Secondary lights
|
||||
entities:
|
||||
- light.light_le_5
|
||||
- light.light_le_6
|
||||
- light.light_le_9
|
||||
- light.light_le_10
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: sonos_media_player
|
||||
variables:
|
||||
- player: media_player.kitchen
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: glance
|
||||
title: Sensors
|
||||
entities:
|
||||
- entity: binary_sensor.browser_kitchen
|
||||
- entity: binary_sensor.motion_1_ias_zone
|
||||
- entity: sensor.motion_1_illuminance
|
||||
- entity: binary_sensor.motion_1_occupancy
|
||||
- type: "custom:mini-graph-card"
|
||||
animate: true
|
||||
points_per_hour: 1
|
||||
hours_to_show: 48
|
||||
show:
|
||||
graph: bar
|
||||
average: true
|
||||
extrema: true
|
||||
entities:
|
||||
- entity: sensor.motion_1_illuminance
|
||||
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: entities
|
||||
title: Brita Filter
|
||||
icon: mdi:filter-outline
|
||||
entities:
|
||||
- input_number.brita_remaining_liters
|
||||
- input_datetime.brita_next_change
|
||||
- binary_sensor.brita_should_change_filter
|
||||
- script.brita_new_filter
|
||||
- script.brita_pour_water
|
||||
@@ -1,8 +0,0 @@
|
||||
title: Bathroom
|
||||
path: bathroom
|
||||
icon: "mdi:shower-head"
|
||||
cards:
|
||||
- type: custom:decluttering-card
|
||||
template: sonos_media_player
|
||||
variables:
|
||||
- player: media_player.bathroom
|
||||
@@ -1,100 +0,0 @@
|
||||
title: Hallway
|
||||
path: hallway
|
||||
icon: "mdi:door-closed"
|
||||
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: vertical-stack
|
||||
cards:
|
||||
- type: entities
|
||||
title: Lights
|
||||
entities: []
|
||||
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
template: small
|
||||
entity: light.hallway_all_lights
|
||||
name: All lights
|
||||
- type: custom:button-card
|
||||
template: small
|
||||
entity: light.hallway_entrance_lights
|
||||
name: Entrance
|
||||
- type: custom:button-card
|
||||
template: small
|
||||
entity: light.tuya_hallway_main_lights
|
||||
name: Main
|
||||
|
||||
- type: entities
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- type: custom:fold-entity-row
|
||||
entity: light.hallway_entrance_lights
|
||||
name: Entrance lights
|
||||
entities:
|
||||
- type: custom:slider-entity-row
|
||||
entity: light.hallway_entrance_lights
|
||||
name: Brightness
|
||||
hide_state: true
|
||||
step: 5
|
||||
- type: custom:slider-entity-row
|
||||
entity: light.hallway_entrance_lights
|
||||
name: Temperature
|
||||
attribute: color_temp
|
||||
hide_state: true
|
||||
min: 153
|
||||
max: 500
|
||||
step: 5
|
||||
- type: custom:decluttering-card
|
||||
template: light_with_fade_and_switch
|
||||
variables:
|
||||
- light: light.light_lohas_5
|
||||
- fade: switch.light_lohas_5_fade
|
||||
- wifi: sensor.light_lohas_5_wifi
|
||||
- type: custom:decluttering-card
|
||||
template: light_with_fade_and_switch
|
||||
variables:
|
||||
- light: light.light_lohas_6
|
||||
- fade: switch.light_lohas_6_fade
|
||||
- wifi: sensor.light_lohas_6_wifi
|
||||
- type: custom:fold-entity-row
|
||||
entity: light.hallway_main_lights
|
||||
name: Main lights
|
||||
entities:
|
||||
- light.light_le_7
|
||||
- light.light_le_8
|
||||
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: glance
|
||||
title: Sensors
|
||||
entities:
|
||||
- entity: binary_sensor.motion_2_ias_zone
|
||||
- entity: sensor.motion_2_illuminance
|
||||
- entity: binary_sensor.motion_2_occupancy
|
||||
- entity: sensor.motion_2_power
|
||||
|
||||
- type: "custom:mini-graph-card"
|
||||
animate: true
|
||||
points_per_hour: 1
|
||||
hours_to_show: 48
|
||||
show:
|
||||
graph: bar
|
||||
average: true
|
||||
extrema: true
|
||||
entities:
|
||||
- entity: sensor.motion_2_illuminance
|
||||
@@ -1,85 +0,0 @@
|
||||
title: Lights
|
||||
path: lights
|
||||
icon: mdi:lightbulb
|
||||
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: Living room
|
||||
icon: mdi:sofa
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- light.living_room_all_lights
|
||||
- type: divider
|
||||
- light.living_room_main_lights
|
||||
- light.light_lohas_1
|
||||
- light.light_lohas_2
|
||||
- light.light_lohas_3
|
||||
- light.light_lohas_4
|
||||
- type: divider
|
||||
- light.pc
|
||||
|
||||
- type: entities
|
||||
title: Master bedroom
|
||||
icon: mdi:bed-empty
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- light.master_bedroom_all_lights
|
||||
- type: divider
|
||||
- light.master_bedroom_main_lights
|
||||
- light.light_le_1
|
||||
- light.light_le_2
|
||||
- light.light_le_3
|
||||
- light.light_le_4
|
||||
- type: divider
|
||||
- light.bedside_light
|
||||
|
||||
- type: entities
|
||||
title: Kitchen
|
||||
icon: mdi:chef-hat
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- light.tuya_kitchen_all_lights
|
||||
- type: divider
|
||||
- light.tuya_kitchen_main_lights
|
||||
- light.kitchen_main_lights
|
||||
- light.light_le_11
|
||||
- light.light_le_12
|
||||
- light.light_orbecco_1
|
||||
- type: divider
|
||||
- light.tuya_kitchen_secondary_lights
|
||||
- light.kitchen_secondary_lights
|
||||
- light.light_le_5
|
||||
- light.light_le_6
|
||||
- light.light_le_9
|
||||
- light.light_le_10
|
||||
|
||||
- type: entities
|
||||
title: Hallway
|
||||
icon: mdi:door-closed
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- light.hallway_all_lights
|
||||
- type: divider
|
||||
- light.hallway_entrance_lights
|
||||
- light.light_lohas_5
|
||||
- light.light_lohas_6
|
||||
- type: divider
|
||||
- light.tuya_hallway_main_lights
|
||||
- light.hallway_main_lights
|
||||
- light.light_le_7
|
||||
- light.light_le_8
|
||||
@@ -1,153 +0,0 @@
|
||||
title: Media
|
||||
path: media
|
||||
panel: true
|
||||
icon: mdi:youtube
|
||||
cards:
|
||||
- type: custom:layout-card
|
||||
layout: horizontal
|
||||
cards:
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: custom:config-template-card
|
||||
entities:
|
||||
- sensor.day9tv
|
||||
- sensor.lirik
|
||||
- sensor.cohhcarnage
|
||||
- sensor.sacriel
|
||||
card:
|
||||
type: vertical-stack
|
||||
title: Twitch
|
||||
icon: mdi:twitch
|
||||
cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: picture-entity
|
||||
entity: sensor.day9tv
|
||||
image: ${states['sensor.day9tv'].attributes.entity_picture}
|
||||
state_filter:
|
||||
"online": brightness(110%)
|
||||
"offline": brightness(50%) saturate(0)
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: script.tv_twitch
|
||||
service_data:
|
||||
channel: day9tv
|
||||
- type: picture-entity
|
||||
entity: sensor.lirik
|
||||
image: ${states['sensor.lirik'].attributes.entity_picture}
|
||||
state_filter:
|
||||
"online": brightness(110%)
|
||||
"offline": brightness(50%) saturate(0)
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: script.tv_twitch
|
||||
service_data:
|
||||
channel: lirik
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: picture-entity
|
||||
entity: sensor.cohhcarnage
|
||||
image: ${states['sensor.cohhcarnage'].attributes.entity_picture}
|
||||
state_filter:
|
||||
"online": brightness(110%)
|
||||
"offline": brightness(50%) saturate(0)
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: script.tv_twitch
|
||||
service_data:
|
||||
channel: cohhcarnage
|
||||
- type: picture-entity
|
||||
entity: sensor.sacriel
|
||||
image: ${states['sensor.sacriel'].attributes.entity_picture}
|
||||
state_filter:
|
||||
"online": brightness(110%)
|
||||
"offline": brightness(50%) saturate(0)
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: script.tv_twitch
|
||||
service_data:
|
||||
channel: sacriel
|
||||
|
||||
- type: vertical-stack
|
||||
title: Youtube
|
||||
cards:
|
||||
- type: custom:config-template-card
|
||||
entities:
|
||||
- sensor.philip_defranco
|
||||
- sensor.pds
|
||||
card:
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: picture-entity
|
||||
entity: sensor.philip_defranco
|
||||
image: "${states['sensor.philip_defranco'].attributes.entity_picture}"
|
||||
name: "Play the latest PDS"
|
||||
show_state: false
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: script.youtube_play_latest_pds
|
||||
- type: markdown
|
||||
content: "${states['sensor.philip_defranco'].state}"
|
||||
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: entities
|
||||
title: Download audio
|
||||
icon: mdi:youtube
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- entity: input_text.youtube_download_url
|
||||
type: "custom:text-input-row"
|
||||
- entity: input_text.youtube_download_name
|
||||
type: "custom:text-input-row"
|
||||
- type: custom:hui-horizontal-stack-card
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
name: Download
|
||||
icon: mdi:download
|
||||
size: 48px
|
||||
style: |
|
||||
ha-card {
|
||||
box-shadow: none;
|
||||
}
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: script.youtube_download_selected
|
||||
- type: custom:button-card
|
||||
name: Download & Play
|
||||
icon: mdi:youtube-tv
|
||||
size: 48px
|
||||
style: |
|
||||
ha-card {
|
||||
box-shadow: none;
|
||||
}
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: script.youtube_download_and_play
|
||||
|
||||
- type: custom:folder-card
|
||||
entity: sensor.pds
|
||||
title: Philip DeFranco Show
|
||||
icon: "mdi:youtube"
|
||||
sort: "descending"
|
||||
max_count: 10
|
||||
show_count: true
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: script.youtube_play_file
|
||||
|
||||
- type: custom:folder-card
|
||||
entity: sensor.youtube
|
||||
title: Downloaded audio files
|
||||
icon: "mdi:youtube"
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: script.youtube_play_file
|
||||
|
||||
- type: vertical-stack
|
||||
title: Scenes
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
entity: script.tv_fireplace
|
||||
name: Fireplace
|
||||
size: 48px
|
||||
@@ -1,61 +0,0 @@
|
||||
title: Network
|
||||
path: network
|
||||
icon: "mdi:server-network"
|
||||
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: vertical-stack
|
||||
cards:
|
||||
- type: custom:decluttering-card
|
||||
template: titanium_card
|
||||
variables:
|
||||
- title: Titanium
|
||||
- icon: mdi:desktop-tower
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: platinum_card
|
||||
variables:
|
||||
- title: Platinum
|
||||
- icon: mdi:nas
|
||||
|
||||
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- type: entities
|
||||
title: SARAH
|
||||
icon: mdi:home-assistant
|
||||
entities:
|
||||
- binary_sensor.updater
|
||||
- sensor.uptime
|
||||
- entity: sensor.home_assistant_v2_db
|
||||
name: Database
|
||||
icon: mdi:database
|
||||
- entity: sensor.home_assistant_log
|
||||
name: Logs
|
||||
icon: mdi:view-list
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: pi_hole_card
|
||||
variables:
|
||||
- title: Pi-Hole
|
||||
- icon: mdi:pi-hole
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: network_card
|
||||
variables:
|
||||
- title: Network
|
||||
- icon: mdi:router-wireless
|
||||
@@ -1,233 +0,0 @@
|
||||
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
|
||||
- automation.lighting_adjust_temperature_on_start
|
||||
- type: divider
|
||||
- automation.lighting_living_room_adjust_temperature_based_on_time
|
||||
- automation.lighting_master_bedroom_toggle_lights_on_bedside_switch_single_click
|
||||
- automation.lighting_master_bedroom_adjust_temperature_based_on_time
|
||||
- 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
|
||||
- automation.lighting_hallway_night_mode_motion_turn_lights_on
|
||||
- automation.lighting_hallway_night_mode_motion_turn_lights_off
|
||||
- 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_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
|
||||
@@ -1,50 +0,0 @@
|
||||
title: COVID-19
|
||||
path: covid-19
|
||||
panel: true
|
||||
icon: "mdi:biohazard"
|
||||
cards:
|
||||
- type: custom:mod-card
|
||||
style:
|
||||
layout-card:
|
||||
$:
|
||||
.: |
|
||||
#columns {
|
||||
padding: 0 10px;
|
||||
}
|
||||
#columns .column {
|
||||
padding: 20px 10px;
|
||||
}
|
||||
card:
|
||||
type: custom:layout-card
|
||||
layout: horizontal
|
||||
max_columns: 3
|
||||
cards:
|
||||
- type: custom:decluttering-card
|
||||
template: covid_19
|
||||
variables:
|
||||
- name: Worldwide
|
||||
- location: worldwide
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: covid_19
|
||||
variables:
|
||||
- name: Bulgaria
|
||||
- location: bulgaria
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: covid_19
|
||||
variables:
|
||||
- name: Italy
|
||||
- location: italy
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: covid_19
|
||||
variables:
|
||||
- name: France
|
||||
- location: france
|
||||
|
||||
- type: custom:decluttering-card
|
||||
template: covid_19
|
||||
variables:
|
||||
- name: USA
|
||||
- location: us
|
||||
@@ -1,82 +0,0 @@
|
||||
title: test
|
||||
path: test
|
||||
cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:button-card
|
||||
name: Reload themes
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: frontend.reload_themes
|
||||
- type: custom:button-card
|
||||
name: Reload automations
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: automation.reload
|
||||
- type: custom:button-card
|
||||
name: Reload scripts
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: script.reload
|
||||
|
||||
- type: entities
|
||||
entities:
|
||||
- input_boolean.magic_cube_enabled
|
||||
- input_select.magic_cube_mode
|
||||
- entity: sensor.cube_analog_input
|
||||
- entity: sensor.cube_multistate_input
|
||||
- entity: sensor.cube_power
|
||||
- entity: sensor.carbon_activity
|
||||
- entity: sensor.carbon_last_update_trigger
|
||||
|
||||
- type: "custom:mini-graph-card"
|
||||
animate: true
|
||||
entities:
|
||||
- entity: sensor.purifier_temperature
|
||||
index: 0
|
||||
name: Purifier Temperature
|
||||
- entity: sensor.bedroom_weather_temperature
|
||||
index: 1
|
||||
name: Weather Temperature
|
||||
line_color:
|
||||
- "#e74c3c"
|
||||
- var(--accent-color)
|
||||
line_width: 3
|
||||
points_per_hour: 1
|
||||
hours_to_show: 72
|
||||
|
||||
- type: "custom:mini-graph-card"
|
||||
animate: true
|
||||
entities:
|
||||
- entity: sensor.purifier_humidity
|
||||
index: 0
|
||||
name: Purifier humidity
|
||||
- entity: sensor.bedroom_weather_humidity
|
||||
index: 1
|
||||
name: Weather humidity
|
||||
line_color:
|
||||
- "#e74c3c"
|
||||
- var(--accent-color)
|
||||
line_width: 3
|
||||
points_per_hour: 1
|
||||
hours_to_show: 72
|
||||
|
||||
- type: entities
|
||||
entities:
|
||||
- binary_sensor.lumi_lumi_vibration_aq1_b8c6c402_ias_zone
|
||||
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: button
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: script.alarm_start
|
||||
name: start
|
||||
icon: mdi:home-alert
|
||||
|
||||
- type: button
|
||||
tap_action:
|
||||
action: call-service
|
||||
service: script.alarm_stop
|
||||
name: stop
|
||||
icon: mdi:home
|
||||
Reference in New Issue
Block a user