Hello,
I'm trying to recreate this:
https://community.home-assistant.io/t/installing-smart-whole-house-fan-quietcool/604860
Utilizing the same components. His fan template references entity_id: fan.central which I can't seem to recrate. Once I added the swtich using the Tuya integration, I get the two switch entity ids but not a fan.central reference.
I've tried renaming the switch to fan.central and rebooting to see if that helps to no avail.
Any advice? Thanks!
Finished installing my whole house fan. Both power and speed can still be controlled manually by physical switches. For dashboard UI features: - type: fan-speed type: tile entity: fan.central For fan template - platform: template fans: central: entity_id: fan.central friendly_name: "Central Fan" valu...