Sorry but I wasn’t sure whether it’s best to post an entirely new comment, or revive one from June 2017.
I’m trying to make two scenes (fan off, fan on) appear as one on/off switch, however it doesn’t seem to be holding the value of on or off and appears as off after about 3 seconds. My config is as follows:
I’ve tried various “value_template” settings to no avail, I have a strong feeling this is because nothing exists to hold the value as on / off. Any idea how I can solve this?
You could add an action at the end of the two script to turn on/off an input boolean and then use this input_boolean to determine the state of the fan.
This sounds like a fantastic idea, and I should be able to implement this by using scripts instead of scenes. Thanks for the keywords to search for, I’ll post back when I have a solution in case anyone else needs it.