homeassistant-powercalc
homeassistant-powercalc copied to clipboard
Support for sub profiles in config flow
Some models have multiple sub profiles. For example
https://github.com/bramstroker/homeassistant-powercalc/tree/master/custom_components/powercalc/data/tuya/NO66-ZB or https://github.com/bramstroker/homeassistant-powercalc/tree/master/custom_components/powercalc/data/yeelight/YLDL01YL
The config flow needs to be extended so the user can select this.
- Select manufacturer
- Select model
- Select sub profile
Implemented with #966