Forgot to add toggle for bedroom automations
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -13,3 +13,8 @@ sensor:
|
|||||||
friendly_name: "Master Bedroom Target Temp"
|
friendly_name: "Master Bedroom Target Temp"
|
||||||
value_template: >
|
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