🔨 disable_turn_off is a boolean (#12054)

This commit is contained in:
Klaas Schoute 2020-02-11 22:46:42 +01:00 committed by GitHub
parent b7be161bbe
commit 131794dd25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,5 +52,5 @@ device_sun_light_trigger:
light_group: group.living_room
light_profile: relax
device_group: group.my_devices
disable_turn_off: 1
disable_turn_off: true
```