starkillerOG
|
80aa19263b
|
Netgear catch no info error (#100212)
|
2023-09-13 15:32:03 +02:00 |
Jan Bouwhuis
|
d44db6ee68
|
Use shorthand attrs for xbox base_sensor (#100290)
|
2023-09-13 15:10:35 +02:00 |
Franck Nijhof
|
65c9e5ee13
|
Update mutagen to 1.47.0 (#100284)
|
2023-09-13 14:40:27 +02:00 |
Franck Nijhof
|
afa0152261
|
Update syrupy to 4.5.0 (#100283)
|
2023-09-13 14:40:01 +02:00 |
Joost Lekkerkerker
|
38e013a90e
|
Remove NZBGet configurable scan interval (#98869)
|
2023-09-13 14:15:40 +02:00 |
Jan Bouwhuis
|
d638efdcfc
|
Use shorthanded attrs for vera sensor (#100269)
Co-authored-by: Franck Nijhof <git@frenck.dev>
|
2023-09-13 13:50:00 +02:00 |
Jan Bouwhuis
|
9f3b1a8d44
|
Use hass.loop.create_future() in zha (#100056)
* Use hass.loop.create_future() in zha
* Remove not needed method
|
2023-09-13 13:32:00 +02:00 |
Kevin Stillhammer
|
958b923783
|
Limit waze_travel_time to 1 call every 0.5s (#100191)
|
2023-09-13 13:29:20 +02:00 |
Jan-Philipp Benecke
|
1f1411b6a5
|
Move sms coordinators to their own file (#100276)
|
2023-09-13 13:22:37 +02:00 |
Jan Bouwhuis
|
705ee3032b
|
Use shorthanded attrs for yamaha_musiccast select (#100273)
|
2023-09-13 13:13:27 +02:00 |
Olen
|
7fe78fe9e4
|
Add diagnostics to Twinkly (#100146)
|
2023-09-13 13:09:57 +02:00 |
Erik Montnemery
|
684b2d4537
|
Improve type hint in entity_registry (#100278)
|
2023-09-13 12:42:06 +02:00 |
Erik Montnemery
|
4f8e28a781
|
Future proof assist_pipeline.Pipeline (#100277)
|
2023-09-13 12:41:28 +02:00 |
Joost Lekkerkerker
|
29d8be510e
|
Test speedtest.net config entry lifecycle (#100280)
|
2023-09-13 12:40:26 +02:00 |
Erik Montnemery
|
aedd06b9a9
|
Tweak entity/source WS command handler (#100272)
|
2023-09-13 11:14:01 +02:00 |
Aarni Koskela
|
e5de7eacad
|
Bump sensirion-ble to 0.1.1 (#100271)
Bump to sensirion-ble==0.1.1
Fixes akx/sensirion-ble#6
Refs https://github.com/home-assistant/core/issues/93678#issuecomment-1694522112
|
2023-09-13 10:21:55 +02:00 |
dependabot[bot]
|
1c10091d62
|
Bump docker/login-action from 2.2.0 to 3.0.0 (#100264)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-09-13 09:34:45 +02:00 |
TJ Horner
|
dd95b51d10
|
Address weatherkit late review comments (#100265)
* Address review comments from original weatherkit PR
* Use .get() for optional fields
|
2023-09-13 09:22:58 +02:00 |
John Hollowell
|
e87603aa59
|
Correct Venstar firmware version to use device's FW version instead of API version (#98493)
|
2023-09-13 08:35:59 +02:00 |
Luke Lashley
|
09f58ec396
|
Bump python-roborock to 0.34.0 (#100236)
|
2023-09-13 08:33:48 +02:00 |
TJ Horner
|
756f542ac6
|
Update apple_weatherkit to 1.0.2 (#100254)
|
2023-09-13 08:18:07 +02:00 |
Charles Garwood
|
270df003fe
|
Bump pyenphase to 1.11.3 (#100255)
|
2023-09-13 08:15:33 +02:00 |
Marc Mueller
|
f5aa2559d7
|
Fix pylint config warning (#100251)
|
2023-09-13 08:14:01 +02:00 |
Marc Mueller
|
2518fbc973
|
Update jsonpath to 0.82.2 (#100252)
|
2023-09-13 01:41:50 +02:00 |
Simone Chemelli
|
fe85b20502
|
SamsungTV: Add unique_id for when missing (legacy models) (#96829)
* Add unique_id for when missing (legacy models)
* add comment
* update tests, thx @epenet
|
2023-09-13 01:24:49 +02:00 |
Luke Lashley
|
5272387bd3
|
Fix incorrect off peak translation key for Roborock (#100246)
fix incorrect translation key
|
2023-09-13 01:16:31 +02:00 |
Charles Garwood
|
f344000ef9
|
Bump pyenphase to 1.11.2 (#100249)
* Bump pyenphase to 1.11.1
* Apply suggestions from code review
---------
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
|
2023-09-13 00:17:29 +02:00 |
J. Nick Koston
|
bbcae19d0e
|
Disable always responding to all SSDP M-SEARCH requests with the root device (#100224)
|
2023-09-12 17:15:13 -05:00 |
starkillerOG
|
8aa689ebae
|
Bump pynetgear to 0.10.10 (#100242)
|
2023-09-12 23:36:44 +02:00 |
J. Nick Koston
|
fc75172d79
|
Bump async-upnp-client to 0.35.1 (#100248)
|
2023-09-12 16:35:39 -05:00 |
Joost Lekkerkerker
|
904913c1a6
|
Use shorthand attributes in VLC telnet (#99916)
* Use shorthand attributes in VLC telnet
* Apply suggestions from code review
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
* fix mypy
* Attempt 3
---------
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
|
2023-09-12 22:37:51 +02:00 |
J. Nick Koston
|
1b40a56e2b
|
Update ecobee zeroconf/homekit discovery (#100091)
|
2023-09-12 22:24:38 +02:00 |
Ville Skyttä
|
fa0b999d08
|
Upgrade ruff to 0.0.289 (#100238)
|
2023-09-12 22:22:10 +02:00 |
Jan Rieger
|
f2fac40019
|
Add strict typing to GPSD (#100030)
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
|
2023-09-12 22:21:58 +02:00 |
Jan Bouwhuis
|
e3837cd1e0
|
Use shorthand attr for mqtt assumed_state (#100241)
|
2023-09-12 22:21:13 +02:00 |
Jan Bouwhuis
|
eb0ab3de93
|
User shorthand attr for mqtt alarm_control_panel (#100234)
|
2023-09-12 21:28:29 +02:00 |
Joost Lekkerkerker
|
458a3f0df2
|
Remove restore functionality in Speedtest.net (#96950)
|
2023-09-12 21:12:01 +02:00 |
Tom Harris
|
f9ce315d1b
|
Support for Insteon 4 button KeypadLink device (#100132)
|
2023-09-12 21:10:40 +02:00 |
Álvaro Fernández Rojas
|
d417a27c85
|
Add meteoclimatic sensor statistics (#100186)
|
2023-09-12 21:08:58 +02:00 |
Allen Porter
|
368a1a944a
|
Remove the uniqueid from todoist (#100206)
|
2023-09-12 21:08:13 +02:00 |
Erik Montnemery
|
bbcbb2e322
|
Improve Entity._suggest_report_issue (#100204)
|
2023-09-12 21:07:32 +02:00 |
Joost Lekkerkerker
|
76c569c62d
|
Clean up variables in Soundtouch (#99859)
|
2023-09-12 21:00:05 +02:00 |
J. Nick Koston
|
5e2bf2b015
|
Set dynalite cover device class in constructor (#100232)
|
2023-09-12 20:57:57 +02:00 |
Joost Lekkerkerker
|
8fe5a5a398
|
Introduce base class for Trafikverket camera (#100114)
* Introduce base class for Trafikverket camera
* fix feedback
* Fix feedback
|
2023-09-12 20:48:47 +02:00 |
Erik Montnemery
|
09ad1a9a36
|
Remove unnecessary block use of pylint disable in components p-z (#100192)
|
2023-09-12 20:47:48 +02:00 |
Jan Bouwhuis
|
5fcb69e004
|
Use shorthanded attributes for MQTT cover (#100230)
|
2023-09-12 13:46:43 -05:00 |
Erik Montnemery
|
51576b7214
|
Improve typing of entity.entity_sources (#99407)
* Improve typing of entity.entity_sources
* Calculate entity info source when generating WS response
* Adjust typing
* Update tests
|
2023-09-12 20:41:26 +02:00 |
J. Nick Koston
|
cc252f705f
|
Use short handle attributes for device class in netatmo cover (#100228)
|
2023-09-12 13:34:50 -05:00 |
mkmer
|
693a271e40
|
Clean up device registry for climate devices that no longer exist in Honeywell (#100072)
|
2023-09-12 20:29:47 +02:00 |
Joost Lekkerkerker
|
9672cdf3a9
|
Add entity translations to WLED (#99056)
|
2023-09-12 20:19:45 +02:00 |