Joakim Plate and GitHub
f69507527b
Make sure diagnostic data is output in deterministic order ZHA ( #123551 )
...
Make sure diagnostic data is output in deterministic order
Sets are not ordered, so the tests for this failed sporadically since it is
converted into a list when converted to json.
2024-08-10 20:55:31 +02:00
Franck Nijhof and GitHub
ae4fc9504a
2024.8.1 ( #123544 )
2024.8.1
2024-08-10 19:32:02 +02:00
Joakim Plate and GitHub
f53da62026
Extend ZHA attribute diagnostic information ( #123199 )
...
* Include full attribute representation in in data
* Extend attribute diagnostics for zha
2024-08-10 19:25:21 +02:00
Franck Nijhof
2ef337ec2e
Bump version to 2024.8.1
2024-08-10 18:41:57 +02:00
cnico and Franck Nijhof
723b7bd532
Upgrade chacon_dio_api to version 1.2.0 ( #123528 )
...
Upgrade api version 1.2.0 with the first user feedback improvement
2024-08-10 18:41:39 +02:00
Joost Lekkerkerker and Franck Nijhof
4fdb11b0d8
Bump AirGradient to 0.8.0 ( #123527 )
2024-08-10 18:41:36 +02:00
Matt Way and Franck Nijhof
fe2e6c37f4
Bump pydaikin to 2.13.2 ( #123519 )
2024-08-10 18:41:32 +02:00
Michael and Franck Nijhof
4a75c55a8f
Fix cleanup of old orphan device entries in AVM Fritz!Tools ( #123516 )
...
fix cleanup of old orphan device entries
2024-08-10 18:41:29 +02:00
Duco Sebel and Franck Nijhof
dfb59469cf
Bumb python-homewizard-energy to 6.2.0 ( #123514 )
2024-08-10 18:41:26 +02:00
David F. Mulcahey and Franck Nijhof
bdb2e1e2e9
Bump zha lib to 0.0.30 ( #123499 )
2024-08-10 18:41:22 +02:00
Franck Nijhof
c4f6f1e3d8
Update frontend to 20240809.0 ( #123485 )
2024-08-10 18:41:19 +02:00
Louis Christ and Franck Nijhof
fb3eae54ea
Fix startup blocked by bluesound integration ( #123483 )
2024-08-10 18:41:16 +02:00
Jake Martin and Franck Nijhof
d3f8fce788
Bump monzopy to 1.3.2 ( #123480 )
2024-08-10 18:41:13 +02:00
Steve Easley and Franck Nijhof
44e58a8c87
Bump pyjvcprojector to 1.0.12 to fix blocking call ( #123473 )
2024-08-10 18:41:09 +02:00
puddly and Franck Nijhof
3d3879b0db
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-10 18:41:06 +02:00
Franck Nijhof
a8b1eb34f3
Support action YAML syntax in old-style notify groups ( #123457 )
2024-08-10 18:41:03 +02:00
Matrix and Franck Nijhof
fd77058def
Bump YoLink API to 0.4.7 ( #123441 )
2024-08-10 18:41:00 +02:00
Brett Adams and Franck Nijhof
b147ca6c5b
Add missing logger to Tessie ( #123413 )
2024-08-10 18:40:57 +02:00
dupondje and Franck Nijhof
670c4cacfa
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 18:40:53 +02:00
J. Nick Koston and Franck Nijhof
1ed0a89303
Bump aiohttp to 3.10.2 ( #123394 )
2024-08-10 18:40:50 +02:00
J. Nick Koston and Franck Nijhof
ab0597da7b
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-10 18:40:47 +02:00
Erik Montnemery and Franck Nijhof
a3db6bc8fa
Revert "Fix blocking I/O while validating config schema" ( #123377 )
2024-08-10 18:40:44 +02:00
Noah Husby and Franck Nijhof
9bfc8f6e27
Bump aiorussound to 2.2.2 ( #123319 )
2024-08-10 18:40:41 +02:00
J. Nick Koston and Franck Nijhof
6fddef2dc5
Fix doorbird with externally added events ( #123313 )
2024-08-10 18:40:38 +02:00
fustom and Franck Nijhof
ec08a85aa0
Fix limit and order property for transmission integration ( #123305 )
2024-08-10 18:40:35 +02:00
de7af575c5
Bump OpenWeatherMap to 0.1.1 ( #120178 )
...
* add owm modes
* fix tests
* fix modes
* remove sensors
* Update homeassistant/components/openweathermap/sensor.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2024-08-10 18:40:32 +02:00
Tom Brien and Franck Nijhof
d3831bae4e
Add support for v3 Coinbase API ( #116345 )
...
* Add support for v3 Coinbase API
* Add deps
* Move tests
2024-08-10 18:40:28 +02:00
Franck Nijhof and GitHub
0558c85b5d
Revert "Remove ESPHome legacy entity naming" ( #123453 )
2024-08-10 18:38:20 +02:00
J. Nick Koston and GitHub
ef2ddbf86d
Revert "Bump chacha20poly1305-reuseable to 0.13.2" ( #123505 )
2024-08-10 18:37:00 +02:00
Joost Lekkerkerker and GitHub
778194f7a0
Bump AirGradient to 0.8.0 ( #123527 )
2024-08-10 18:31:17 +02:00
Joost Lekkerkerker and GitHub
13b12a7657
Clean up codespell words ( #123541 )
2024-08-10 18:28:01 +02:00
Michael and GitHub
257742de46
Fix cleanup of old orphan device entries in AVM Fritz!Tools ( #123516 )
...
fix cleanup of old orphan device entries
2024-08-10 18:01:15 +02:00
cnico and GitHub
ace6385f5e
Upgrade chacon_dio_api to version 1.2.0 ( #123528 )
...
Upgrade api version 1.2.0 with the first user feedback improvement
2024-08-10 17:01:49 +02:00
4f8a6979d9
Bump OpenWeatherMap to 0.1.1 ( #120178 )
...
* add owm modes
* fix tests
* fix modes
* remove sensors
* Update homeassistant/components/openweathermap/sensor.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com >
2024-08-10 17:01:26 +02:00
Duco Sebel and GitHub
f02fceed5b
Bumb python-homewizard-energy to 6.2.0 ( #123514 )
2024-08-10 17:01:17 +02:00
David F. Mulcahey and GitHub
cfd2ca3abb
Bump zha lib to 0.0.30 ( #123499 )
2024-08-10 08:07:08 -04:00
Sid and GitHub
9b678e474b
Bump ruff to 0.5.7 ( #123531 )
2024-08-10 14:04:27 +02:00
Michael and GitHub
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 and GitHub
5f03589d3e
Bump pydaikin to 2.13.2 ( #123519 )
2024-08-10 13:06:29 +02:00
Willem-Jan van Rootselaar and GitHub
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 and GitHub
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 and GitHub
94af95c95b
Post merge review for Proximity ( #123500 )
...
remove commented code
2024-08-10 01:25:38 +02:00
Brett Adams and GitHub
ec9944b92a
Add missing logger to Tessie ( #123413 )
2024-08-09 20:33:13 +02:00
J. Nick Koston and GitHub
2b95a642fc
Remove august IPv6 workaround ( #123408 )
2024-08-09 20:32:11 +02:00
Franck Nijhof and GitHub
eb1c2f5d9f
Update frontend to 20240809.0 ( #123485 )
2024-08-09 20:30:39 +02:00
Michael and GitHub
ac28d34ad5
Improve test coverage for AVM Fritz!Smarthome ( #122974 )
2024-08-09 20:23:00 +02:00
starkillerOG and GitHub
65f33f58e9
Bump motionblinds to 0.6.24 ( #123395 )
2024-08-09 20:22:16 +02:00
Louis Christ and GitHub
86c4ded4cd
Fix startup blocked by bluesound integration ( #123483 )
2024-08-09 19:36:58 +02:00
YogevBokobza and GitHub
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 and GitHub
8e34a0d3c7
Bump monzopy to 1.3.2 ( #123480 )
2024-08-09 11:52:07 -05:00