Switch lights automation to light groups
This commit is contained in:
parent
d241edf044
commit
0b8d095327
@ -60,7 +60,6 @@ calendar:
|
|||||||
username: pgrondek
|
username: pgrondek
|
||||||
password: !secret nextcloud_token
|
password: !secret nextcloud_token
|
||||||
|
|
||||||
|
|
||||||
spotcast:
|
spotcast:
|
||||||
sp_dc: !secret spotcast_sp_dc
|
sp_dc: !secret spotcast_sp_dc
|
||||||
sp_key: !secret spotcast_sp_key
|
sp_key: !secret spotcast_sp_key
|
||||||
@ -143,6 +142,7 @@ light:
|
|||||||
entities:
|
entities:
|
||||||
- light.bedroom_1
|
- light.bedroom_1
|
||||||
- light.bedroom_2
|
- light.bedroom_2
|
||||||
|
|
||||||
vacuum:
|
vacuum:
|
||||||
- platform: xiaomi_miio
|
- platform: xiaomi_miio
|
||||||
host: 192.168.60.7
|
host: 192.168.60.7
|
||||||
@ -180,6 +180,7 @@ ble_monitor:
|
|||||||
mac: 'C4:7C:8D:6C:59:D5'
|
mac: 'C4:7C:8D:6C:59:D5'
|
||||||
- name: 'Living Room Plant'
|
- name: 'Living Room Plant'
|
||||||
mac: 'C4:7C:8D:6C:59:D0'
|
mac: 'C4:7C:8D:6C:59:D0'
|
||||||
|
|
||||||
sensor:
|
sensor:
|
||||||
# Living Room Air Purifier
|
# Living Room Air Purifier
|
||||||
- platform: template
|
- platform: template
|
||||||
|
@ -1,46 +1,20 @@
|
|||||||
---
|
---
|
||||||
# vars file for automations
|
# vars file for automations
|
||||||
lights:
|
lights:
|
||||||
- entityId: light.tv_left
|
- entityId: light.bathroom_lights
|
||||||
name: TV Left
|
name: Bathroom Lights
|
||||||
- entityId: light.tv_middle
|
- entityId: light.computer_lights
|
||||||
name: TV Middle
|
name: Computer Lights
|
||||||
- entityId: light.tv_right
|
- entityId: light.kitchen_lights
|
||||||
name: TV Right
|
name: Kitchen Lights
|
||||||
|
- entityId: light.shower_lights
|
||||||
|
name: Shower Lights
|
||||||
|
- entityId: light.tv_lights
|
||||||
|
name: TV Lights
|
||||||
|
- entityId: light.computer_computer_cave_background
|
||||||
|
name: Computer Computer Cave Background
|
||||||
- entityId: light.couch_lamp
|
- entityId: light.couch_lamp
|
||||||
name: Couch lamp
|
name: Couch lamp
|
||||||
- entityId: light.kitchen_01
|
|
||||||
name: Kitchen 01
|
|
||||||
- entityId: light.kitchen_02
|
|
||||||
name: Kitchen 02
|
|
||||||
- entityId: light.kitchen_03
|
|
||||||
name: Kitchen 03
|
|
||||||
- entityId: light.kitchen_04
|
|
||||||
name: Kitchen 04
|
|
||||||
- entityId: light.kitchen_05
|
|
||||||
name: Kitchen 05
|
|
||||||
- entityId: light.kitchen_06
|
|
||||||
name: Kitchen 06
|
|
||||||
- entityId: light.kitchen_07
|
|
||||||
name: Kitchen 07
|
|
||||||
- entityId: light.kitchen_08
|
|
||||||
name: Kitchen 08
|
|
||||||
- entityId: light.kitchen_09
|
|
||||||
name: Kitchen 09
|
|
||||||
- entityId: light.kitchen_10
|
|
||||||
name: Kitchen 10
|
|
||||||
- entityId: light.kitchen_11
|
|
||||||
name: Kitchen 11
|
|
||||||
- entityId: light.kitchen_12
|
|
||||||
name: Kitchen 12
|
|
||||||
- entityId: light.kitchen_13
|
|
||||||
name: Kitchen 13
|
|
||||||
- entityId: light.kitchen_14
|
|
||||||
name: Kitchen 14
|
|
||||||
- entityId: light.computer_left
|
|
||||||
name: Computer left
|
|
||||||
- entityId: light.computer_right
|
|
||||||
name: Computer right
|
|
||||||
airPurifiers:
|
airPurifiers:
|
||||||
- entityId: fan.xiaomi_miio_device
|
- entityId: fan.xiaomi_miio_device
|
||||||
componentId: xiaomi_miio_device
|
componentId: xiaomi_miio_device
|
||||||
|
Loading…
Reference in New Issue
Block a user