This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Dec 21, 2023
-
-
J. Nick Koston authored
* Improve performance of dhcp on high activity networks Most of the overhead was constructing IPAddress objects which is solved with https://github.com/bdraco/cached-ipaddress * fix test * fix: bump * bump again * lets do it on the correct branch
-
fwestenberg authored
* Bump Devialet==1.4.4 * Bump Devialet to 1.4.5
-
DeerMaximum authored
* Bump pyvlx to 0.2.21 * Fix typing * Optimize fix
-
Robert Groot authored
Co-authored-by:
Klaas Schoute <klaas_schoute@hotmail.com> Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com>
-
Erik Montnemery authored
-
fwestenberg authored
Bump Devialet==1.4.4
-
sdb9696 authored
-
Martin Hjelmare authored
* Migrate cloud stt to config entry * Update default engine * Test config flow * Migrate pipelines with cloud stt engine to new engine id * Fix test after rebase * Update and add comment * Remove cloud specifics from default stt engine * Refactor cloud assist pipeline * Fix cloud stt entity_id * Try to wait for platforms before creating default pipeline * Clean up import * Move function in cloud assist pipeline * Wait for tts platform loaded in stt migration * Update deprecation dates * Clean up not used fixture * Add test for async_update_pipeline * Define pipeline update interface better * Remove leftover * Fix tests * Change default engine test * Add test for missing stt entity during login * Add and update comments * Update config entry title
-
Jan-Philipp Benecke authored
-
David Bonnes authored
* initial commit * return to conventional approach * add type hint for wrapper * use walrus operator
-
Richard Kroegel authored
Co-authored-by:
rikroe <rikroe@users.noreply.github.com>
-
Brett Adams authored
* Add version platform * Add strings and test * Remove potential for None * Dont show progress when no update is running * Return None for no update * Add comment * Remove future feature * WIP * Fix statuses * update fixture * Remove entity name * Remove name correctly * Use False for in_progress
-
Jan Bouwhuis authored
* Fix typo's en and prove language on MQTT data descriptions * Update homeassistant/components/mqtt/strings.json Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> * Update homeassistant/components/mqtt/strings.json * Update homeassistant/components/mqtt/strings.json Co-authored-by:
c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> * Apply suggestions from code review Co-authored-by:
c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --------- Co-authored-by:
Joost Lekkerkerker <joostlek@outlook.com> Co-authored-by:
c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
-
Jan-Philipp Benecke authored
* Migrate google related tests to use freezegun * retrigger CI * Fix google tests * Add timezone to config_entry_token_expiry * Separate config_entry_token_expiry from token_expiry * Also test token refresh for offset-naive tokens * retrigger CI * Apply code review suggestion Co-authored-by:
Allen Porter <allen.porter@gmail.com> * Run ruff-format --------- Co-authored-by:
Allen Porter <allen.porter@gmail.com>
-
Jan Bouwhuis authored
* Refactor ranging utils for mqtt cover * Use literals for default min and max percentage
-
Michael authored
-
Matthias Alphart authored
-
J. Nick Koston authored
We were using run_callback_threadsafe here which has the overhead of creating a future and waiting for the result when we throw it away.
-
Brett Adams authored
* Add SensorEntityDescription flags * fix datclass attributes
-
J. Nick Koston authored
-
Erik Montnemery authored
-
Lucas Mindêllo de Andrade authored
* chore(sunweg): bump version * chore(sunweg): bump 2.0.3
-
puddly authored
-
J. Nick Koston authored
-
Brett Adams authored
* Add select platform * Add error coverage * Fix case * fix value * Remove virtual key issue * Add TessieSeatHeaterOptions enum and update TessieSeatHeaterSelectEntity options * use ENUM in tests * Porting other fixes * Update entity
-
Phil Bruckner authored
* Bump life360 package to 6.0.1 Fix recent API issues. * Update requirements files
-
tronikos authored
-
Brett Adams authored
* Add switch platform * Make functions mandatory * Underscores * Improvements
-
Brett Adams authored
* Add climate platform * Other fixes * Use super native value * change to _value * Sentence case strings * Add some more type definition * Add return types * Add some more assertions * Remove VirtualKey error * Add type to args * rename climate to primary * fix min max * Use String Enum * Add PRECISION_HALVES * Fix string enum * fix str enum * Simplify run logic * Rename enum to TessieClimateKeeper
-
J. Nick Koston authored
-
J. Nick Koston authored
-
- Dec 20, 2023
-
-
J. Nick Koston authored
-
Robert Resch authored
-
Robert Resch authored
-
J. Nick Koston authored
We do not need to create a future here as we do not need to wait for the result as its going to run in the background in a task anyways
-
Ville Skyttä authored
* Disable Ruff rules that may conflict with the formatter * Upgrade Ruff to 0.1.8 - https://github.com/astral-sh/ruff/releases/tag/v0.1.7 - https://github.com/astral-sh/ruff/releases/tag/v0.1.8 * Format with Ruff 0.1.8
-
Jan Bouwhuis authored
* Add water_heater to google_assistant * Follow up comments * Add water_heater to default exposed domains
-
Jan Bouwhuis authored
-
Jan Bouwhuis authored
* Improve error mqtt valve error logging * Update homeassistant/components/mqtt/valve.py Co-authored-by:
Erik Montnemery <erik@montnemery.com> * Update homeassistant/components/mqtt/valve.py Co-authored-by:
Erik Montnemery <erik@montnemery.com> * Update homeassistant/components/mqtt/valve.py Co-authored-by:
Erik Montnemery <erik@montnemery.com> --------- Co-authored-by:
Erik Montnemery <erik@montnemery.com>
-
Tobias Sauerwein authored
Fix missing NLFE
-