Commit Graph
64864 Commits
Author SHA1 Message Date
Robert SvenssonandFranck Nijhof 694d28ae3b Fix UniFi image platform not loading when passphrase is missing from WLAN (#97684) 2023-08-04 13:09:09 +02:00
Marcel van der VeldtandFranck Nijhof 12d3bce3a7 Fix color mode attribute for both official and non official Hue lights (#97683) 2023-08-04 13:09:05 +02:00
J. Nick KostonandFranck Nijhof 0a24299e23 Bump pyatv to 0.13.3 (#97670)
changelog: https://github.com/postlund/pyatv/compare/v0.13.2...v0.13.3

maybe fixes #80215
2023-08-04 13:09:01 +02:00
J. Nick KostonandFranck Nijhof 1945275b7c Bump zeroconf to 0.72.3 (#97668) 2023-08-04 13:08:58 +02:00
G JohanssonandFranck Nijhof 79729043ed Fix date and timestamp device class in Command Line Sensor (#97663)
* Fix date in Command Line sensor

* prettier
2023-08-04 13:08:55 +02:00
J. Nick KostonandFranck Nijhof 6a8484b6da Fix tplink child plug state reporting (#97658)
regressed in https://github.com/home-assistant/core/pull/96246
2023-08-04 13:08:52 +02:00
Nick IaculloandFranck Nijhof 2f5f15b345 Enable the PRESET_MODE FanEntityFeature for VeSync air purifiers (#97657) 2023-08-04 13:08:48 +02:00
Joost LekkerkerkerandFranck Nijhof a36e746eb4 Revert "Add device naming to Yeelight" (#97647)
Revert "Add device naming to Yeelight (#97639)"

This reverts commit 82f27115f5.
2023-08-04 13:08:45 +02:00
J. Nick KostonandFranck Nijhof 5da94f40ec Fix typo in tplink OUI (#97644)
The last two were reversed for https://ouilookup.com/search/788cb5
2023-08-04 13:08:42 +02:00
Joost LekkerkerkerandFranck Nijhof d131b8c80b Add device naming to Yeelight (#97639) 2023-08-04 13:08:39 +02:00
Michael HansenandFranck Nijhof 455ac084ec Bump intents to 2023.8.2 (#97636) 2023-08-04 13:08:36 +02:00
LukeandFranck Nijhof 62421d9ec3 Bump python-roborock to 0.31.1 (#97632)
bump to 0.31.1
2023-08-04 13:08:32 +02:00
J. Nick KostonandFranck Nijhof 72533ad292 Bump dbus-fast to 1.90.1 (#97619)
* Bump dbus-fast to 1.88.0

- cython 3 fixes
- performance improvements

changelog: https://github.com/Bluetooth-Devices/dbus-fast/compare/v1.87.5...v1.88.0

* one more

* Bump dbus-fast to 1.90.0

* bump again for yet another round of cython3 fixes
2023-08-04 13:07:40 +02:00
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