New sensor for master bedroom aircon fan speeds
This commit is contained in:
@ -23,8 +23,24 @@ sensor:
|
|||||||
{% else %}
|
{% else %}
|
||||||
mdi:home-lightning-bolt-outline
|
mdi:home-lightning-bolt-outline
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
master_bedroom_aircon_fan_mode:
|
||||||
|
friendly_name: "Master Bedroom Aircon Fan Mode"
|
||||||
|
value_template: >
|
||||||
|
{{ state_attr('climate.master_bedroom_aircon','fan_mode') }}
|
||||||
|
icon_template: >
|
||||||
|
{% if is_state_attr('climate.master_bedroom_aircon','fan_mode','Auto') %}
|
||||||
|
mdi:fan-auto
|
||||||
|
{% elif is_state_attr('climate.master_bedroom_aircon','fan_mode','Low') %}
|
||||||
|
mdi:fan-speed-1
|
||||||
|
{% elif is_state_attr('climate.master_bedroom_aircon','fan_mode','Medium') %}
|
||||||
|
mdi:fan-speed-2
|
||||||
|
{% elif is_state_attr('climate.master_bedroom_aircon','fan_mode','High') %}
|
||||||
|
mdi:fan-speed-3
|
||||||
|
{% else %}
|
||||||
|
mdi:fan-off
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
input_boolean:
|
input_boolean:
|
||||||
master_bedroom_nighttime_protocol:
|
master_bedroom_nighttime_protocol:
|
||||||
name: Master Bedroom Nighttime Protocol
|
name: Master Bedroom Nighttime Protocol
|
||||||
icon: mdi:lightbulb-night
|
icon: mdi:lightbulb-night
|
||||||
|
Reference in New Issue
Block a user