András Rutkai
2e9dc209f9
Updated list of supported voices in Watson TTS integration ( #91458 )
2023-04-22 18:11:18 +02:00
Maciej Bieniek
8389086388
Add new parental control switches for NextDNS ( #91507 )
2023-04-22 18:09:54 +02:00
MarkGodwin
e19c6ac011
Bump tplink-omada-client to 1.2.4 ( #91853 )
2023-04-22 18:09:02 +02:00
Jan Bouwhuis
8910afa474
Substate will never be None when subscribing mqtt topics ( #91856 )
2023-04-22 17:54:39 +02:00
mkmer
cb87942b28
Bump whirlpool-sixth-sense to 0.18.3 ( #91859 )
2023-04-22 17:53:04 +02:00
J. Nick Koston
3beb6e9718
Add webhook support to onvif ( #91485 )
2023-04-22 17:49:41 +02:00
Franck Nijhof
a491859875
Several changes to Wheels building for the cp311 ABI ( #91850 )
2023-04-22 17:23:02 +02:00
epenet
60d7ea6f0d
Use SnapshotAssertion in 1-wire tests ( #90782 )
2023-04-22 17:22:05 +02:00
epenet
b568dd3060
Refactor SnapshotAssertion is SFR Box ( #90775 )
2023-04-22 17:20:27 +02:00
Maciej Bieniek
ee23d79a00
Add air quality sensors to Accuweather integration ( #91516 )
2023-04-22 17:19:21 +02:00
Franck Nijhof
20a42c65cf
CI: Add automatic retries to codecov upload action ( #91857 )
2023-04-22 17:16:43 +02:00
starkillerOG
228233ae0c
Bump reolink-aio to v0.5.13 ( #91550 )
2023-04-22 16:14:36 +02:00
Franck Nijhof
f39f07e19b
Update YARL to 1.9.1 ( #91852 )
2023-04-22 09:14:27 -04:00
Lucas
48a2fe9e7a
Add more PrusaLink sensors ( #80424 )
...
* Add more PrusaLink sensors
* Disable prusalink target temperatures by default, add prusa to brands
* Disable prusalink z-height by default
* Remove uneccessary Prusa from brands
* Move target temperatures to the telemetry section of the sensor
* Fix entity naming for prusalink
* Add tests for new prusalink sensors
* Test fixes, fix rebase errors
* Clean up deprecated unit usage
* Add translations for entity names
* Fix tests for translations
---------
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-04-22 09:04:10 -04:00
J. Nick Koston
b76551cf35
Reduce number of columns selected for logbook ( #91718 )
2023-04-22 14:25:22 +02:00
J. Nick Koston
34b824a27b
Reduce number of columns when selecting attributes for history ( #91717 )
2023-04-22 14:21:08 +02:00
J. Nick Koston
6e628d2f06
Add a negative cache to the recorder event type manager ( #91770 )
2023-04-22 14:09:04 +02:00
starkillerOG
8544d73b88
Reolink doorbell extend features ( #90469 )
2023-04-22 13:57:10 +02:00
Jan Bouwhuis
9197316b57
Add tests mqtt light with single supported color_mode ( #91811 )
2023-04-22 13:55:43 +02:00
J. Nick Koston
b5fbbf8410
Speed up processing binary columns on SQLite/MariaDB/MySQL ( #91818 )
2023-04-22 13:55:11 +02:00
Jan Bouwhuis
fc0c8bf113
Improve comment on patching the _import method in test bootstrap dependencies test ( #91848 )
2023-04-22 13:40:38 +02:00
Bouwe Westerdijk
624b8d1cbd
Bump plugwise to v0.31.0 ( #91831 )
2023-04-22 12:59:47 +02:00
Jan Bouwhuis
ad355b3396
Remove unreachable code in mqtt integration discovery ( #91796 )
2023-04-22 12:31:32 +02:00
J. Nick Koston
7a02e992f9
Bump sense_energy to 0.11.2 ( #91836 )
2023-04-22 12:12:16 +02:00
J. Nick Koston
95fcdc5684
Speed up sql queries where ORM rows are not needed ( #91839 )
...
* Speed up logbook and history queries where ORM rows are not needed
This avoids having sqlalchemy wrap Result in ChunkedIteratorResult
which has additional overhead we do not need for these cases
* more places
* anything that uses _sorted_statistics_to_dict does not need orm rows either
2023-04-21 23:28:07 -04:00
J. Nick Koston
2663901603
Speed up LazyEventPartialState for logbook ( #91840 )
...
* Speed up LazyEventPartialState for logbook
We should avoid the getattr call since every row would
have to call the sqlalchemy key not found implemention
if we blindly getattr
* Speed up LazyEventPartialState for logbook
We should avoid the getattr call since every row would
have to call the sqlalchemy key not found implemention
if we blindly getattr
2023-04-21 23:27:23 -04:00
Erik Montnemery
9a0de43f98
Add name to tts voices ( #91814 )
...
* Add name to tts voices
* Add new file
2023-04-21 20:41:14 -04:00
Paulus Schoutsen
cdbdf1ba4f
2023.4.6 ( #91833 )
2023-04-21 20:31:05 -04:00
Aaron Bach
c6d846453d
Bump `aionotion` to 2023.04.2 to address imminent API change ( #91786 )
...
* Bump `aionotion` to 2023.04.0
* Bump `aionotion` to 2023.04.2 to address imminent API change
* Clean migration
* Reduce blast area
* Fix tests
* Better naming
2023-04-21 19:52:57 -04:00
J. Nick Koston
d58f62cb5e
Remove old migration tests that have been replaced ( #91842 )
...
These tests were moved to test_migration_from_schema_32.py in `dev`
and have changed. Remove the old tests as they are no longer
correct
2023-04-21 19:12:21 -04:00
Paulus Schoutsen
f1c4605fba
Bumped version to 2023.4.6
2023-04-21 14:58:46 -04:00
Paulus Schoutsen
deb55a74da
Disallow uploading files to bypass the media dirs ( #91817 )
2023-04-21 14:58:42 -04:00
Allen Porter
30da629285
Relax the constraint that events must have a consistent timezone for start/end ( #91788 )
2023-04-21 14:58:41 -04:00
Stephan Uhle
26b28001c5
Bump pysml to 0.0.10 ( #91773 )
2023-04-21 14:58:40 -04:00
Nathan Spencer
64f8059f00
Bump pylitterbot to 2023.4.0 ( #91759 )
2023-04-21 14:58:39 -04:00
Jan Bouwhuis
8363183943
Do not wait for mqtt at startup mqtt_statestream ( #91721 )
2023-04-21 14:58:38 -04:00
Teemu R
e19279fda5
Bump python-songpal dependency ( #91708 )
2023-04-21 14:58:38 -04:00
J. Nick Koston
591ffe2340
Fallback to generating a new ULID on migraiton if context is missing or invalid ( #91704 )
...
* Fallback to generating a new ULID on migraiton if context is missing or invalid
It was discovered that postgresql will do a full scan if
there is a low cardinality on the index because of missing
context ids. We will now generate a ULID for the timestamp
of the row if the context data is missing or invalid
fixes #91514
* tests
* tweak
* tweak
* preen
2023-04-21 14:58:37 -04:00
Shay Levy
fc4e8e5e7b
Bump aioshelly to 5.3.2 ( #91679 )
2023-04-21 14:58:36 -04:00
J. Nick Koston
36d2accb5b
Handle long format context UUIDs during migration ( #91657 )
...
In https://github.com/home-assistant/core/issues/91514 is was discovered
these exist in older versions
2023-04-21 14:58:07 -04:00
epenet
38de9765df
Bump renault-api to 0.1.13 ( #91609 )
2023-04-21 14:55:51 -04:00
Duco Sebel
6b02892c28
Handle UnsupportedError in HomeWizard ( #91608 )
...
* Handle UnsupportedEror
* Make error message more clear
* Remove debug line, whoops
2023-04-21 14:55:50 -04:00
Tom Harris
c544da7426
Fix Insteon thermostat issue ( #91568 )
...
* Bump pyinsteon
* Bump pyinsteon
* Bump pyinsteon
2023-04-21 14:55:49 -04:00
Aaron Godfrey
71f0f53ddc
Fix tasks with no due date from not triggering `on` calendar state. ( #91196 )
...
Fix tasks with no due date.
Prior to this change we were setting the start date/time to utc rather
than the user's timezone.
2023-04-21 14:55:48 -04:00
Jan Bouwhuis
4de124cdd5
Follow up on comments on changes bootstrap tests ( #91803 )
...
* Remove commented code
* Add comment to explain mock
* typo
2023-04-21 21:44:14 +03:00
Franck Nijhof
5e243da470
Clean up gateway logic from Plugwise ( #91769 )
2023-04-21 21:38:45 +03:00
epenet
33a8eb1716
Add type hints to broadlink device/heartbeat ( #91737 )
...
* Add type hints to broadlink device/heartbeat
* Improve
* Force bool
* Revert "Force bool"
This reverts commit 65bce837d0
.
2023-04-21 21:36:18 +03:00
CodingSquirrel
6137aeb30a
Bump pyeconet to 0.1.20 ( #90950 )
...
chore: Bump pyeconet to 0.1.20 to fix reloading values
2023-04-21 19:25:00 +02:00
epenet
24428d98a1
Fix lingering timer in smartthings tests ( #91697 )
2023-04-21 18:58:07 +02:00
epenet
3d39854ffc
Fix lingering timer in traccar ( #91812 )
2023-04-21 18:49:54 +02:00