Add diagnostic sensors for #129

This commit is contained in:
2023-10-10 20:57:16 -04:00
parent 4dd367270e
commit 7ac2e9ce5f
2 changed files with 68 additions and 0 deletions

View File

@ -2874,3 +2874,21 @@
alias: TTS notification
alias: After wait completed
mode: single
- id: '1696985389177'
alias: Master Bedroom Adaptive Resync
description: Deals with situations where the master bedroom lights should be adaptive
but end up out of sync
trigger:
- platform: state
entity_id:
- binary_sensor.master_bedroom_sync_issue
from: 'off'
to: 'on'
condition: []
action:
- service: adaptive_lighting.apply
data:
entity_id: switch.adaptive_lighting_living_room
adapt_brightness: '{{ is_state(''switch.adaptive_lighting_adapt_brightness_master_bedroom'',''on'')
}}'
mode: restart