Upgrades and minor enhancements to lving spaces.

This commit is contained in:
ccostan
2023-05-30 16:48:27 -04:00
parent a9685102bc
commit c6ec82c21e
6 changed files with 17 additions and 26 deletions

View File

@@ -30,6 +30,13 @@ automation:
from: 'off'
to: 'on'
- platform: state
entity_id:
- person.carlo
- person.stacey
from: 'not_home'
to: 'home'
action:
- choose:
- conditions: "{{ is_state('binary_sensor.sleepnumber_carlo_stacey_is_in_bed','on') }}"