Commit Graph
64851 Commits
Author SHA1 Message Date
Joost LekkerkerkerandFranck Nijhof c5747dffbc Waqi State unknown if value is string (#97617) 2023-08-04 13:06:40 +02:00
Blastoise186Franck Nijhofdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>J. Nick Koston
20bddec328 Bump Cryptography to 41.0.3 for a second security fix (#97611)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
2023-08-04 13:05:40 +02:00
Maikel PunieandFranck Nijhof b6671385bc Bump pyDuotecno to 2023.8.1 (#97583) 2023-08-04 13:04:13 +02:00
TheJulianJESandFranck Nijhof 21f878bfa4 Fix ZHA turn_on issues with transition=0, improve tests (#97539)
* Fix turn_on ignoring transition=0 and brightness=None, add test

This fixes light.turn_on for ZHA lights ignoring a transition of 0 when no brightness is given at the same time.
It also adds a test for that case.

Fixes https://github.com/home-assistant/core/issues/93265

* Add test for "force on" lights

This test checks that "force on" lights also get an "on" command (in addition to the "move to level" command) when turn_on is called with only transition=0.

* Fix "on" command sent for transition=0 calls, fix FORCE_ON missing for transition=0

This fixes an issue where the "on" command is sent in addition to a "move_to_level_with_on_off" command, even though the latter one is enough (for non-FORCE_ON lights).
It also fixes the test to not expect the unnecessary "on" command (in addition to the expected "move_to_level_with_on_off" command).

The `brightness != 0` change is needed to fix an issue where FORCE_ON lights did not get the required "on" command (in addition to "move_to_level_with_on_off") if turn_on was called with only transition=0.
(It could have been `brightness not None`, but that would also send an "on" command if turn_on is called with brightness=0 which HA somewhat "supports". The brightness != 0 check avoids that issue.)

* Improve comments in ZHA light class
2023-08-04 13:04:10 +02:00
Matthieu BarthelemyandFranck Nijhof 77eec53f63 Add overkiz battery sensor level medium (#97472) 2023-08-04 13:04:07 +02:00
uvjustinandFranck Nijhof f325122da5 Raise PlatformNotReady on initial OwnTone connection failure (#97257) 2023-08-04 13:04:00 +02:00
Bram KragtenandFranck Nijhof 445aaa0267 Update frontend to 20230802.0 (#97614) 2023-08-02 14:47:38 +02:00
Franck Nijhof 598dece947 Bumped version to 2023.8.0 2023-08-02 13:05:31 +02:00
Robert ReschandFranck Nijhof f81acc567b Add rounding back when unique_id is not set (#97603) 2023-08-02 13:04:36 +02:00
Robert ReschandFranck Nijhof 641b5ee7e4 Fix duotecno's name to be sync with the docs (#97602) 2023-08-02 09:48:35 +02:00
Jack BoswellandFranck Nijhof f0e640346f Fix Starlink Roaming name being blank (#97597) 2023-08-02 08:44:14 +02:00
J. Nick KostonandFranck Nijhof 14850a23f3 Bump zeroconf to 0.72.0 (#97594) 2023-08-02 08:44:07 +02:00
Franck Nijhof d115a372ae Bumped version to 2023.8.0b4 2023.8.0b4 2023-08-01 23:17:04 +02:00
Franck Nijhof f7688c5e3b Ensure we have an valid configuration URL in NetGear (#97590) 2023-08-01 23:16:54 +02:00
Franck Nijhof 80e0bcfaea Ensure load the device registry if it contains invalid configuration URLs (#97589) 2023-08-01 23:16:50 +02:00
TheJulianJESandFranck Nijhof 97e28acfc9 Bump zha-quirks to 0.0.102 (#97588) 2023-08-01 23:16:47 +02:00
Robert SvenssonandFranck Nijhof c3bcffdce7 Fix UniFi image platform failing to setup on read-only account (#97580) 2023-08-01 23:16:44 +02:00
J. Nick KostonandFranck Nijhof 2b26e20528 Use legacy rules for ESPHome entity_id construction if friendly_name is unset (#97578) 2023-08-01 23:16:39 +02:00
Joost LekkerkerkerandFranck Nijhof 116b026768 Unignore today's collection for Rova (#97567) 2023-08-01 23:16:36 +02:00
Maikel PunieandFranck Nijhof 87c11ca419 Bump pyduotecno to 2023.8.0 (beta fix) (#97564)
* Bump pyduotecno to 2023.7.4

* Bump to 2023.8.0
2023-08-01 23:16:32 +02:00
Franck Nijhof 2f6aea450e Bumped version to 2023.8.0b3 2023.8.0b3 2023-08-01 11:48:10 +02:00
Bram KragtenandFranck Nijhof 8261a769a5 Update frontend to 20230801.0 (#97561) 2023-08-01 11:47:48 +02:00
Pedro LamasandFranck Nijhof dfd5c74de0 Fixes London Air parsing error (#97557) 2023-08-01 11:15:51 +02:00
Jack BoswellandFranck Nijhof 20cf5f0f2c Fix Starlink ping drop rate reporting (#97555) 2023-08-01 11:15:48 +02:00
Eric SeveranceandFranck Nijhof f780397c2d Bump pywemo to 1.2.1 (#97550) 2023-08-01 11:15:44 +02:00
Phil BrucknerandFranck Nijhof c600d07a9d Bump life360 package to 6.0.0 (#97549) 2023-08-01 11:15:41 +02:00
tronikosandFranck Nijhof c412cf9a5e Bump opower to 0.0.18 (#97548) 2023-08-01 11:15:37 +02:00
J. Nick KostonandFranck Nijhof d891f1a5eb Bump HAP-python to 4.7.1 (#97545) 2023-08-01 11:15:34 +02:00
Jan BouwhuisandFranck Nijhof 3f22c74ffa Fix unit tests for wake_on_lan (#97542) 2023-08-01 11:15:31 +02:00
8355230433 Fix RootFolder not iterable in Radarr (#97537)
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
2023-08-01 11:15:28 +02:00
epenetandFranck Nijhof ec1b24f8d6 Handle http error in Renault initialisation (#97530) 2023-08-01 11:15:25 +02:00
Eric SeveranceandFranck Nijhof e473131a2c Bump pywemo to 1.2.0 (#97520) 2023-08-01 11:15:21 +02:00
c99bf90ec7 Offer work- a-round for MQTT entity names that start with the device name (#97495)
Co-authored-by: SukramJ <sukramj@icloud.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-08-01 11:15:18 +02:00
tronikosandFranck Nijhof 00c1f3d85e Bump androidtvremote2==0.0.13 (#97494) 2023-08-01 11:15:15 +02:00
Joakim PlateandFranck Nijhof 278f02c86f Avoid leaking exception trace for philips_js (#97491)
Avoid leaking exception trace
2023-08-01 11:15:11 +02:00
starkillerOGandFranck Nijhof c950abd323 Delay creation of Reolink repair issues (#97476)
* delay creation of repair issues

* fix tests
2023-08-01 11:15:08 +02:00
starkillerOGandFranck Nijhof da401d5ad6 Bump reolink_aio to 0.7.6 + Timeout (#97464) 2023-08-01 11:15:04 +02:00
Michael HansenandFranck Nijhof 877c30c3a0 Send language to Wyoming STT (#97344) 2023-08-01 11:15:00 +02:00
Franck Nijhof 99634e22bd Bumped version to 2023.8.0b2 2023.8.0b2 2023-07-30 19:18:42 +02:00
J. Nick KostonandFranck Nijhof 4bd4c5666d Revert using has_entity_name in ESPHome when friendly_name is not set (#97488) 2023-07-30 19:18:24 +02:00
Marc MuellerandFranck Nijhof 93c536882b Update ha-av to 10.1.1 (#97481) 2023-07-30 19:18:21 +02:00
starkillerOGandFranck Nijhof 3764c2e9de Reolink long poll recover (#97465) 2023-07-30 19:18:18 +02:00
tronikosandFranck Nijhof b23286ce6f Bump opower to 0.0.16 (#97437) 2023-07-30 19:18:15 +02:00
J. Nick KostonandFranck Nijhof 734c16b816 Bump nexia to 2.0.7 (#97432) 2023-07-30 19:18:12 +02:00
Joost LekkerkerkerandFranck Nijhof f1fc09cb1d Small cleanup in event entity (#97409) 2023-07-30 19:18:09 +02:00
Joost LekkerkerkerandFranck Nijhof 364e7b838a Return the actual media url from media extractor (#97408) 2023-07-30 19:18:05 +02:00
G JohanssonandFranck Nijhof 7f9db40390 Manual trigger entity fix name influence entity_id (#97398) 2023-07-30 19:18:02 +02:00
starkillerOGandFranck Nijhof 38e22f5614 Regard long poll without events as valid (#97383) 2023-07-30 19:17:59 +02:00
G JohanssonandFranck Nijhof 945959827d Bump pysensibo to 1.0.32 (#97382) 2023-07-30 19:17:56 +02:00
Chris TalkingtonandFranck Nijhof 1a0593fc9a Allow deleting config entry devices in jellyfin (#97377) 2023-07-30 19:17:53 +02:00