I have multiple PWM fan’s that I’m successfully controlling in HA via ESPHome. However these fans are separate entities. How can they be controlled as one entity in HA and still support changing fan speed? Below is the code I currently have
I think you can combine these in HA using the template fan integration. For this to work you should first create scripts to select speeds. You should have to be carefull as the speed here are in percentages, the details are there in the docs but if you need any more help, do ask.
There could be some method in esphome also but I am not aware of that.
although this question is already 3 years old I was wondering if you’ve found a solution for that. I have exactly the same config and I’m trying to find a solution for that (one controller in the frontend to manage both fans).