Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Fan Template MVC
- - platform: template
- fans:
- mvc_ventilation_fan:
- friendly_name: "MVC Ventilation Fan"
- value_template: "{{ states('input_boolean.ventilation_fan_state') }}"
- speed_template: "{{ states('input_select.ventilation_fan_speed') }}"
- turn_on:
- service: script.ventilation_fan_on
- turn_off:
- service: script.ventilation_fan_off
- set_speed:
- service: script.ventilation_fan_set_speed
- data_template:
- speed: "{{ speed }}"
- speeds:
- - off
- - low
- - medium
- - high
Advertisement
Add Comment
Please, Sign In to add comment