J. Nick Koston
15e8d66fea
Migrate unifiprotect to use async_update_entry to alter config entries ( #110409 )
2024-02-12 21:38:25 +01:00
J. Nick Koston
04dccc7ec6
Migrate mqtt to use async_update_entry to alter config entries ( #110407 )
2024-02-12 21:38:13 +01:00
J. Nick Koston
4a98f3f223
Migrate ping to use async_update_entry to alter config entries ( #110404 )
2024-02-12 21:25:17 +01:00
J. Nick Koston
7dcf2e94b4
Migrate zha to use async_update_entry to alter config entries ( #110402 )
2024-02-12 21:24:56 +01:00
J. Nick Koston
c3d9192384
Migrate smartthings to use async_update_entry to alter config entries ( #110403 )
2024-02-12 21:24:45 +01:00
J. Nick Koston
db9c08b2e0
Migrate verisure to use async_update_entry to alter config entries ( #110400 )
2024-02-12 21:24:32 +01:00
J. Nick Koston
7d1b9dce9d
Migrate yale_smart_alarm to use async_update_entry to alter config entries ( #110401 )
2024-02-12 21:23:07 +01:00
J. Nick Koston
aa0e8625ad
Migrate velbus to use async_update_entry to alter config entries ( #110399 )
2024-02-12 21:22:52 +01:00
Michael
9a672a1f31
Bump py-sucks to 0.9.9 ( #110397 )
...
bump py-sucks to 0.9.9
2024-02-12 21:13:47 +01:00
Åke Strandberg
78531ffbc6
Cleanup myuplink imports ( #110374 )
...
Cleanup imports
2024-02-12 20:21:33 +01:00
J. Nick Koston
cc13d7eec7
Migrate hue to use async_update_entry to alter config entries ( #110310 )
2024-02-12 20:20:10 +01:00
J. Nick Koston
5c7d3035ca
Migrate ipp to use async_update_entry to alter config entries ( #110311 )
2024-02-12 20:19:48 +01:00
Franck Nijhof
7b881e1c6a
Update Home Assistant base image to 2024.02.1 ( #110395 )
2024-02-12 20:17:24 +01:00
J. Nick Koston
a1f0e9015b
Migrate openweathermap to use async_update_entry to alter config entries ( #110372 )
...
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-02-12 13:15:57 -06:00
J. Nick Koston
fc1c513f33
Migrate obihai to use async_update_entry to alter config entries ( #110368 )
2024-02-12 20:13:53 +01:00
Maciej Bieniek
2bd64dba6b
Add `removal_condition` for Shelly analog input sensors ( #110331 )
...
* Add remove condition for analog input sensors
* xpercent key is not present in the payload if it has not been configured
---------
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-02-12 20:13:11 +01:00
J. Nick Koston
32e3f6c5a7
Migrate roku to use async_update_entry to alter config entries ( #110363 )
2024-02-12 20:10:06 +01:00
Erik Montnemery
e27e799dd5
Add power strip with 2 outlets to kitchen_sink ( #110346 )
2024-02-12 20:00:13 +01:00
Erik Montnemery
3086d24231
Add back `supported_color_modes` property to `blebox` light ( #110350 )
2024-02-12 19:59:04 +01:00
J. Nick Koston
5e5a9d9c59
Bump SQLAlchemy to 2.0.26 ( #110358 )
2024-02-12 19:57:53 +01:00
J. Nick Koston
96850c6524
Migrate minecraft_server to use async_update_entry to alter config entries ( #110367 )
2024-02-12 19:57:27 +01:00
J. Nick Koston
f5497cb0be
Migrate foscam to use async_update_entry to alter config entries ( #110365 )
2024-02-12 19:57:09 +01:00
J. Nick Koston
e2ec23955e
Migrate ps4 to use async_update_entry to alter config entries ( #110373 )
2024-02-12 19:52:04 +01:00
J. Nick Koston
df8a168c97
Migrate switchbee to use async_update_entry to alter config entries ( #110392 )
2024-02-12 19:51:45 +01:00
J. Nick Koston
332db5093f
Migrate utility_meter to use async_update_entry to alter config entries ( #110394 )
2024-02-12 19:51:16 +01:00
J. Nick Koston
4d1e3cdf49
Bump securetar to 2024.2.0 ( #110383 )
2024-02-12 19:50:59 +01:00
J. Nick Koston
29146326fa
Fix zone radius calculation when radius is not 0 ( #110354 )
2024-02-12 19:47:34 +01:00
J. Nick Koston
4bcfa9e315
Migrate sonarr to use async_update_entry to alter config entries ( #110364 )
2024-02-12 19:46:48 +01:00
J. Nick Koston
300f5670e0
Migrate sensibo to use async_update_entry to alter config entries ( #110390 )
2024-02-12 19:46:30 +01:00
J. Nick Koston
5f03b5ad41
Migrate smhi to use async_update_entry to alter config entries ( #110391 )
2024-02-12 19:45:28 +01:00
J. Nick Koston
2f0d294219
Migrate trafikverket_camera to use async_update_entry to alter config entries ( #110393 )
2024-02-12 19:45:07 +01:00
Erik Montnemery
6e4fd69326
Fix color mode in wiz light ( #110328 )
2024-02-12 19:44:46 +01:00
J. Nick Koston
3b409b07e3
Migrate zwave_js to use async_update_entry to alter config entries ( #110376 )
2024-02-12 19:42:02 +01:00
Erik Montnemery
a51d3b4286
Remove store from google_assistant AbstractConfig ( #109877 )
...
* Remove store from google_assistant AbstractConfig
* Bump minor version of google_assistant store
* Fix test
* Improve comments
* Fix typo
* Refactor
* Update homeassistant/components/google_assistant/http.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Fix bug, add tests
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-02-12 19:24:21 +01:00
J. Nick Koston
d78bb3894c
Migrate samsungtv to use async_update_entry to alter config entries ( #110362 )
2024-02-12 11:41:46 -06:00
J. Nick Koston
542e306b0c
Migrate recollect_waste to use async_update_entry to alter config entries ( #110378 )
2024-02-12 11:41:06 -06:00
J. Nick Koston
925e9eecce
Migrate ridwell to use async_update_entry to alter config entries ( #110380 )
2024-02-12 11:40:23 -06:00
J. Nick Koston
fb622c6cc8
Migrate rainmachine to use async_update_entry to alter config entries ( #110377 )
2024-02-12 11:35:17 -06:00
J. Nick Koston
66607cd034
Migrate openuv to use async_update_entry to alter config entries ( #110371 )
2024-02-12 11:34:26 -06:00
Erik Montnemery
1764c031df
Warn when lights violate color mode rules ( #110336 )
...
* Warn when lights violate color mode rules
* Update test
* Remove redundant warning, add tests
* Improve test coverage
2024-02-12 17:43:50 +01:00
Maciej Bieniek
8de038527f
Improve type annotation in Shelly tests ( #110361 )
...
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-02-12 10:23:55 -06:00
Nikolay Vasilchuk
1a22189262
Fix Starline GPS count sensor ( #110348 )
2024-02-12 17:07:22 +01:00
Åke Strandberg
29ed82332c
Add myuplink specific sensor descriptions ( #109867 )
...
* Add specific sensor descriptions
* Address review suggestions
* Adress more review comments
* Change variable name according to code review
* Qualify parameter_id:s to avoid collisions
* Qualify sensor descriptions with a model group prefix
* Improve lookup of sensor descriptions
* Address review comments
* Add constant for unknown value from API
* Add raw value as attribute to enum sensors
* Create extra raw_value sensors with enum sensors
* Moved attributes to class attributes
* Move capitalize() to class setup
2024-02-12 16:37:44 +01:00
Joost Lekkerkerker
89331d0ff3
Change function name in hvv_departures ( #110349 )
2024-02-12 15:54:48 +01:00
Peter Winkler
0157026489
Upgrade myuplink package to 0.2.1 ( #110343 )
2024-02-12 15:33:58 +01:00
Adam Goode
5cdc3cec32
Properly report cover positions to prometheus ( #110157 )
2024-02-12 15:33:03 +01:00
Jan-Philipp Benecke
fb878836a8
Handle no data error in Electricity Maps config flow ( #110259 )
...
Co-authored-by: Viktor Andersson <30777521+VIKTORVAV99@users.noreply.github.com>
2024-02-12 15:03:29 +01:00
Minims
f792690e27
Update python rflink to 0.0.66 ( #110060 )
...
* Update python rflink to 0.0.66
Used to manage new data WIND from last R51 release
* Update requirements_all.txt
* Update requirements_test_all.txt
2024-02-12 13:27:01 +02:00
Marc Mueller
defbe3c067
Update pytest warnings filter ( #110332 )
2024-02-12 11:30:41 +01:00
Joakim Sørensen
30e932f36d
Bump pytraccar from 2.0.0 to 2.1.0 ( #110320 )
2024-02-12 11:23:16 +01:00