databoy2k

Results 17 comments of databoy2k

This would improve compatibility with Home Assistant. Please implement!

As a non-coder, mere user, my feedback is simple: Please give us the ability to make our own decisions. We're using open-source software for a reason: flexibility. Let us establish...

> @databoy2k, seems to be that your idea comes to simply iterating through device trackers in order, in which they're appearing in config, and searching for first tracker, which returns...

> @databoy2k, I think that it quite good idea to make priority by config order. I want only to expand and evolve it. > So, I think, that it would...

Hitting Southern Alberta now as well. ``` Logger: homeassistant.components.environment_canada Source: helpers/update_coordinator.py:300 Integration: Environment Canada ([documentation](https://www.home-assistant.io/integrations/environment_canada), [issues](https://github.com/home-assistant/core/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+environment_canada%22)) First occurred: 2:07:18 PM (2 occurrences) Last logged: 2:12:18 PM Unexpected error fetching environment_canada...

As an aside, this feature was a PR back in 2020: https://github.com/home-assistant/core/pull/34307

I just wanted to throw in my 2 cents. I'm getting a positive in the active area (an area that I don't want to mask out) because of a pile...

I've got the Dockerfile, docker-compose.yaml, and entrypoint.sh from @chatziko all set up in my ~/homeassistant-satellite/docker folder, but when I run docker-compose I get a permission denied on /entrypoint.sh. Any thoughts...

> @databoy2k Most probably you need to add execution permission using `chmod +x ./entrypoint.sh` Thanks. I ended up using the official one on the front rather than the fork. Just...

Feedback from iceman & ga-zelle on Discord proposed staggered if- statements to only show two decimals if reservoir < 10u to avoid showing "50.00"U. It's two more characters than the...