diff --git a/config/lovelace/advanced_dashboard/08_automations.yaml b/config/lovelace/advanced_dashboard/08_automations.yaml index 571e7bd..2429767 100644 --- a/config/lovelace/advanced_dashboard/08_automations.yaml +++ b/config/lovelace/advanced_dashboard/08_automations.yaml @@ -46,6 +46,7 @@ cards: - input_boolean.routine_welcome_home - automation.presence_georgi_arrival_detection - automation.presence_player_2_arrival_detection + - automation.presence_player_2_arrival_best_effort - automation.presence_georgi_leaving - automation.presence_player_2_leaving - automation.presence_coming_home diff --git a/config/lovelace/hallway_dashboard/at_home_dashboard.yaml b/config/lovelace/hallway_dashboard/at_home_dashboard.yaml index 7eb9dfd..71a6c21 100644 --- a/config/lovelace/hallway_dashboard/at_home_dashboard.yaml +++ b/config/lovelace/hallway_dashboard/at_home_dashboard.yaml @@ -19,10 +19,6 @@ card: # Column 1 - type: vertical-stack cards: - - type: custom:decluttering-card - template: v3_section_title - variables: - - title: Sensors - type: horizontal-stack cards: - type: custom:button-card diff --git a/config/lovelace/hallway_dashboard/coming_home_dashboard.yaml b/config/lovelace/hallway_dashboard/coming_home_dashboard.yaml index a51063e..661cb17 100644 --- a/config/lovelace/hallway_dashboard/coming_home_dashboard.yaml +++ b/config/lovelace/hallway_dashboard/coming_home_dashboard.yaml @@ -174,6 +174,10 @@ card: tap_action: action: call-service service: script.toggle_living_room_cover + - type: custom:button-card + template: v3_tablet_button + entity: input_boolean.simulation_mode + name: Simulation - type: custom:button-card template: [v3_button_purifier, v3_tablet_button] entity: fan.philips_airpurifier diff --git a/config/lovelace/hallway_dashboard/leaving_home_dashboard.yaml b/config/lovelace/hallway_dashboard/leaving_home_dashboard.yaml index 1b4f35e..3ffd565 100644 --- a/config/lovelace/hallway_dashboard/leaving_home_dashboard.yaml +++ b/config/lovelace/hallway_dashboard/leaving_home_dashboard.yaml @@ -18,12 +18,20 @@ card: cards: - type: vertical-stack cards: - - type: custom:decluttering-card - template: v3_section_title - variables: - - title: Sensors - type: horizontal-stack cards: + - type: custom:button-card + template: v3_button_person + entity: input_boolean.georgi_home + styles: + card: + - background-image: url("/local/images/people/georgi.jpg") + - type: custom:button-card + template: v3_button_person + entity: input_boolean.player_2_home + styles: + card: + - background-image: url("/local/images/people/maya.jpg") - type: custom:button-card template: v3_badge entity: sensor.quarantined_percent @@ -110,6 +118,10 @@ card: tap_action: action: call-service service: script.toggle_living_room_cover + - type: custom:button-card + template: v3_tablet_button + entity: input_boolean.simulation_mode + name: Simulation - type: custom:sun-card diff --git a/config/packages/devices/hallway/hallway_tablet.yaml b/config/packages/devices/hallway/hallway_tablet.yaml index 2578032..aff4455 100644 --- a/config/packages/devices/hallway/hallway_tablet.yaml +++ b/config/packages/devices/hallway/hallway_tablet.yaml @@ -45,5 +45,5 @@ automation: data: message: "Goodbye!" # TODO: add conditions - - service: input_boolean.turn_off - entity_id: input_boolean.georgi_home + # - service: input_boolean.turn_off + # entity_id: input_boolean.georgi_home