Bram Gerritsen

Results 134 comments of Bram Gerritsen

Closed due to inactivity. We can reopen when you want to work on this again.

Unit tests are missing. Also it makes more sense to me to have this as a separate helper. Might also be very helpful to invert covers for example or other...

Also saw this developer blog post: https://developers.home-assistant.io/blog/2024/02/12/light-color-mode-mandatory color mode validation is getting more strict (finally). So the scenario reported in the issue will also cause the core warning, and stop...

hmm, this change has side effects for Powercalc :-( Also see https://github.com/bramstroker/homeassistant-powercalc/issues/2142, where other integration / light causes similar problems now. Fact is previously Tapo L900 only reported `hs` as...

It's even worse than that, because TapoLight reports following color_modes: {, , , } That combination should never be possible at all. `brightness` and `onoff` should be only supported color...

Related issue: https://github.com/petretiandrea/home-assistant-tapo-p100/issues/727

I will consider this. Do you use YAML or GUI?

Implemented with #2170 See: https://homeassistant-powercalc.readthedocs.io/en/latest/strategies/playbook.html#active-playbook-based-on-state-trigger I cannot do for `OFF` state as this is a special case in Powercalc, and needs fundamental changes on different places. Will be in next...

@EddyK69 Ok, I only implemented in YAML yet. Will have a look if I can also implement for the GUI.