Jan-Philipp Benecke
Jan-Philipp Benecke
Thanks @gjohansson-ST for the review and adding the test
At https://github.com/home-assistant/core/pull/95447 you can see how a migration to the configuration flow works.
Take a look at the [statistics integration](https://www.home-assistant.io/integrations/statistics/ ) or the [history stats integration](https://www.home-assistant.io/integrations/history_stats/), these should be suitable for your needs, I think. Sure the documentation may can be improved in...
Could you please try the local IP of your router instead of the hostname. The hostname resolves to a public reachable IP, now if your public IP changes and the...
> even the ping debug log shows it is reachabele. Nope, `(success: True)` only indicates that ping was executed without errors but not if the device is reachable. Could you...
I don't know how your network is set up, but could it be, that you've two networks within your HA installation? So HA would use a different network then you...
The `brightness` is only passed to the `turn_on` action of the template if the `light.turn_on` service is called with `brightness`.
Thanks @ludeeus and @tkdrob for the fast review. I've implemented your suggestions. Additionally i've disabled the phase-specific sensor by default, as suggested in the PR for the documentation.
Thanks @ludeeus for this second review. I've also implemented that suggestions.
Thanks @ludeeus for this third review. I've also implemented that suggestions and merged the current `dev` into the branch.