Franck Nijhof and GitHub
1b6f880a27
Add model_id to Tuya devices, mark services correctly ( #122043 )
2024-07-17 00:09:18 +02:00
Stefan Agner and GitHub
d0c1632976
Drop spurious log messages in Matter bridge device removal ( #122036 )
...
Don't log a message when a device is removed from the Matter bridge.
2024-07-16 23:55:33 +02:00
Franck Nijhof and GitHub
dc9b25af1c
Change model to model_id in LaMetric ( #122044 )
2024-07-16 23:48:34 +02:00
Guido Schmitz and GitHub
0ad2398bda
Use model_id in devolo_home_network ( #122048 )
2024-07-16 22:39:00 +02:00
Michael and GitHub
89198b0512
Fix flakey tibber tests ( #121993 )
2024-07-16 22:36:31 +02:00
Joakim Plate and GitHub
8d290dd9d6
Convert arcam_fmj to runtime data ( #122047 )
2024-07-16 22:35:04 +02:00
Erik Montnemery and GitHub
9970b7eece
Refactor recorder data migration ( #121009 )
...
* Refactor recorder data migration
* Fix stale docstrings
* Don't store a session object in BaseRunTimeMigration instances
* Simplify logic in EntityIDMigration.migration_done
* Fix tests
2024-07-16 21:50:19 +02:00
baa97ca981
Add fixture files to Enphase_Envoy tests ( #121864 )
...
* Add fixture files to Enphase_Envoy tests
* optimize fixtures in enphase_envoy conftest
* combine setup_enphase_envoy and mock_envoy in enphase_envoy tests
* Revert "combine setup_enphase_envoy and mock_envoy in enphase_envoy tests"
This reverts commit ec072c4726 .
* Rework enphase tests
* Rework enphase tests
* reset diagnostics test snapshot
---------
Co-authored-by: Joostlek <joostlek@outlook.com >
2024-07-16 21:14:46 +02:00
Erik Montnemery and GitHub
a22e12dac9
Refactor function recorder.migration._apply_update ( #122023 )
...
* Refactor function recorder.migration._apply_update
* Remove _SchemaVersionMigrators dict
2024-07-16 20:28:03 +02:00
Erik Montnemery and GitHub
d8440e809a
Avoid mutating database schema definitions during schema migration ( #122012 )
...
* Avoid mutating database schema definitions during schema migration
* Adjust test when using mysql
* Address review comment
2024-07-16 20:27:49 +02:00
J. Nick Koston and GitHub
c860b6cd4b
Bump govee-ble to 0.37.0 ( #122037 )
2024-07-16 13:17:15 -05:00
Robert Svensson and GitHub
aeabe3ab95
Mark UniFi power cycle button as unavailable if PoE is not enabled on port ( #122035 )
2024-07-16 20:16:36 +02:00
J. Nick Koston and GitHub
4bcdb551d4
Bump govee-ble to 0.36.1 ( #122030 )
...
changelog: https://github.com/Bluetooth-Devices/govee-ble/compare/v0.34.0...v0.36.1
more prep to add the event platform
2024-07-16 17:29:43 +02:00
Joost Lekkerkerker and GitHub
b122c2932a
Add JakeBosh as Knocki codeowner ( #122026 )
2024-07-16 15:54:40 +02:00
J. Nick Koston and GitHub
8082808ec2
Bump govee-ble to 0.34.0 ( #122028 )
2024-07-16 15:47:58 +02:00
HarvsG and GitHub
3a0b3a4589
Log tools sent to OpenAI ( #122024 )
2024-07-16 15:16:50 +02:00
Joost Lekkerkerker and GitHub
f8ba4d41ba
Add support for adding model_id in device info ( #121989 )
2024-07-16 15:12:25 +02:00
Erik Montnemery and GitHub
336740dbfa
Add recorder migration test starting with schema version 9 ( #122011 )
2024-07-16 15:12:23 +02:00
Erik Montnemery and GitHub
ea29c2c4d4
Improve tests/patch_time.py ( #122017 )
2024-07-16 14:22:22 +02:00
Erik Montnemery and GitHub
dbe68ca057
Minor adjustment of recorder migration ( #122020 )
2024-07-16 14:20:23 +02:00
G Johansson and GitHub
62cc868150
Bump python-holidays to 0.53 ( #122021 )
2024-07-16 13:47:11 +02:00
Jan Bouwhuis and GitHub
3304e18316
Bump incomfortclient to v0.6.3-1 ( #122013 )
2024-07-16 13:23:39 +02:00
6645932fb7
Fix for Environment Canada date being wrong after midnight ( #121850 )
...
* Use async_connect in newly bumped 0.5.8 UPB library.
* Fix tests.
* Fix date being wrong after midnight for Environment Canada
* Fix typing.
* Add test.
* Formatting.
* Remove tests until can be added properly.
* Add weather tests back.
* Fix tests
* Change of tactic for determining previous day's data.
---------
Co-authored-by: G Johansson <goran.johansson@shiftit.se >
2024-07-16 11:57:37 +02:00
bc7d2d2195
Remove modbus codeowner, and downgrade to quality "No score" ( #122010 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev >
2024-07-16 11:26:44 +02:00
Joakim Plate and GitHub
22d977acb0
Rename dsmr integration to be more generic ( #121968 )
2024-07-16 11:15:17 +02:00
234870538d
Prevent removal of complete bridge when removing a device from Matter ( #121987 )
...
* Prevent removal of complete bridge when removing a device from Matter
Currently, when a device is removed from Matter, the complete bridge is
being removed. This might not be the user intention. Bridged devices
themselves can't be deleted really, as they are still part of the
bridge.
Ideally, this should be fixed in the UI (remove the Delete button in
this case). But as a workaround, we can prevent the removal of the
complete bridge by disallowing to remove the bridged device itself.
This also improves deleting when the bridge is already removed from
the Server through some other means: In this case, we delete all devices
at once.
* Update homeassistant/components/matter/__init__.py
---------
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io >
2024-07-16 10:19:55 +02:00
Franck Nijhof and GitHub
2f0870a063
Adjust issue description in automations fix flow ( #122007 )
2024-07-16 09:27:54 +02:00
J. Nick Koston and GitHub
2160f981c2
Convert mopeka to use entry.runtime_data ( #121973 )
2024-07-16 09:02:32 +02:00
J. Nick Koston and GitHub
e01c605d04
Bump uiprotect to 5.3.0 ( #122005 )
2024-07-16 09:01:45 +02:00
Joost Lekkerkerker and GitHub
d81f6fa8f2
Make filter a helper ( #121994 )
2024-07-16 08:47:46 +02:00
J. Nick Koston and GitHub
d0233d01da
Bump govee-ble to 0.33.0 ( #122004 )
2024-07-16 08:37:33 +02:00
Björn Ebbinghaus and GitHub
2723ab3b27
Add mac address as connection for matter device ( #121257 )
2024-07-16 00:54:16 +02:00
260e98c3f7
Add support for Shelly number virtual component ( #121894 )
...
* Support number component in field mode
* Support number in label mode
* Add tests
* Add mode_fn
* Add support for number component in slider mode
* Add comment
* Suggested change
* Revert max_fn
* Change unit 'min' to 'Hz' in test
---------
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com >
2024-07-15 22:26:12 +02:00
Franck Nijhof and GitHub
a9bf12f102
Rename Services to Actions in translation strings ( #121777 )
2024-07-15 21:19:25 +02:00
Michael and GitHub
190f12cead
Bump python-homeassistant-analytics to 0.7.0 ( #121992 )
...
bump python-homeassistant-analytics to 0.7.0
2024-07-15 21:08:00 +02:00
Joost Lekkerkerker and GitHub
026538b6dc
Disable concord232 integration ( #121974 )
...
* Disable concord232 integration
* Fix
2024-07-15 20:54:07 +02:00
Álvaro Fernández Rojas and GitHub
e9d4c03300
Update aioairzone to v0.8.0 ( #121991 )
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com >
2024-07-15 20:49:21 +02:00
Joost Lekkerkerker and GitHub
74f04a1ede
Move licenses to right list ( #121986 )
2024-07-15 20:06:52 +02:00
J. Nick Koston and GitHub
33cb674a4b
Bump yalexs to 6.4.3 ( #121984 )
2024-07-15 19:35:52 +02:00
Joost Lekkerkerker and GitHub
d7e33429e3
Disable MVG integration ( #121975 )
...
Disable MVGLive integration
2024-07-15 17:51:41 +02:00
Joost Lekkerkerker and GitHub
77f10a23b0
Make Bayesian a helper ( #121976 )
2024-07-15 16:53:21 +02:00
Joost Lekkerkerker and GitHub
c6a0c20c64
Disable Dovado integration ( #121871 )
2024-07-15 10:22:01 +02:00
99f01ac61e
Fix BMW remaining fuel device class ( #119172 )
...
Co-authored-by: Richard <rikroe@users.noreply.github.com >
2024-07-15 09:23:05 +02:00
mvn23 and GitHub
894f3fe439
Fix opentherm_gw availability ( #121892 )
2024-07-15 09:20:32 +02:00
Scott K Logan and GitHub
df00e1a65b
Fix rainforest_raven closing device due to timeout ( #121905 )
2024-07-15 09:10:50 +02:00
Tomasz Gorochowik and GitHub
ef7a84d3f4
Fix enigma2 mute ( #121928 )
2024-07-15 09:09:19 +02:00
Sid and GitHub
3b95e88ff7
Bump ruff to 0.5.2 ( #121946 )
2024-07-15 09:00:48 +02:00
6109b9206c
Bump github/codeql-action from 3.25.11 to 3.25.12 ( #121963 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-15 08:57:39 +02:00
50751574b4
Fix configuration_url for Shelly device using IPv6 ( #121939 )
...
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com >
2024-07-15 08:31:44 +02:00
Álvaro Fernández Rojas and GitHub
9f53d0ccd9
Rename Airzone system_zone_id to system_id ( #121931 )
2024-07-15 01:39:59 +02:00