Forgot to add toggle for bedroom automations

This commit is contained in:
2022-06-17 03:17:30 -04:00
parent 6ebbe719ae
commit 54de8e48d3
2 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -12,4 +12,9 @@ sensor:
master_bedroom_target_temp:
friendly_name: "Master Bedroom Target Temp"
value_template: >
{{ state_attr('climate.master_bedroom_aircon','temperature') | float }}
{{ state_attr('climate.master_bedroom_aircon','temperature') | float }}
input_boolean:
master_bedroom_nighttime_protocol:
name: Master Bedroom Nighttime Protocol
icon: mdi:lightbulb-night