This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Apr 06, 2023
-
-
tronikos authored
* Android TV Remote integration * Add diagnostics * Remove test pem files from when api was not mocked * Address review comments * Remove hass.data call in test * Store the certificate and key in /config/.storage * update comments * Update homeassistant/components/androidtv_remote/__init__.py Co-authored-by:
Paulus Schoutsen <paulus@home-assistant.io> * import callback * use async_generate_cert_if_missing --------- Co-authored-by:
Paulus Schoutsen <paulus@home-assistant.io>
-
Tom Harris authored
Bump to 1.4.1
-
J. Nick Koston authored
Since some objects are very large we can generate overly large log messages ``` Event data for system_log_event exceed maximum size of 32768 bytes. This can cause database performance issues; Event data will not be stored ``` Reported in https://ptb.discord.com/channels/330944238910963714/427516175237382144/1093069996101472306
-
Michael authored
* migrate entity unique ids * Update homeassistant/components/pi_hole/__init__.py --------- Co-authored-by:
Paulus Schoutsen <paulus@home-assistant.io>
-
J. Nick Koston authored
* Switch to fnv-hash-fast from fnvhash Replaces the pure python implemention with a fast cpp one when available (with fallback to pure python) changelog: https://github.com/bdraco/fnv-hash-fast/releases/tag/v0.3.1 source: https://github.com/bdraco/fnv-hash-fast/tree/main/src/fnv_hash_fast * Apply suggestions from code review * lint
-
J. Nick Koston authored
Add deadlock retry wrapper to timestamp column migrations fixes #90819
-
epenet authored
-
Erik Montnemery authored
-
Erik Montnemery authored
-
- Apr 05, 2023
-
-
J. Nick Koston authored
-
epenet authored
-
shbatm authored
-
Stackie Jia authored
-
Tom Puttemans authored
* Use translation_key instead of name for the entity names and enum values This change allows for the translation of entity names and their values based on a key, instead of having the English text in the code * Adjusted tariff options order Not really wrong, but this way it is consistent with all other entities
-
epenet authored
Adjust async_track_time_interval naming
-
Bram Kragten authored
-
Erik Montnemery authored
-
epenet authored
-
epenet authored
-
epenet authored
-
J. Nick Koston authored
-
Penny Wood authored
Fixes issue in some systems with different numbering systems
-
Jan Bouwhuis authored
-
Paul Bottein authored
-
andarotajo authored
* Move constants to seperate file * Use __package__ for the logger name Co-authored-by:
epenet <6771947+epenet@users.noreply.github.com> --------- Co-authored-by:
epenet <6771947+epenet@users.noreply.github.com>
-
J. Nick Koston authored
-
Hans Oischinger authored
-
mletenay authored
-
J. Nick Koston authored
-
Mark Adkins authored
* Add default region on async_setup_entry * Move logic to migration function * Move update logic back to setup function, but updates the config if needed. * Remove commented out code * Update Tests & Config setting method * Update homeassistant/components/sharkiq/__init__.py Co-authored-by:
Franck Nijhof <frenck@frenck.nl> * Update homeassistant/components/sharkiq/__init__.py Co-authored-by:
Franck Nijhof <frenck@frenck.nl> * Accept Suggestions & Formatting --------- Co-authored-by:
Franck Nijhof <frenck@frenck.nl>
-
Fabio De Simone authored
* fix bluetooth_le_tracker reporting devices Home when they leave * refactor * implement tests for BLE service_info.time check * update bluetooth_le_tracker tests * tweaks --------- Co-authored-by:
J. Nick Koston <nick@koston.org>
-
- Apr 04, 2023
-
-
Vincent Knoop Pathuis authored
* Remove getattr and update tests * Apply suggestion for test from PR review * Make constants capitalized
-
Patrick ZAJDA authored
* Add entity name translations to Broadlink sensors Signed-off-by:
Patrick ZAJDA <patrick@zajda.fr> * Update tests Signed-off-by:
Patrick ZAJDA <patrick@zajda.fr> * Apply suggestions from code review Co-authored-by:
epenet <6771947+epenet@users.noreply.github.com> --------- Signed-off-by:
Patrick ZAJDA <patrick@zajda.fr> Co-authored-by:
epenet <6771947+epenet@users.noreply.github.com>
-
Guy Khmelnitsky authored
* Update GoogleMaps intergration dependency * Update requirements_all.txt
-
Jan Bouwhuis authored
* Cleanup config merging and adding defaults * Optimize and update tests * Do not mix entry and yaml config * Make sure hass.data is initilized * remove check on get_mqtt_data * Tweaks to MQTT client * Remove None assigment mqtt client and fix mock
-
Erik Montnemery authored
-
Erik Montnemery authored
-
Erik Montnemery authored
-
Matija Kovacic authored
* Extracting Supla base entity * Fix improper import * Making Black happy. * Use set for membership check * Making ruff happy.
-
J. Nick Koston authored
* Prevent legacy device tracker from creating hundreds of executor jobs The legacy device tracker would create an executor job for each set of extra state attributes and device name lookup. For routers this meant hundreds of jobs * Prevent legacy device tracker from creating hundreds of executor jobs The legacy device tracker would create an executor job for each set of extra state attributes and device name lookup. For routers this meant hundreds of jobs * tweak * simplify
-