mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-02 23:54:25 +00:00
Disable more automations in domestina mode
This commit is contained in:
@@ -20,6 +20,7 @@ cards:
|
||||
- automation.disable_guest_mode
|
||||
- automation.telegram_enable_guest_mode
|
||||
- automation.telegram_disable_guest_mode
|
||||
- automation.bedtime_toggle_on_master_bedroom_bedside_switch_hold
|
||||
- automation.enable_sleep_mode
|
||||
- automation.disable_sleep_mode
|
||||
- automation.sleep_toggle_on_switch_tap
|
||||
|
||||
@@ -3,6 +3,19 @@ input_boolean:
|
||||
name: Domestina time
|
||||
icon: mdi:broom
|
||||
|
||||
group:
|
||||
domestina_disabled_automations:
|
||||
- automation.presence_arrival_detection
|
||||
- automation.coming_home
|
||||
- automation.leaving_work_to_home
|
||||
- automation.leaving_home
|
||||
- automation.enable_sleep_mode
|
||||
- automation.disable_sleep_mode
|
||||
- automation.sleep_toggle_on_switch_tap
|
||||
- automation.cube_knock
|
||||
- automation.cube_shake
|
||||
- automation.bedtime_toggle_on_master_bedroom_bedside_switch_hold
|
||||
|
||||
automation:
|
||||
- id: domestina_automate_start
|
||||
alias: Domestina · Automate start
|
||||
@@ -27,9 +40,7 @@ automation:
|
||||
- service: input_boolean.turn_on
|
||||
entity_id: input_boolean.guest_mode
|
||||
- service: automation.turn_off
|
||||
entity_id:
|
||||
- automation.cube_knock
|
||||
- automation.cube_shake
|
||||
entity_id: group.domestina_disabled_automations
|
||||
|
||||
- id: domestina_automate_end
|
||||
alias: Domestina · Automate end
|
||||
@@ -54,6 +65,4 @@ automation:
|
||||
- service: input_boolean.turn_off
|
||||
entity_id: input_boolean.guest_mode
|
||||
- service: automation.turn_on
|
||||
entity_id:
|
||||
- automation.cube_knock
|
||||
- automation.cube_shake
|
||||
entity_id: group.domestina_disabled_automations
|
||||
|
||||
@@ -26,7 +26,7 @@ automation:
|
||||
- service: script.routine_waking_up
|
||||
|
||||
- id: sleep_toggle_on_switch_tap
|
||||
alias: Sleep mode · Toggle on bedside switch single click
|
||||
alias: Sleep mode · Toggle on bedside switch double click
|
||||
trigger:
|
||||
- platform: event
|
||||
event_type: zha_event
|
||||
|
||||
Reference in New Issue
Block a user