Bram Gerritsen
Bram Gerritsen
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. 1. Select manufacturer 2. Select model...
Some integrations (ex TuYa) don't expose `supported_color_modes` correctly. See #963 We can do a few things in powercalc to prevent any issues down the road. - Add validation in LUT...
Will finish this when full coverage test suite is in place
I love this card, awesome job! Replaced all my light controls with this one. Have one feature request, maybe you could consider implementing. I have power sensors of all my...
## Changes in this pull request As discussed in previous PR #15915 Makes setters accept null values when the DB schema also supports null values. This will prevent typing issues...
It would be nice to pass the `Request` object to the `idGeneratorInterface::generate()` method, so the id generators can generate a cache key based on several request attributes. Right now we...