mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
Getting things back in sync?
This commit is contained in:
+29
-12
@@ -808,6 +808,8 @@ badges:
|
||||
# name: Frigate
|
||||
- entity: binary_sensor.need_to_open_something_too_warm_or_cold
|
||||
name: Open Something
|
||||
show_name: true
|
||||
show_state: false
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: /details-yml/hvac
|
||||
@@ -815,6 +817,8 @@ badges:
|
||||
action: more-info
|
||||
- entity: binary_sensor.something_open_too_warm_or_cold
|
||||
name: Close Something
|
||||
show_name: true
|
||||
show_state: false
|
||||
tap_action:
|
||||
action: navigate
|
||||
navigation_path: /details-yml/hvac
|
||||
@@ -1049,10 +1053,6 @@ cards:
|
||||
name: Front Room TV
|
||||
- entity: media_player.downstairs_roku
|
||||
name: Downstairs Roku
|
||||
- entity: light.master_bedroom_strips_hue
|
||||
name: MBR Strips
|
||||
tap_action:
|
||||
action: toggle
|
||||
- entity: light.nursery_closet
|
||||
name: Nursery Closet
|
||||
tap_action:
|
||||
@@ -1317,30 +1317,47 @@ cards:
|
||||
card:
|
||||
type: vertical-stack
|
||||
cards:
|
||||
# - type: entity-filter
|
||||
# entities:
|
||||
# - input_text.person_clint
|
||||
# - input_text.person_kristy
|
||||
# - input_text.person_emmett
|
||||
# - input_text.person_bridget
|
||||
# - input_text.person_marshall
|
||||
# - input_text.person_tess
|
||||
# - input_text.person_ebin
|
||||
# - input_text.person_guest
|
||||
# state_filter:
|
||||
# - Home
|
||||
# card:
|
||||
# type: glance
|
||||
# show_name: false
|
||||
# show_state: true
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: input_boolean.out_of_bed_alert
|
||||
icon: mdi:bed-empty
|
||||
secondary_info: none
|
||||
fill_container: false
|
||||
tap_action:
|
||||
action: toggle
|
||||
name: Goodnight Kids
|
||||
name: Alert
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: input_boolean.announce_bedtime
|
||||
secondary_info: none
|
||||
fill_container: false
|
||||
tap_action:
|
||||
action: toggle
|
||||
name: Announce Bedtime
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: entity
|
||||
name: Warning
|
||||
entity: input_datetime.kids_five_minute_warning_time
|
||||
- type: entity
|
||||
name: Bedtime
|
||||
- type: custom:mushroom-entity-card
|
||||
entity: input_datetime.kids_bedtime_announcement_time
|
||||
icon: mdi:bed-clock
|
||||
secondary_info: state
|
||||
fill_container: false
|
||||
tap_action:
|
||||
action: more-info
|
||||
name: Bedtime
|
||||
- type: glance
|
||||
show_name: false
|
||||
entities:
|
||||
|
||||
Reference in New Issue
Block a user