Change name of boolean to more accurate name

This commit is contained in:
2023-08-22 12:24:15 -04:00
parent 9c7822a1db
commit a7df870757

View File

@ -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