This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Aug 25, 2024
-
-
IceBotYT authored
- Aug 24, 2024
-
-
Michael Hansen authored
-
Allen Porter authored
-
Allen Porter authored
-
David F. Mulcahey authored
* Fix ZHA device lookup when ZHA devices are shared with additional integrations * clean up except error types * remove impossible to create exceptions
-
Allen Porter authored
* Add nest event platform * Translate entities * Put motion events into a single entity type * Remove none types * Set event entity descriptions as kw only * Update translations for event entities * Add single event entity per trait type * Update translation keys
-
red-island authored
-
cnico authored
bump flipr-api to 1.6.0
-
Markus Jacobsen authored
-
Michael Arthur authored
-
Robert Svensson authored
* Add deCONZ Air Purifier Fan Mode select entity support * Remove unused constants
-
J. Nick Koston authored
-
Steven B. authored
* Bump ring-doorbell to 0.9.0 * Convert ring integration to async ring-doorbell api * Use mock auth fixture class to get token_updater * Fix typo in fixture name
-
Joost Lekkerkerker authored
-
Lenn authored
-
Joost Lekkerkerker authored
-
jjlawren authored
-
J. Nick Koston authored
-
Andre Lengwenus authored
-
David F. Mulcahey authored
-
Matthias Alphart authored
-
Artur Pragacz authored
-
- Aug 23, 2024
-
-
Christophe Gagnier authored
* Add session_active switch to TechnoVE * Replace multi-line lambda with function def * Make lambda one line
-
Jan Bouwhuis authored
-
J. Nick Koston authored
* Bump yalexs to 8.2.0 changelog: https://github.com/bdraco/yalexs/compare/v8.1.4...v8.2.0 * bump to 8.3.1 * bump * one more bump to ensure we do not hit the ratelimit/shutdown cleanly * empty commit to restart ci since close/open did not work in flight
-
Steven B. authored
* Do not report discovery failures as legacy connection failures * Fix catching BaseException
-
Jan Bouwhuis authored
-
Jan Bouwhuis authored
Refactor and cleanup zwave_js fixtures to use
-
starkillerOG authored
-
Ino Dekker authored
-
tronikos authored
-
starkillerOG authored
* Add 100% number test coverage * review comments * fix styling * re-add AsyncMock for chime
-
Willem-Jan van Rootselaar authored
* chore: Refactor BSBLanUpdateCoordinator to improve code readability and maintainability * feat: Add BSBLan integration models This commit adds the models for the BSB-Lan integration. It includes a dataclass for the BSBLanCoordinatorData, which stores the state and sensor information. * refactor: Update BSBLANClimate class to use DataUpdateCoordinator without specifying the State type * chore: Remove unused Sensor import in BSBLan models * feat: Refactor BSBLanEntity to use CoordinatorEntity The BSBLanEntity class has been refactored to inherit from the CoordinatorEntity class, which provides better integration with the update coordinator. This change improves code readability and maintainability. * refactor: Remove unused config_entry variable in BSBLanUpdateCoordinator * refactor: Update BSBLANClimate class to use DataUpdateCoordinator Refactor the BSBLANClimate class to use the Coordinator of the entity * refactor: Update tests to use the new structure * fix coverage it should be the same as before * refactor: moved dataclass BSBLanCoordinatorData * use the data class inside init * refactor: Remove unused config_entry variable in BSBLanUpdateCoordinator * refactor: use BSBLanData from init * remove entry data from diagnostics * fix: add random interval back * refactor: Simplify coordinator_data assignment in async_get_config_entry_diagnostics * revert back to original except dataclass import * revert: Add MAC address back to device info in BSBLanEntity
-
Raman Gupta authored
Fix zwave_Js services.yaml schema
-
J. Nick Koston authored
-
- Aug 22, 2024
-
-
J. Nick Koston authored
Enums are singletons and should use is to compare. The valve platform was updated but cover and lock were missed.
-
J. Nick Koston authored
changelog: https://github.com/bdraco/yalexs/compare/v8.1.2...v8.1.4
-
Raman Gupta authored
* Let labels be used as targets for zwave_js services * add coverage * Fix test bug and switch from targets to fields * Remove label addition * Remove labels from service descriptions * Remove labels from strings * More changes
-
Joost Lekkerkerker authored
-