Change name of boolean to more accurate name
This commit is contained in:
@ -68,8 +68,8 @@ template:
|
|||||||
state: "{{ states('input_datetime.kallen_fan') != states('input_datetime.kallen_bedtime') }}"
|
state: "{{ states('input_datetime.kallen_fan') != states('input_datetime.kallen_bedtime') }}"
|
||||||
|
|
||||||
input_boolean:
|
input_boolean:
|
||||||
master_bedroom_nighttime_protocol:
|
master_bedroom_climate_protocol:
|
||||||
name: Master Bedroom Nighttime Protocol
|
name: Master Bedroom Climate Protocol
|
||||||
icon: mdi:lightbulb-night
|
icon: mdi:lightbulb-night
|
||||||
kallen_bedtime_protocol:
|
kallen_bedtime_protocol:
|
||||||
name: Kallen Bedtime Protocol
|
name: Kallen Bedtime Protocol
|
||||||
|
Reference in New Issue
Block a user