Duco Sebel
f02fceed5b
Bumb python-homewizard-energy to 6.2.0 ( #123514 )
2024-08-10 17:01:17 +02:00
David F. Mulcahey
cfd2ca3abb
Bump zha lib to 0.0.30 ( #123499 )
2024-08-10 08:07:08 -04:00
Sid
9b678e474b
Bump ruff to 0.5.7 ( #123531 )
2024-08-10 14:04:27 +02:00
Michael
5f73c73a88
Improve test coverage for Proximity ( #123523 )
...
* remove unneccessary type checking
* remove unused method after #123158
* test when tracked zone is removed
2024-08-10 13:21:01 +02:00
Matt Way
5f03589d3e
Bump pydaikin to 2.13.2 ( #123519 )
2024-08-10 13:06:29 +02:00
Willem-Jan van Rootselaar
089d855c47
Bump bsblan to 0.5.19 ( #123515 )
...
* bump bsblan lib version
* chore: Update bsblan diagnostics to use to_dict() instead of dict() method
2024-08-10 12:28:48 +02:00
dupondje
750bce2b86
Also migrate dsmr entries for devices with correct serial ( #123407 )
...
dsmr: also migrate entries for devices with correct serial
When the dsmr code could not find the serial_nr for the gas meter,
it creates the gas meter device with the entry_id as identifier.
But when there is a correct serial_nr, it will use that as identifier
for the dsmr gas device.
Now the migration code did not take this into account, so migration to
the new name failed since it didn't look for the device with correct
serial_nr.
This commit fixes this and adds a test for this.
2024-08-10 10:40:11 +02:00
Michael
94af95c95b
Post merge review for Proximity ( #123500 )
...
remove commented code
2024-08-10 01:25:38 +02:00
Brett Adams
ec9944b92a
Add missing logger to Tessie ( #123413 )
2024-08-09 20:33:13 +02:00
J. Nick Koston
2b95a642fc
Remove august IPv6 workaround ( #123408 )
2024-08-09 20:32:11 +02:00
Franck Nijhof
eb1c2f5d9f
Update frontend to 20240809.0 ( #123485 )
2024-08-09 20:30:39 +02:00
Michael
ac28d34ad5
Improve test coverage for AVM Fritz!Smarthome ( #122974 )
2024-08-09 20:23:00 +02:00
starkillerOG
65f33f58e9
Bump motionblinds to 0.6.24 ( #123395 )
2024-08-09 20:22:16 +02:00
Louis Christ
86c4ded4cd
Fix startup blocked by bluesound integration ( #123483 )
2024-08-09 19:36:58 +02:00
YogevBokobza
57da71c537
Bump aioswitcher to 4.0.0 ( #123260 )
...
* Bump aioswitcher to 4.0.0
* switcher fix version
* swithcer fix test
* switcher fix tests
2024-08-09 20:04:11 +03:00
Jake Martin
8e34a0d3c7
Bump monzopy to 1.3.2 ( #123480 )
2024-08-09 11:52:07 -05:00
Steve Easley
1ad1a2d51e
Bump pyjvcprojector to 1.0.12 to fix blocking call ( #123473 )
2024-08-09 11:51:50 -05:00
J. Nick Koston
acda7bc5c4
Bump uiprotect to 6.0.1 ( #123481 )
2024-08-09 11:50:05 -05:00
yangqian
618efdb326
Bump chacha20poly1305-reuseable to 0.13.2 ( #123471 )
...
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-08-09 11:25:53 -05:00
J. Nick Koston
b445517244
Bump orjson to 3.10.7 ( #123465 )
2024-08-09 17:34:21 +02:00
J. Nick Koston
6e1978971a
Bump PyYAML to 6.0.2 ( #123466 )
2024-08-09 17:33:48 +02:00
J. Nick Koston
572293fb8b
Bump uiprotect to 6.0.0 ( #123402 )
2024-08-09 17:27:16 +02:00
David Knowles
85cbc2437c
Bump pydrawise to 2024.8.0 ( #123461 )
2024-08-09 17:25:25 +02:00
Franck Nijhof
228db1c063
Support action YAML syntax in old-style notify groups ( #123457 )
2024-08-09 17:18:42 +02:00
puddly
97410474f5
Bump ZHA library to 0.0.29 ( #123464 )
...
* Bump zha to 0.0.29
* Pass the Core timezone to ZHA
* Add a unit test
2024-08-09 10:31:55 -04:00
Andrew Jackson
e6e985af24
Remove type checking of config entry in Mastodon ( #123467 )
...
Remove type checking of configentry
2024-08-09 16:28:55 +02:00
Andrew Jackson
aee5d5126f
Add sensor platform for Mastodon ( #123434 )
...
* Add account sensors
* Sensor icons
* Change sensors to use value_fn
* Add native unit of measurement
* Update native unit of measurement
* Change toots to posts
* Fix sensor icons
* Add device entry type
* Explain conditional naming
* Fixes from review
* Remove unnecessary constructor
2024-08-09 16:02:27 +02:00
Matrix
55eb11055c
Bump YoLink API to 0.4.7 ( #123441 )
2024-08-09 12:21:49 +02:00
Jesse Hills
84d6f5ed07
Remove ESPHome legacy entity naming ( #123436 )
...
* Remove ESPHome legacy entity naming
* Update test entity_ids to use sanitized name instead of object_id
2024-08-09 11:43:02 +02:00
Brett Adams
f8e1c2cfd4
Rework OAuth in Tesla Fleet ( #123324 )
...
* Rework Oauth
* Improve docstrings
* Update homeassistant/components/tesla_fleet/oauth.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* review feedback
* Add tests for user creds
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-08-09 08:38:12 +02:00
J. Nick Koston
00c1a3fd4e
Ensure legacy event foreign key is removed from the states table when a previous rebuild failed ( #123388 )
...
* Ensure legacy event foreign key is removed from the states table
If the system ran out of disk space removing the FK, it would
fail. #121938 fixed that to try again, however that PR was made
ineffective by #122069 since it will never reach the check.
To solve this, the migration version is incremented to 2, and
the migration is no longer marked as done unless the rebuild
/fk removal is successful.
* fix logic for mysql
* fix test
* asserts
* coverage
* coverage
* narrow test
* fixes
* split tests
* should have skipped
* fixture must be used
2024-08-09 06:19:12 +02:00
J. Nick Koston
03ba8f6173
Bump aiohttp to 3.10.2 ( #123394 )
2024-08-08 17:07:22 -05:00
J. Nick Koston
69740e865c
Reduce number of aiohttp.TCPConnector cleanup_closed checks to one per minute ( #123268 )
2024-08-08 15:52:09 -05:00
starkillerOG
2343f5e40f
Reolink Chime online status and ability to remove ( #123301 )
...
* Add chime available
* allow removing a Reolink chime
* Allow removal if doorbell itself removed
* fix tests
* Add tests
* fix styling
2024-08-08 19:28:46 +02:00
Álvaro Fernández Rojas
634a2b22dc
Improve Airzone Cloud sensors availability ( #123383 )
...
airzone_cloud: improve sensors availability
Make sensor entities unavailable instead of providing an unknown state.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2024-08-08 19:23:52 +02:00
epenet
b498c89860
Fix raise-within-try in language util ( #123354 )
2024-08-08 18:51:19 +02:00
epenet
ddc94030a6
Fix raise-within-try in config validation helper ( #123353 )
2024-08-08 18:50:49 +02:00
fustom
c2f2a868c4
Fix limit and order property for transmission integration ( #123305 )
2024-08-08 18:49:47 +02:00
Erik Montnemery
60117ae150
Revert "Fix blocking I/O while validating config schema" ( #123377 )
2024-08-08 17:30:39 +02:00
epenet
a406068f13
Fix implicit-return in homematic ( #122922 )
2024-08-08 16:32:46 +02:00
Tom Brien
baceb2a92a
Add support for v3 Coinbase API ( #116345 )
...
* Add support for v3 Coinbase API
* Add deps
* Move tests
2024-08-08 12:26:03 +02:00
Sid
d08f4fbace
Enable Ruff RET501 ( #115031 )
...
* Enable Ruff RET501
* add noqa and type hints
* use Any for fixtures
* Review comments, typing fixes
* Review comments
* fix new occurrences, clean up
* Fix typing
* clean up rebase
* more cleanup
* Remove old occurrences
---------
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2024-08-08 11:56:18 +02:00
epenet
02a404081a
Fix implicit-return in yeelight ( #122943 )
2024-08-08 11:33:49 +02:00
Franck Nijhof
8a8fac46e0
Remove unneeded logs from Yamaha ( #123349 )
2024-08-08 11:32:22 +02:00
dependabot[bot]
984bbf60ef
Bump sigstore/cosign-installer from 3.5.0 to 3.6.0 ( #123335 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-08 10:25:32 +02:00
epenet
b7f5236a0a
Fix implicit-return in konnected ( #122915 )
...
* Fix implicit-return in konnected
* Adjust
* Adjust
* Adjust tests
2024-08-08 10:09:36 +02:00
Franck Nijhof
6a89080ce7
Merge branch 'master' into dev
2024-08-08 09:12:16 +02:00
Joost Lekkerkerker
7dea5d2fe6
Refactor spc tests ( #123287 )
2024-08-08 08:59:30 +02:00
J. Nick Koston
135c80186f
Fix doorbird with externally added events ( #123313 )
2024-08-08 08:56:40 +02:00
Noah Husby
2144a9a7b2
Bump aiorussound to 2.2.2 ( #123319 )
2024-08-08 08:56:02 +02:00