diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2025-09-08 18:58:37 +0400 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2025-09-08 18:58:37 +0400 |
commit | cf09f4e6fe792ef169b37ed73f2da817cfeff7c0 (patch) | |
tree | 30d5f27ae9df94eb412fbd396dcb9f53ffed17df /custom | |
parent | 55eb3bb27039986acb4fb82f94132169d221b95f (diff) | |
download | hass-cf09f4e6fe792ef169b37ed73f2da817cfeff7c0.tar.gz hass-cf09f4e6fe792ef169b37ed73f2da817cfeff7c0.tar.bz2 hass-cf09f4e6fe792ef169b37ed73f2da817cfeff7c0.tar.xz hass-cf09f4e6fe792ef169b37ed73f2da817cfeff7c0.zip |
New phone & laptop, update of office lighting, and some automation tunning
Diffstat (limited to 'custom')
-rw-r--r-- | custom/group.yaml | 9 | ||||
-rw-r--r-- | custom/scripts/turn-on-office-lights.yaml | 11 |
2 files changed, 15 insertions, 5 deletions
diff --git a/custom/group.yaml b/custom/group.yaml index 7815cce..979d2c8 100644 --- a/custom/group.yaml +++ b/custom/group.yaml @@ -1,10 +1,13 @@ master_phones: name: "master_phones" entities: - - device_tracker.legion8 - - device_tracker.lm_g810 + - device_tracker.samsa + - device_tracker.sm_s926b +# - device_tracker.legion8 +# - device_tracker.lm_g810 master_laptops: name: "master_laptops" entities: - - device_tracker.nyx + - device_tracker.tir +# - device_tracker.nyx diff --git a/custom/scripts/turn-on-office-lights.yaml b/custom/scripts/turn-on-office-lights.yaml index f9615a0..e1a7e80 100644 --- a/custom/scripts/turn-on-office-lights.yaml +++ b/custom/scripts/turn-on-office-lights.yaml @@ -23,8 +23,15 @@ turn_on_office_lights: brightness_pct: 100 kelvin: "{{ temp }}" target: - entity_id: light.yeelight_color_0x7caaf86 + entity_id: + - light.office_bulb_office_bulb + - light.office_led_office_led - service: homeassistant.turn_off data: {} target: - entity_id: switch.lights_living_lustre + entity_id: + - switch.lights_living_lustre + - light.office_chair_led_office_chair_led + - switch.living_tablesocket + + |