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 /blueprints | |
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 'blueprints')
-rw-r--r-- | blueprints/automation/motion/halabyan24.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/blueprints/automation/motion/halabyan24.yaml b/blueprints/automation/motion/halabyan24.yaml index 03f4ff3..f665303 100644 --- a/blueprints/automation/motion/halabyan24.yaml +++ b/blueprints/automation/motion/halabyan24.yaml @@ -32,7 +32,7 @@ trigger: - platform: state id: around_home entity_id: - - device_tracker.lm_g810 + - device_tracker.sm_s926b from: not_home to: HomeHalabyanExtended for: @@ -43,7 +43,7 @@ trigger: - platform: state id: around_home2 entity_id: - - device_tracker.lm_g810 + - device_tracker.sm_s926b from: not_home to: home for: @@ -55,7 +55,7 @@ trigger: - platform: state id: away_from_home entity_id: - - device_tracker.lm_g810 + - device_tracker.sm_s926b from: HomeHalabyanExtended to: not_home for: @@ -66,7 +66,7 @@ trigger: - platform: state id: away_from_home2 entity_id: - - device_tracker.lm_g810 + - device_tracker.sm_s926b from: home to: not_home for: |