-
-
Notifications
You must be signed in to change notification settings - Fork 34.3k
0.107.5 #33118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hey there @guillempages, mind taking a look at this pull request as its been labeled with a integration ( |
Hey there @austinmroczek, mind taking a look at this pull request as its been labeled with a integration ( |
Hey there @dmulcahey, @Adminiuga, mind taking a look at this pull request as its been labeled with a integration ( |
* Update bridge.py * add test * silence pylint * correct pylint * add some tests * Update test_media_player.py
* Split ZHA device loading and entities adding. Load zha devices from ZHA gateway, but add entities after integration was setup. * Use hass.loop.create_task() * Split ZHA device initialization from loading. Restore and initialize ZHA devices separately. * Use hass.async_create_task() Load devices prior group initialization.
* Fit git * Remove period from loggging message * Remove tests for now * Add const.py * Fix lint error
* Fix tankerkoenig with more than 10 stations There seemed to be a problem, if more than 10 fuel stations were tracked. Added a warning in this case, and split the calls to the API in chunks of 10, so that the data can be fetched anyway. * Update homeassistant/components/tankerkoenig/__init__.py Co-Authored-By: Martin Hjelmare <marhje52@gmail.com> Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Uh oh!
There was an error while loading. Please reload this page.