This project is mirrored from https://github.com/home-assistant/core.git.
Pull mirroring updated .
- Apr 12, 2023
-
-
G Johansson authored
* Brottsplatskartan Config Flow * Fix import * Modify sensor * Mod version * Mod version 2 * has_entity_name * Fix api constructor * Switch to issue for depr. * Fix docstrings * Minor cleaning * Fix argument for bpk constructor * remove translations * Fix tests * reset config * uuid to conftest * hassfest * depr version * unique id * reset not linked changes * review comments * fix area none * relevant changes * depr version * slim test * unique_id * create_entry * review comments and tests * fix init test * review comments
-
Dmitry Vlasov authored
-
Matthias Alphart authored
* Run in executor in Obihai and Sonos * fix Sonos test * fix sonos test differently (review)
-
Jan Bouwhuis authored
Rename to mqtt_mock_entry and cleanup
-
G Johansson authored
RestoreSensor
-
epenet authored
* Use tmp_path in tests * Use joinpath * Prefer / operator * Cleanup
-
epenet authored
-
J. Nick Koston authored
-
Michael authored
* catch ssl.SSLError * add test * fail setup on ssl error * adjust tests
-
Erik Montnemery authored
* Allow UI configuration of entities exposed to voice_assistant * Invalidate cache when settings change * Add tests * Expose entities to conversation by default * Update tests
-
J. Nick Koston authored
https://www.sqlite.org/pragma.html#pragma_optimize > To achieve the best long-term query performance without the need to do a detailed engineering analysis of the application schema and SQL, it is recommended that applications run "PRAGMA optimize" (with no arguments) just before closing each database connection. Long-running applications might also benefit from setting a timer to run "PRAGMA optimize" every few hours. > This pragma is usually a no-op or nearly so and is very fast. Since we keep the recorder connection open for the entire time HA is running we fall into the long-running application bucket
-
J. Nick Koston authored
* delete more code * tweak * tweak * wrappers * restore lost performance * restore lost performance * restore lost performance * compact * reduce * fix refactor * DRY * tweak * delete the start time state injector * move away the legacy code * tweak * adjust * adjust * tweak * ignore impossible * fix a bug where the first start was changed to the start time when there was no previous history recorded before * avoid the empty scan most cases * postgresql * fixes * workaround for mariadb < 10.4 * remove unused * remove unused * adjust * bail early * tweak * tweak * fix more tests * fix recorderrun being init in the future in the test * run history tests on schema 30 as well * Revert "run history tests on schema 30 as well" This reverts commit d798b100ac45c7f8c4cee5d284d94beed5e3d454. * reduce * cleanup * tweak * reduce * prune * adjust * adjust * adjust * reverse later is faster because the index is in forward order and the data size we are reversing is much smaller even if we are in python code * Revert "reverse later is faster because the index is in forward order and the data size we are reversing is much smaller even if we are in python code" This reverts commit bf974e103e651a1334493a9594e08d19e51e392b. * fix test * Revert "Revert "reverse later is faster because the index is in forward order and the data size we are reversing is much smaller even if we are in python code"" This reverts commit 119354499ecf7c1025ec40350e97e73d62d3fd4b. * more coverage * adjust * fix for table order * impossible for it to be missing * remove some more legacy from the all states
-
epenet authored
-
epenet authored
-
Michael Hansen authored
* Media playback working * Working on OPUS audio * Before rollback * Fix is_end * First working pipeline * Clean up * Remove asserts * Send HA version in SDP * Use async_pipeline_from_audio_stream * Use config flow with allowed IP * Satisfy ruff * Remove use of regex for SIP IP * Use voip-utils * Fix imports * Add Pipeline to __all__ * Fix voice assistant tests * Basic VoIP test * Run hassfest * Generate requirements * Bump voip utils (missing requirement) * Allow tts_options to be passed in to pipeline run * Add config flow tests * Update test snapshots * More tests * Remove get_extra_info * Appeasing the codebot
-
- Apr 11, 2023
-
-
rlippmann authored
-
Erik Montnemery authored
-
Jan Bouwhuis authored
-
Franck Nijhof authored
-
Franck Nijhof authored
-
Regev Brody authored
fix: #85096 Switcher "No devices found on the network"
-
Bram Kragten authored
-
Erik Montnemery authored
-
Robert Svensson authored
-
Pascal Reeb authored
fix(nuki): throw warning if webhook cannot be created
-
Avi Miller authored
-
epenet authored
-
epenet authored
-
epenet authored
* Fix flaky filesize tests * Adjust constant usage * Once more * Use joinpath
-
Aaron Bach authored
-
- Apr 10, 2023
-
-
Paulus Schoutsen authored
Require sample rate as input
-
David F. Mulcahey authored
-
starkillerOG authored
give USE_HTTPS a default
-
Diogo Gomes authored
* track availability of source sensor * address review comments
-
Anthony Mattas authored
* Update config_flow.py Used constant string for consistency * Update config_flow.py Removed code for location ID and name the integration using the username * Update manifest.json Updated codeowners * Update config_flow.py * Update config_flow.py Formatted with black * Update manifest.json Updated codeowners * Update test_config_flow.py Updated test
-
J. Nick Koston authored
changelog: https://github.com/ijl/orjson/compare/3.8.9...3.8.10
-
Allen Porter authored
-
J. Nick Koston authored
* Reduce overhead of legacy database columns on new installs * Reduce overhead of legacy database columns on new installs * Reduce overhead of legacy database columns on new installs * Reduce overhead of legacy database columns on new installs * not working as expected * override the type compiler * override the type compiler * override the type compiler * override the type compiler * Apply suggestions from code review * pgsql char1 * make entity filter test setup with old schema * fix some more tests that were mutating state * fix some more tests that were mutating state * fix some more tests that were mutating state * fix more dbstate mutations * add shim for older tests * split migration tests * add coverage for purging legacy data * tweak * more fixes * drop some legacy * fix another test * fix a few more * add casts for postgresql in case someone deletes the schema changes table * dry * dry * dry
-
Allen Porter authored
Relax event valudation to allow existing zero duration events
-
J. Nick Koston authored
* Bump ulid-transform to 0.6.2 changelog: https://github.com/bdraco/ulid-transform/compare/v0.6.0...v0.6.2 32bit fixes fixes #91092 * 0.6.3
-