Norbert Rittel
4020c987b5
Use common state for "Normal" in lg_thinq
( #142453 )
...
* Use common state for "Normal" in lg_thinq`
* Replace internal references with common ones
2025-04-07 14:06:52 +02:00
Norbert Rittel
2818f74634
Use common states for "Normal" and "Low" in binary_sensor
( #142465 )
...
* Use common state for "Normal" in `binary_sensor`
Replace the "Normal" string for `battery` and the two references to it from `heat` and `cold` to it with the common state.
* Use common state for "Low" in `binary_sensor`
2025-04-07 14:05:28 +02:00
Erik Montnemery
a026820483
Remove FlowManager.async_post_init ( #142462 )
2025-04-07 13:28:27 +02:00
Erik Montnemery
33fa8df73e
Remove ConfigEntriesFlowManager.async_post_init
( #142463 )
...
Remove ConfigEntriesFlowManager.async_post_init
2025-04-07 13:28:09 +02:00
Erik Montnemery
2ed70ef241
Use mock_config_flow test helper in config tests ( #142461 )
2025-04-07 12:27:15 +02:00
J. Nick Koston
04dfa45db0
Add GATT polling support to INKBird ( #142307 )
...
* Add GATT polling support to INKBird
* reduce
* fixes
* coverage
* dry
* reduce
* reduce
2025-04-07 10:18:46 +02:00
J. Nick Koston
8d82ef8e36
Fix HKC showing hvac_action as idle when fan is active and heat cool target is off ( #142443 )
...
* Fix HKC showing hvac_action as idle when fan is active and heat cool target is off
fixes #142442
* comment relocation
2025-04-07 10:11:15 +02:00
Norbert Rittel
43f93c74da
Use common state for "Normal" in matter
( #142452 )
2025-04-07 09:54:57 +02:00
Simone Chemelli
1e104ba40b
Add missing strings to SamsungTV ( #142405 )
2025-04-07 09:40:06 +02:00
TimL
056d26f13c
Set parallel updates for SMLIGHT entities ( #142455 )
...
Set parallel updates for entities
2025-04-07 09:38:50 +02:00
starkillerOG
3e4a077862
Fix Reolink smart AI sensors ( #142454 )
2025-04-07 09:35:44 +02:00
Norbert Rittel
a44adf2e6f
Use common states for battery_critical
in nuki
( #142349 )
...
Replace "on": "Low" and "off": "Normal" with common states.
This will allow us to use the common states in the `binary_sensor` class, too.
2025-04-07 09:17:21 +02:00
Álvaro Fernández Rojas
7c488f1e54
Add thermostat battery and signal sensors for Airzone integration ( #142390 )
...
* airzone: add thermostat battery/signal sensors
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* tests: airzone: use snapshot_platform for sensors
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* airzone: rename sensor strength
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
---------
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2025-04-06 20:07:46 +02:00
Simone Chemelli
bea389eed7
Add parallel updates to SamsungTV ( #142403 )
2025-04-06 18:25:57 +02:00
Simone Chemelli
e96f2f06fb
Add parallel updates to Fritz ( #142409 )
...
* Add parallel updates to Fritz
* apply review comment
* tweak
2025-04-06 17:28:51 +02:00
Simone Chemelli
9a897d5e12
Update Fritz quality scale ( #142411 )
2025-04-06 17:04:34 +02:00
Sid
b35a44a0e0
Add sensor platform to eheimdigital ( #138809 )
...
* Add fan platform to eheimdigital
* Fix pylint
* Convert fan to sensor platform
* Remove unnecessary changes
* Add state update test
* Review
* Review
* Review
2025-04-06 14:46:19 +02:00
J. Nick Koston
8aee79085a
Bump aioesphomeapi to 29.9.0 ( #142393 )
...
changelog: https://github.com/esphome/aioesphomeapi/compare/v29.8.0...v29.9.0
fixes #142381
2025-04-06 01:00:41 -10:00
J. Nick Koston
d7ca168b77
Fix flapping logger test ( #142367 )
...
The websocket_api logger might get adjusted from other tests
so we cannot be sure its set at debug in this test
2025-04-06 00:09:11 -10:00
Jan-Philipp Benecke
638b88c61c
Only load files ending .metadata.json
in WebDAV ( #142388 )
2025-04-06 10:04:18 +02:00
Álvaro Fernández Rojas
62845fe4a7
Update aioairzone to v1.0.0 ( #142385 )
...
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
2025-04-06 11:01:26 +03:00
Ville Skyttä
c93b4cf61a
Upgrade url-normalize to 2.2.0 ( #142365 )
...
* https://github.com/niksite/url-normalize/releases/tag/2.0.0
* https://github.com/niksite/url-normalize/releases/tag/2.0.1
* https://github.com/niksite/url-normalize/releases/tag/2.1.0
* https://github.com/niksite/url-normalize/releases/tag/2.2.0
2025-04-06 09:23:45 +03:00
J. Nick Koston
55de21477c
Bump yarl to 1.19.0 ( #142379 )
2025-04-05 17:35:19 -10:00
J. Nick Koston
dcef86a30d
Add DHCP discovery support to Bond ( #142372 )
...
* Add DHCP discovery support to Bond
* fixes
* unique ids are always upper
* raise_on_progress=False for user
* Update tests/components/bond/test_config_flow.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* assert unique id
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2025-04-05 14:22:23 -10:00
Luke Lashley
0a7b4d18dc
Check that the current roboorck map exists before updating it. ( #142341 )
...
* Check that the current map exists
* Add a few extra checks
* Update coordinator.py
Co-authored-by: Allen Porter <allen.porter@gmail.com>
* fixlint
---------
Co-authored-by: Allen Porter <allen.porter@gmail.com>
2025-04-05 16:45:00 -07:00
J. Nick Koston
bd8c723e08
Bump flux_led to 1.2.0 ( #142362 )
...
changelog: https://github.com/lightinglibs/flux_led/compare/1.1.3...1.2.0
2025-04-05 11:07:21 -10:00
tdfountain
cd7d7cd35c
Add reconfiguration flow to NUT ( #142127 )
...
* Add reconfiguration flow
* Check host/port/alias without comparing strings
* Replace repeat strings with references
2025-04-05 11:02:46 -10:00
Robert Resch
33cbebc727
Add some Xiaomi BLE sensor translations ( #142109 )
2025-04-05 10:51:43 -10:00
Arie Catsman
6da37691ff
Improve enphase_envoy diagnostics error handling to retain collected data ( #142255 )
...
Improve enphase_envoy Diagnostics error handling to retain collected data
2025-04-05 10:51:22 -10:00
Jan Bouwhuis
ae0f27c42f
Limit mqtt info logging for discovery of new components ( #142344 )
...
* Limit mqtt info logging for discovery of new component
* Keep in bail out, when debug logging is not enabled
2025-04-05 22:38:11 +02:00
Andrew Sayre
660cbc136f
Add move queue item HEOS entity service ( #142301 )
2025-04-05 15:05:01 -05:00
Maciej Bieniek
52143155e7
Record quality scale for IMGW-PIB ( #141380 )
...
* Record quality scale for IMGW-PIB
* Update quality scale
* Add the scale to the manifest
* Typo
* Suggested
2025-04-05 22:12:13 +03:00
Norbert Rittel
a29ba51bdb
Use common states for sensor levels in accuweather
( #142345 )
...
Replace states "Low", "High" and "Very high" with (new) common states.
2025-04-05 22:11:46 +03:00
tronikos
051a503047
Add a description for the enable_google_search_tool option in Google AI ( #142322 )
...
* Add a description for the enable_google_search_tool option in Google AI
* Use quotes
2025-04-05 20:49:38 +02:00
Andre Lengwenus
8121d147a6
Add SensorDeviceClass and unit for LCN CO2 sensor. ( #142320 )
...
Add SesnorDeviceClass and unit for LCN CO2 sensor.
2025-04-05 20:48:16 +02:00
Norbert Rittel
913d3d4ac6
Use common states for sensor levels in openuv
( #142346 )
...
Replace states "Low", "High" and "Very high" with (new) common states.
2025-04-05 21:21:03 +03:00
Norbert Rittel
236f33537b
Use common states for "Low" and "Normal" in dsmr
( #142354 )
...
Use common state for "Low" and "Normal" in `dsmr`
2025-04-05 21:20:27 +03:00
Ernst Klamer
9f4b2ad05a
Bump xiaomi-ble to 0.35.0 ( #142350 )
...
bump xiaomi-ble
2025-04-05 08:13:51 -10:00
Thomas55555
f290199606
Add error details in remote calendar flow ( #141753 )
...
* Add error details in remote calendar flow
* no args
* adjust
* json
* Apply suggestions
* remove description placeholder
2025-04-05 09:07:06 -07:00
Sanjay Govind
9692d637ca
Add reauth flow to bosch_alarm ( #142251 )
...
* add reauth flow
* fix tests
* move not happy flow to its own test
* reference existing strings
* Update test_config_flow.py
2025-04-05 14:26:35 +02:00
elmurato
904265bca7
Add reauth flow to Pterodactyl ( #142285 )
...
* Add reauth flow
* Add common function to validate connection in config flow
* Fix remaining review findings
2025-04-05 13:56:52 +02:00
Tomek Wasilczyk
1ab8deff3d
Add missing test_all requirements ( #142036 )
...
Fix homeassistant_hardware handling and add missing test_all requirements
2025-04-05 12:12:34 +02:00
Norbert Rittel
4ab31e2d4e
Use common states for sensor levels in tomorrowio
( #142324 )
2025-04-05 11:05:43 +02:00
J. Nick Koston
d7e36513b5
Bump inkbird-ble to 0.10.1 ( #142314 )
...
* Bump inkbird-ble to 0.10.0
changelog: https://github.com/Bluetooth-Devices/inkbird-ble/compare/v0.9.0...v0.10.0
* Apply suggestions from code review
2025-04-05 11:05:01 +02:00
tronikos
d07378e87b
Bump opower to 0.10.0 ( #142321 )
2025-04-05 11:03:20 +02:00
Norbert Rittel
e235a04dae
Use common states for sensor levels in nam
( #142323 )
2025-04-05 11:02:46 +02:00
Norbert Rittel
be32968ed4
Use common states for sensor levels in overkiz
( #142325 )
2025-04-05 11:01:47 +02:00
Luke Lashley
31c660557d
Update Roborock map more consistently on state change ( #142228 )
...
* update map more consistently on state change
* Makecoordinator keep track of last_updated_state
2025-04-04 19:58:46 -07:00
Emily Love Watson
414fe53261
Bump pykulersky dependency ( #142311 )
2025-04-04 21:23:22 -04:00
J. Nick Koston
1d10c81ff3
Add coverage to flux_led to ensure a user flow can replace an ignored entry ( #142103 )
...
* Ensure a flux_led user flow can replace an ignored entry
Allow ignored devices to be selected in the user step and replace the ignored entry.
Same as #137056 and #137052 but for flux_led
* works as-is was a problem with core.config_entries
2025-04-04 23:27:05 +02:00