Forgot to add toggle for bedroom automations
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -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
|
Reference in New Issue
Block a user