mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-09-13 23:36:42 +00:00
Finish with a search and replace changing Groups to Light Groups. #764
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
action:
|
||||
- service: homeassistant.turn_on
|
||||
entity_id:
|
||||
- group.dining_room_lights
|
||||
- light.dining_room_lights
|
||||
- light.fridge
|
||||
- light.k2
|
||||
- light.k3
|
||||
|
@@ -29,7 +29,7 @@
|
||||
- light.d2
|
||||
- service: light.turn_off
|
||||
entity_id:
|
||||
- group.dining_room_lights
|
||||
- light.dining_room_lights
|
||||
|
||||
- wait_template: >-
|
||||
{{ states.sun.sun.state == 'above_horizon' }}
|
||||
|
@@ -16,7 +16,7 @@
|
||||
apns_id: 'Startup'
|
||||
|
||||
- service: light.turn_off
|
||||
entity_id: group.hallway_lights
|
||||
entity_id: light.hallway_lights
|
||||
|
||||
- service: mqtt.publish
|
||||
data:
|
||||
|
@@ -39,8 +39,8 @@
|
||||
- service: homeassistant.turn_off
|
||||
entity_id:
|
||||
- group.exterior_lights
|
||||
- group.outdoor_front_lights
|
||||
- group.outdoor_pool_lights
|
||||
- light.outdoor_front_lights
|
||||
- light.outdoor_pool_lights
|
||||
- group.outdoor_xmas_lights
|
||||
|
||||
- service: light.turn_off
|
||||
@@ -52,7 +52,7 @@
|
||||
entity_id:
|
||||
- group.master_bathroom_accents
|
||||
- group.exterior_lights
|
||||
- group.outdoor_front_lights
|
||||
- light.outdoor_front_lights
|
||||
- group.outdoor_xmas_lights
|
||||
|
||||
- service: input_boolean.turn_off
|
||||
|
@@ -77,7 +77,7 @@
|
||||
- switch.living_room_outlet
|
||||
- service: light.turn_on
|
||||
entity_id:
|
||||
- group.living_room_accents
|
||||
- light.living_room_accents
|
||||
- wait_template: >-
|
||||
{{ is_state('group.garadget', 'closed') }}
|
||||
- wait_template: >-
|
||||
|
@@ -21,6 +21,6 @@
|
||||
action:
|
||||
- service: light.turn_on
|
||||
entity_id:
|
||||
- group.kitchen_lights
|
||||
- light.kitchen_lights
|
||||
- service: switch.turn_on
|
||||
entity_id: switch.lr_amp
|
||||
|
Reference in New Issue
Block a user