G Johansson
d727f8ff50
Clarify event tracking in docstrings for track_state_change/report ( #129338 )
...
* Clarify event tracking in docstrings for track_state_change/report
* Fixes
* Update homeassistant/helpers/event.py
* Update homeassistant/helpers/event.py
Co-authored-by: J. Nick Koston <nick@koston.org>
---------
Co-authored-by: Erik Montnemery <erik@montnemery.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2024-10-28 23:05:06 +01:00
G Johansson
9546bf1dee
Use shorthand attribute for native value in statistics ( #129355 )
2024-10-28 22:43:09 +01:00
Michael Hansen
dd9ce34d18
Allow a fixed number of ffmpeg proxy conversions per device ( #129246 )
...
Allow a fixed number of conversions per device
2024-10-28 13:26:43 -07:00
G Johansson
73f2d972e4
Use shorthand attribute for available in statistics ( #129354 )
2024-10-28 21:01:34 +01:00
G Johansson
7d699c6c35
Fix calculation of attributes in statistics ( #128475 )
...
* Fix calculation of attributes in statistics
* Cleanup
* Mods
* Fix device class
* Typing
* Mod uom calc
* Fix UoM
* Fix docstrings
* state class docstring
2024-10-28 19:45:47 +01:00
dontinelli
21f23f67f4
Fix spelling mistake in notify ( #129349 )
2024-10-28 18:39:36 +01:00
Joost Lekkerkerker
8874ba2779
Add LG ThinQ to LG brand ( #129346 )
2024-10-28 18:24:24 +01:00
LG-ThinQ-Integration
420538e6e7
Add LG ThinQ integration ( #129299 )
...
Co-authored-by: jangwon.lee <jangwon.lee@lge.com>
2024-10-28 17:22:24 +01:00
dotvav
8eb68b54d9
Palazzetti integration ( #128259 )
...
Co-authored-by: Joostlek <joostlek@outlook.com>
2024-10-28 17:19:05 +01:00
YogevBokobza
c24579bfb2
Add switcher s12 support ( #127277 )
...
Co-authored-by: Joostlek <joostlek@outlook.com>
Co-authored-by: Shay Levy <levyshay1@gmail.com>
2024-10-28 16:57:24 +01:00
Noah Husby
21256c4529
Remove media player shuffle check from Cambridge Audio ( #129235 )
...
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-10-28 16:57:09 +01:00
J. Diego Rodríguez Royo
668626b920
Add ServiceValidationError to Home Connect ( #129309 )
...
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-10-28 16:48:56 +01:00
Wendelin
cbfa3bb56d
Hassio logs boots ( #129151 )
...
* Add hassio logs/boots proxy settings
* Add hassio http tests
2024-10-28 16:41:14 +01:00
Robert Resch
536fcf02d7
Fix CI by running gen_requirements_all.py ( #129339 )
2024-10-28 16:39:49 +01:00
Erik Montnemery
a8ac3acbbe
Bump pychromecast to 14.0.5 ( #129251 )
2024-10-28 16:07:23 +01:00
TheJulianJES
7980155375
Bump ZHA to 0.0.36 ( #129247 )
2024-10-28 16:07:04 +01:00
Robert Resch
aa855e31c8
Convert async_get_webrtc_client_configuration to a callback ( #129329 )
2024-10-28 15:47:22 +01:00
Robert Resch
675ee8e813
Add async webrtc offer support ( #127981 )
...
* Add async webrtc offer support
* Create dataclass for messages
* Send session ID over websocket
* Fixes
* Rename
* Implement some review findings
* Add WebRTCError and small renames
* Use dedicated function instead of inspec
* Update go2rtc-client to 0.0.1b1
* Improve checking for sync offer
* Revert change as not needed anymore
* Typo
* Fix tests
* Add missing go2rtc tests
* Move webrtc offer tests to test_webrtc file
* Add ws camera/webrtc/candidate tests
* Add missing tests
* Implement suggestions
* Implement review changes
* rename
* Revert test to use ws endpoints
* Change doc string
* Don't import from submodule
* Get type form class name
* Update homeassistant/components/camera/__init__.py
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Adopt tests
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* Fix tests
---------
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Erik <erik@montnemery.com>
2024-10-28 15:46:15 +01:00
unfug-at-github
50ccce7387
React to state report events to increase sample size of statistics ( #129211 )
...
* react to state reported events to increase sample size
* added test case for timinig and minor corrections
2024-10-28 14:41:48 +01:00
Markus Jacobsen
40b561ea69
Add shuffle media controls to Bang & Olufsen ( #129325 )
2024-10-28 13:39:49 +01:00
G Johansson
a0f73bd30f
Add reconfigure flow to Sensibo ( #129280 )
2024-10-28 12:29:06 +01:00
J. Nick Koston
4749af6e90
Convert WebSocket messages to bytes before passing them to send_message
( #129300 )
2024-10-28 12:21:12 +01:00
Maikel Punie
f7ad40263b
Bump velbusaio to 2024.10.0 ( #129305 )
2024-10-28 12:19:08 +01:00
epenet
e5b25bfa58
Use reauth_confirm in ovo_energy ( #129306 )
2024-10-28 11:52:38 +01:00
epenet
72504d7619
Use async_start_reauth helper in broadlink ( #129308 )
2024-10-28 09:00:11 +01:00
G Johansson
320aa34d39
Use async_start_reauth in xiaomi_miio ( #129282 )
...
* Use async_start_reauth in xiaomi_miio
* Apply suggestions from code review
Co-authored-by: Teemu R. <tpr@iki.fi>
---------
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
Co-authored-by: Teemu R. <tpr@iki.fi>
2024-10-28 08:37:38 +01:00
G Johansson
87f2a4242e
Use async_start_reauth in blink ( #129281 )
2024-10-28 07:57:18 +01:00
Joel Hawksley
9bf0cbd659
Omit declined Google Calendar events ( #128900 )
...
* Omit decline Google Calendar events
* move comment to top of function and update
* Apply suggestions from code review
* import ResponseStatus
2024-10-27 21:54:09 -07:00
Nicolás Alonso
08016dc3b6
Lazy discover for dmaker.fan.1c ( #129297 )
2024-10-28 02:09:08 +01:00
G Johansson
7a448f5528
Add battery binary sensor to Yale Smart Alarm ( #129277 )
...
* Add battery binary sensor to Yale Smart Alarm
* Fix docstrings
2024-10-27 20:57:10 +01:00
Michael
4ac23bf14c
Add diagnostics platform to PEGELONLINE ( #129279 )
...
add diagnostics platform
2024-10-27 20:36:56 +01:00
Michael
bc708dee30
Mark PEGELONLINE entries as service ( #129278 )
...
set entry_type service
2024-10-27 20:35:19 +01:00
Erik Montnemery
2888e5748e
Fix ESPHome media proxy exit criteria ( #129267 )
2024-10-27 12:39:49 -05:00
Simone Chemelli
88f0a33e69
Update uptime deviation interval for Vodafone Station ( #129257 )
...
update uptime deviation interval
2024-10-27 15:40:58 +01:00
Michael
3165f92b6b
Fix conntected_to
attribute of device tracker entities in a AVM Fritz mesh setup ( #129259 )
...
ignore orphan node links
2024-10-27 14:42:43 +01:00
tleydxdy
cdff10d281
Add new ZHA Inovelli blue switch strings ( #127124 )
...
ref: https://github.com/zigpy/zha/pull/203
2024-10-27 05:33:06 +01:00
Álvaro Fernández Rojas
e425741c34
Update aioairzone-cloud to v0.6.10 ( #129227 )
2024-10-26 13:19:34 -10:00
Galorhallen
7d29bff136
Update govee-local-api to 1.5.3 ( #129226 )
2024-10-26 18:28:22 +02:00
boergegrunicke
46dd96a4b7
Add dishwasher salt and rinse aid nearly empty sensors ( #127762 )
...
Co-authored-by: Robert Contreras <beastie29a@users.noreply.github.com>
2024-10-26 16:09:11 +02:00
dontinelli
788232ca35
Add and remove plants (i.e. devices) dynamically in fyta ( #129221 )
2024-10-26 15:35:43 +02:00
J. Nick Koston
3b458738e0
Fix setting brightness to 0 in HomeKit when the On characteristic is not sent ( #129201 )
2024-10-26 15:29:15 +02:00
David Bonnes
2c8fc67ab1
Fix evohome failing to start with 'NoneType' object has no attribute 'get'
( #129222 )
2024-10-26 15:24:41 +02:00
Joost Lekkerkerker
c59197e87a
Add more spotify sensors ( #129215 )
2024-10-26 14:43:32 +02:00
Álvaro Fernández Rojas
03e3c88d8b
Update aioairzone-cloud to v0.6.9 ( #129217 )
2024-10-26 14:37:58 +02:00
Joost Lekkerkerker
39693786ef
Remove remnants of removed list_events action ( #129210 )
2024-10-26 14:37:05 +02:00
dontinelli
357c324df1
Add logger for fyta library in manifest.json ( #129218 )
2024-10-26 14:36:07 +02:00
dontinelli
650482208c
Bump fyta_cli to 0.6.10 ( #129220 )
2024-10-26 14:34:45 +02:00
J. Diego Rodríguez Royo
2acad4a78c
Home connect number platform with temperature set points entities ( #126145 )
2024-10-26 14:04:52 +02:00
jb101010-2
65ee4e1916
Bump pysuezV2 to 0.2.2 ( #129205 )
...
Co-authored-by: Joostlek <joostlek@outlook.com>
2024-10-26 11:44:02 +02:00
J. Diego Rodríguez Royo
275bbc81f0
Add Time platform with alarm clock to Home Connect ( #126155 )
...
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2024-10-26 11:42:51 +02:00