This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Sep 04, 2022
-
-
J. Nick Koston authored
* Add BlueMaestro integration * tests * dc
-
Mick Vleeshouwer authored
-
Mick Vleeshouwer authored
-
Mick Vleeshouwer authored
Address follow-up review in Overkiz (duration device class)
-
J. Nick Koston authored
Fixes ``` 2022-08-28 20:32:46.223 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/Users/bdraco/home-assistant/homeassistant/helpers/debounce.py", line 82, in async_call await task File "/Users/bdraco/home-assistant/homeassistant/components/august/activity.py", line 49, in _async_update_house_id await self._async_update_house_id(house_id) File "/Users/bdraco/home-assistant/homeassistant/components/august/activity.py", line 137, in _async_update_house_id activities = await self._api.async_get_house_activities( File "/Users/bdraco/home-assistant/venv/lib/python3.10/site-packages/yalexs/api_async.py", line 96, in async_get_house_activities response = await self._async_dict_to_api( File "/Users/bdraco/home-assistant/venv/lib/python3.10/site-packages/yalexs/api_async.py", line 294, in _async_dict_to_api response = await self._aiohttp_session.request(method, url, **api_dict) File "/Users/bdraco/home-assistant/venv/lib/python3.10/site-packages/aiohttp/client.py", line 466, in _request with timer: File "/Users/bdraco/home-assistant/venv/lib/python3.10/site-packages/aiohttp/helpers.py", line 721, in __exit__ raise asyncio.TimeoutError from None asyncio.exceptions.TimeoutError ```
-
GitHub Action authored
-
- Sep 03, 2022
-
-
Martin Hjelmare authored
* Refactor zwave_js event handling * Clean up
-
Pete authored
-
Raman Gupta authored
-
Mick Vleeshouwer authored
-
Michael authored
-
Jan Bouwhuis authored
* Use hass.config_entries.async_setup * The setup is awaited hence waiting is not needed
-
Erik Montnemery authored
* Add mixin class CollectionEntity for the collection helper * Improve typing * Address review comments * Fix tests
-
Erik Montnemery authored
* Simplify device registry * Fix test fixture * Update homeassistant/helpers/device_registry.py Co-authored-by:
epenet <6771947+epenet@users.noreply.github.com> * Update device_registry.py * Remove dead code Co-authored-by:
epenet <6771947+epenet@users.noreply.github.com>
-
Simon Hansen authored
* Hopefully fix everthing and be happy * ... * update coverage file * Fix tests
-
Øyvind Matheson Wergeland authored
* Initial version of Nobø Ecohub. * Options update listener for Nobø Ecohub * Unit test for nobo_hub config flow * Cleanup * Moved comment re backwards compatibility * Improved tests * Improved tests * Options flow test Pylint * Fix backwards compatibility mode * Don't require Python 3.9 * Import form configuration.yaml * Check if device is already configured. Correct tests for only discovering serial prefix Fix importing when only serial suffix is configured * Use constants * Pylint and variable name clenaup. * Review Co-authored-by:
Franck Nijhof <frenck@frenck.nl> * Fix tests * Correct disabling off_command and on_commands ("Default" is a hard coded week profile in the hub). * Improve options dialog * Configure override type in options dialog * Formatting * pyupgrade * Incorporated review comments * Incorporated review comments. * Incorporated second round of review comments. * Add polling to discover preset change in HVAC_MODE_AUTO. * Added tests/components/nobo_hub to CODEOWNERS. * Update homeassistant/components/nobo_hub/config_flow.py Review Co-authored-by:
Allen Porter <allen.porter@gmail.com> * Update homeassistant/components/nobo_hub/climate.py Review Co-authored-by:
Allen Porter <allen.porter@gmail.com> * Simplify if tests. * Update homeassistant/components/nobo_hub/__init__.py Co-authored-by:
Franck Nijhof <frenck@frenck.nl> * Update homeassistant/components/nobo_hub/__init__.py Co-authored-by:
Franck Nijhof <frenck@frenck.nl> * Update homeassistant/components/nobo_hub/__init__.py Co-authored-by:
Franck Nijhof <frenck@frenck.nl> * Separate config step for manual configuration. * Fixed indentation * Made async_set_temperature more robust * Thermometer supports tenths even though thermostat is in ones. * Preserve serial suffix in config dialog on error. * Initial version of Nobø Ecohub. * Improved tests * Review Co-authored-by:
Franck Nijhof <frenck@frenck.nl> * Configure override type in options dialog * Separate config step for manual configuration. * Update homeassistant/components/nobo_hub/__init__.py Co-authored-by:
Franck Nijhof <frenck@frenck.nl> * Formatting (prettier) * Fix HA stop listener. * Review * Apply suggestions from code review Co-authored-by:
Martin Hjelmare <marhje52@gmail.com> * Review - Removed workaround to support "OFF" setting. - Simplified config flow to add a new device. * Apply suggestions from code review Co-authored-by:
Martin Hjelmare <marhje52@gmail.com> * Apply suggestions from code review Co-authored-by:
Martin Hjelmare <marhje52@gmail.com> * Fixed review comments * Update en.json with correction in review. * Implemented review comments: - Register devices - Simplifed async_set_temperature * Register hub as device in init module * Implemented review comments. Upgraded pynobo to 1.4.0. * Apply suggestions from code review Co-authored-by:
Martin Hjelmare <marhje52@gmail.com> * Avoid tacking on the device name in the entity name * Inherit entity name from device name Co-authored-by:
Franck Nijhof <frenck@frenck.nl> Co-authored-by:
Allen Porter <allen.porter@gmail.com> Co-authored-by:
Martin Hjelmare <marhje52@gmail.com>
-
Paulus Schoutsen authored
-
GitHub Action authored
-
- Sep 02, 2022
-
-
starkillerOG authored
-
Erik Montnemery authored
-
Nathan Spencer authored
Co-authored-by:
epenet <6771947+epenet@users.noreply.github.com>
-
J. Nick Koston authored
-
Erik Montnemery authored
-
Jan Bouwhuis authored
* Wait for unsubscribes * Spelling comment * Remove notify_all() during _register_mid() * Update homeassistant/components/mqtt/client.py Co-authored-by:
Erik Montnemery <erik@montnemery.com> * Correct handling reload manual set up MQTT items * Save and restore device trigger subscriptions * Clarify we are storing all remaining subscriptions Co-authored-by:
Erik Montnemery <erik@montnemery.com>
-
Raman Gupta authored
* Change zwave_js firmware update service API key * Update const.py
-
Avi Miller authored
-
Erik Montnemery authored
* Remove area_id from entity_registry.async_get_or_create * Adjust tests * Fix lying comment in test
-
Erik Montnemery authored
-
Erik Montnemery authored
-
amitfin authored
* Time range should be treated as open end * Refactored the logic of calculating the state * Improve tests * Improve tests Co-authored-by:
Erik <erik@montnemery.com>
-
Robert Svensson authored
-
Paulus Schoutsen authored
-
J. Nick Koston authored
-
GitHub Action authored
-
- Sep 01, 2022
-
-
starkillerOG authored
-
Avi Miller authored
Co-authored-by:
J. Nick Koston <nick@koston.org>
-
Diogo Gomes authored
revert yaml import
-
puddly authored
* Migrate unit test to use more command definition constants * Use keyword argument syntax for sending ZCL requests * Ensure all ZHA unit tests pass
-
Paulus Schoutsen authored
-
J. Nick Koston authored
-