epenet
7d3d693fe8
Align config flow reconfigure step test helper with frontend ( #127329 )
...
* Align config flow reconfigure step with frontend
* Update common.py
* Update common.py
* Adjust
* Adjust
* Fix test
* Adjust
2024-10-03 10:21:23 +02:00
epenet
94df3e931a
Use _get_reauth_entry in bmw_connected_drive config flow ( #127327 )
2024-10-03 10:18:32 +02:00
epenet
2e225dfc3a
Use _get_reauth/reconfigure_entry in pyload ( #127304 )
2024-10-03 10:18:10 +02:00
epenet
409d7b3652
Use _get_reauth_entry in braviatv config flow ( #127326 )
2024-10-03 10:16:06 +02:00
epenet
c658dc0ffc
Correct reconfigure flows to get data from config entry ( #127393 )
...
Fetch entry data in async_step_reconfigure
2024-10-03 09:46:41 +02:00
Joost Lekkerkerker
13e4cd4a49
Remove unused translation keys from Tami4 ( #127342 )
2024-10-03 09:43:11 +02:00
epenet
609d410e6a
Use _get_reauth_entry in comelit config flow ( #127386 )
2024-10-03 09:31:44 +02:00
Robert Resch
04860ae1d2
Add go2rtc and extend camera integration for better WebRTC support ( #124410 )
2024-10-03 09:20:03 +02:00
Erik Montnemery
a0a90f03a8
Improve generic camera preview tests ( #127382 )
2024-10-03 09:13:54 +02:00
Erik Montnemery
be3a883c51
Store awair flow data in flow handler attributes ( #127381 )
2024-10-03 09:13:41 +02:00
G Johansson
0fde5c21b7
Add reconfigure flow to trafikverket_camera ( #127355 )
2024-10-03 01:25:47 +02:00
polgarc
c4cc9f8489
Add line numbers to swiss-public-transport ( #127332 )
...
* add line numbers
* keep only one line sensor
* fix unt tests
2024-10-03 01:25:17 +02:00
J. Nick Koston
ff7bc13058
Make numeric device classes a constant ( #127354 )
...
noticed this shows up on the profile every time the UI loads
2024-10-02 22:00:49 +02:00
epenet
ddea61148f
Use _get_reconfigure_entry in brother ( #127279 )
2024-10-02 21:56:26 +02:00
Stefan Agner
88ad7e98e0
Store instance name in Thread router discovery ( #127253 )
...
* Store instance name in Thread router discovery
Store the DNS-SD instance name in the Thread router discovery message.
The instance name is the actual name given to a Thread border router,
e.g. when configuring the name of a Thread border router in Apple Home
the name appears as the DNS-SD instance name. This will allow to make
the Thread border router list more user friendly.
* Use instance_name_from_service_info to get instance name
2024-10-02 21:41:55 +02:00
skynet01
a83d38a5fe
Add turn on and off function to lg_soundbar ( #127022 )
...
* Update media_player.py
Added support to toggle soundbars on and off
* Update homeassistant/components/lg_soundbar/media_player.py
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
* Fix complexity
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-10-02 21:04:14 +02:00
G Johansson
a3b1a30d06
Add reconfigure step to trafikverket weather ( #127140 )
...
* Add reconfigure step to trafikverket weather
* Use helper
* Fix
* Fix review comments
2024-10-02 21:04:00 +02:00
Steven Looman
f8b192bd94
Handle the correct exception type when subscribing to the router service returns an error in the upnp component ( #127006 )
...
* Catch the right exception when handling subscription errors
* Assert device is forced to poll
2024-10-02 20:55:25 +02:00
Erik Montnemery
4c6ab3921a
Store modern_forms flow data in flow handler attributes ( #127175 )
2024-10-02 19:59:44 +02:00
Erik Montnemery
1dc1fd421b
Use ConfigFlow.has_matching_flow to deduplicate tplink flows ( #127164 )
2024-10-02 19:59:24 +02:00
Erik Montnemery
fed953023d
Ensure homekit_controller config flow title_placeholders items are [str, str] ( #127198 )
2024-10-02 19:58:47 +02:00
epenet
5a4cdaf348
Use _get_reauth/reconfigure_entry in melcloud ( #127302 )
2024-10-02 19:50:00 +02:00
epenet
4d49cb2d18
Use _get_reconfigure_entry in waze_travel_time ( #127314 )
2024-10-02 19:49:38 +02:00
epenet
5759539e08
Use _get_reauth/reconfigure_entry in solarlog ( #127310 )
2024-10-02 19:49:15 +02:00
epenet
74441d2771
Use _get_reauth_entry in blue_current config flow ( #127328 )
2024-10-02 19:48:57 +02:00
epenet
da0ebbe57c
Use _get_reauth_entry in bthome config flow ( #127323 )
2024-10-02 19:44:54 +02:00
epenet
d8d392990d
Use _get_reauth_entry in brunt config flow ( #127324 )
2024-10-02 19:44:35 +02:00
epenet
829af75416
Use _get_reauth_entry in bring config flow ( #127325 )
2024-10-02 19:36:32 +02:00
Paul Bottein
c306ebed49
Fix device id support for alarm control panel template ( #127340 )
2024-10-02 19:04:36 +02:00
Michael Hansen
301701176a
Bump intents to 2024.10.2 ( #127338 )
2024-10-02 18:58:31 +02:00
Erik Montnemery
2ab66f62fa
Bump pychromecast to 14.0.2 ( #127333 )
2024-10-02 17:18:59 +02:00
Bram Kragten
f5bd81e0d9
Update frontend to 20241002.2 ( #127331 )
2024-10-02 17:11:51 +02:00
Mark Grandi
c265c91ef2
Add protocol upload / download sensors to Deluge ( #119203 )
...
* Add Protocol Upload/Download for Deluge
* add unit test and fix typo in sensor.py
* remove unneeded import
* rename/unify the translation keys and entries in const.py
* split out const.py items into DelugeSensorType to avoid confusion with DelugeGetSessionStatusKeys
* change DelugeGetSessionStatusKeys to be a regular enum to satisfy mypy
2024-10-02 16:44:56 +02:00
starkillerOG
3184951625
Add sensor for total installations and integrations to Analytics Insights ( #127248 )
...
* Add sensor for total installations and integrations
* Fix tests
* Use pytest fixture
2024-10-02 16:25:27 +02:00
epenet
c6fa160c02
Use _get_reauth/reconfigure_entry in nam ( #127303 )
2024-10-02 16:13:24 +02:00
epenet
e2eb986c7c
Adjust reauth checks in august ( #127320 )
2024-10-02 16:13:02 +02:00
epenet
9219339762
Use _get_reauth/reconfigure_entry in shelly ( #127308 )
2024-10-02 16:12:45 +02:00
epenet
fac3d575c9
Use _get_reauth/reconfigure_entry in tedee ( #127312 )
2024-10-02 16:12:31 +02:00
epenet
db9257f9fa
Use _get_reauth_entry in airvisual_pro ( #127318 )
2024-10-02 16:03:45 +02:00
epenet
bb21c87852
Use _get_reauth_entry in aseko_pool_live ( #127319 )
2024-10-02 16:03:31 +02:00
epenet
f0df25f824
Use _get_reauth_entry in azure_devops config flow ( #127321 )
2024-10-02 16:03:18 +02:00
Cyrill Raccaud
acd3710469
Bump swiss-public-transport requirement python-opendata-transport to 0.5.0 ( #127306 )
2024-10-02 15:42:04 +02:00
epenet
56e79de707
Use _get_reauth_entry in trafikverket_weatherstation ( #127316 )
2024-10-02 15:35:34 +02:00
epenet
781c3eed2f
Use _get_reconfigure_entry in vallox ( #127313 )
2024-10-02 15:29:42 +02:00
epenet
d0d8de94dc
Use _get_reconfigure_entry in tado ( #127311 )
2024-10-02 15:28:11 +02:00
epenet
4974202bb4
Use _get_reconfigure_entry in smhi ( #127309 )
2024-10-02 15:17:45 +02:00
epenet
2dce115732
Use _get_reconfigure_entry in lcn ( #127299 )
2024-10-02 15:03:32 +02:00
epenet
ce1d4282db
Use _get_reconfigure_entry in madvr ( #127300 )
2024-10-02 15:03:18 +02:00
epenet
befc730769
Use _get_reauth/reconfigure_entry in mealie ( #127301 )
...
Use _get_reconfigure_entry in mealie
2024-10-02 14:53:48 +02:00
epenet
3f7c6055d4
Use _get_reauth/reconfigure_entry in lamarzocco ( #127298 )
2024-10-02 14:33:29 +02:00