This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Jan 14, 2024
-
-
Ståle Storø Hauknes authored
* Upgrade framework * Improve code for model name
-
J. Nick Koston authored
-
jjlawren authored
-
Erik Montnemery authored
* Improve the test class used for testing FlowManager.async_show_progress * Address review comments
-
G Johansson authored
* Add mac to redaction in Sensibo diagnostics * Add full snapshot * use constant
-
wittypluck authored
* Reset UniFi bandwidth sensor when client misses heartbeat * Fix initialization sequence * Code simplification: remove heartbeat_timedelta, unique_id and tracker logic * Add unit tests * Remove unused _is_connected attribute * Remove redundant async_initiate_state * Make is_connected_fn optional, heartbeat detection will only happen if not None * Add checks on is_connected_fn
-
J. Nick Koston authored
-
Jan-Philipp Benecke authored
-
Tobias Sauerwein authored
* Add fan platform to support NLLF centralized ventilation devices * Update tests/components/netatmo/test_fan.py Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> * Update tests/components/netatmo/test_fan.py Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> * Update tests/components/netatmo/test_fan.py Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> * Update tests/components/netatmo/test_fan.py Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> * add snapshots * update snapshot * fix docstring * address comment --------- Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com>
-
Franck Nijhof authored
-
Numa Perez authored
-
Numa Perez authored
-
Bouwe Westerdijk authored
-
Tobias Sauerwein authored
-
Joost Lekkerkerker authored
-
Erik Montnemery authored
-
Erik Montnemery authored
-
Erik Montnemery authored
-
mkmer authored
-
Franck Nijhof authored
-
J. Nick Koston authored
-
Erik Montnemery authored
-
Sam Reed authored
-
Jan-Philipp Benecke authored
-
Marc Mueller authored
-
Marc Mueller authored
-
Marc Mueller authored
-
Erik Montnemery authored
-
J. Nick Koston authored
-
Jan Bouwhuis authored
-
Jan Bouwhuis authored
-
Brett Adams authored
* keys may be missing at startup * Add route sensors and tracker location * Fix keys and add translation * Allow a sensor to have no value * Move attribute to sensor * Remove state attribute string
-
J. Nick Koston authored
* Update habluetooth to 2.2.0 * fixes * lib
-
J. Nick Koston authored
-
J. Nick Koston authored
* Avoid useless time fetch in DataUpdateCoordinator Since we used the async_call_at helper, it would always call dt_util.utcnow() to feed the _handle_refresh_interval which threw it away. This meant we had to fetch time twice as much as needed for each update * tweak * compat * adjust comment
-
J. Nick Koston authored
-
J. Nick Koston authored
-
J. Nick Koston authored
-
J. Nick Koston authored
* Fix logger creating many thread locks We call getLogger for each integration to get the current log level when loading the integrations page. This creates a storm of threading locks * fixes
-
J. Nick Koston authored
* Bump lxml to 5.0.0 cython 3.0.7+ is required ? * bump * Apply suggestions from code review * 5.1.0
-