mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-06-17 01:52:58 +00:00
Group entity ids
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
- service: input_boolean.turn_on
|
||||
entity_id: input_boolean.guest_mode
|
||||
- service: automation.turn_off
|
||||
entity_id: automation.cube_knock
|
||||
- service: automation.turn_off
|
||||
entity_id: automation.cube_shake
|
||||
entity_id:
|
||||
- automation.cube_knock
|
||||
- automation.cube_shake
|
||||
|
||||
- alias: Trigger Domestina End
|
||||
trigger:
|
||||
@@ -44,6 +44,6 @@
|
||||
- service: input_boolean.turn_off
|
||||
entity_id: input_boolean.guest_mode
|
||||
- service: automation.turn_on
|
||||
entity_id: automation.cube_knock
|
||||
- service: automation.turn_on
|
||||
entity_id: automation.cube_shake
|
||||
entity_id:
|
||||
- automation.cube_knock
|
||||
- automation.cube_shake
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
to: "on"
|
||||
action:
|
||||
- service: automation.turn_off
|
||||
entity_id: automation.leaving_home
|
||||
- service: automation.turn_off
|
||||
entity_id: automation.coming_home
|
||||
entity_id:
|
||||
- automation.leaving_home
|
||||
- automation.coming_home
|
||||
- service: input_boolean.turn_off
|
||||
entity_id: input_boolean.speech_notifications
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
to: "off"
|
||||
action:
|
||||
- service: automation.turn_on
|
||||
entity_id: automation.leaving_home
|
||||
- service: automation.turn_on
|
||||
entity_id: automation.coming_home
|
||||
entity_id:
|
||||
- automation.leaving_home
|
||||
- automation.coming_home
|
||||
- service: input_boolean.turn_on
|
||||
entity_id: input_boolean.speech_notifications
|
||||
|
||||
@@ -7,9 +7,9 @@
|
||||
action:
|
||||
- service: script.security_camera_on
|
||||
- service: media_player.turn_off
|
||||
entity_id: media_player.living_room_tv
|
||||
- service: media_player.turn_off
|
||||
entity_id: media_player.living_room_tv_2
|
||||
entity_id:
|
||||
- media_player.living_room_tv
|
||||
- media_player.living_room_tv_2
|
||||
- service: light.turn_off
|
||||
entity_id: light.living_room_all_lights
|
||||
- service: input_boolean.turn_off
|
||||
|
||||
@@ -11,9 +11,9 @@
|
||||
- service: fan.turn_on
|
||||
entity_id: fan.philips_airpurifier
|
||||
- service: media_player.turn_off
|
||||
entity_id: media_player.living_room_tv
|
||||
- service: media_player.turn_off
|
||||
entity_id: media_player.living_room_tv_2
|
||||
entity_id:
|
||||
- media_player.living_room_tv
|
||||
- media_player.living_room_tv_2
|
||||
- service: light.turn_off
|
||||
entity_id: light.living_room_all_lights
|
||||
- delay: "00:00:02"
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
- light.living_room_2
|
||||
- light.living_room_3
|
||||
- light.living_room_4
|
||||
|
||||
- platform: group
|
||||
name: Living Room All Lights
|
||||
entities:
|
||||
|
||||
Reference in New Issue
Block a user