I have implemented @RobertD502Flair custom component via HACS and it tested as working. Now I want to set one of the smart vents to open at 8 am and close at 7 pm.
Here is what I’ve tried so far, but it is not closing her vent when I test. Any thoughts on how force the vent to close at 8 a.m.?
alias: Flair Test
description: ''
trigger:
- platform: time
at: '08:00:00'
condition:
- condition: state
entity_id: fan.flair_vent_suzanne_s_room
state: '100'
attribute: percent_open
action:
- condition: state
entity_id: fan.flair_vent_suzanne_s_room
state: '0'
attribute: percent_open
mode: single