Commit Graph
17011 Commits
Author SHA1 Message Date
tronikosandFranck Nijhof 504d164349 Android TV Remote: Fix missing key and cert when adding a device via IP address (#97953)
Fix missing key and cert
2023-08-11 14:18:47 +02:00
LukeandFranck Nijhof 79bb857e06 Bump python-roborock to 0.32.2 (#97907)
* bump to 0.32.2

* fix test
2023-08-11 14:18:33 +02:00
J. Nick KostonandFranck Nijhof 80a473682e Do not fire homekit_controller events from IP polling (#97869)
* Fix homekit_controller triggers when value is None

* fixes

* cover
2023-08-11 14:18:23 +02:00
G JohanssonandFranck Nijhof 379e144f84 Bump pysensibo to 1.0.33 (#97853)
* Bump pysensibo to 1.0.33

* for loop
2023-08-11 14:18:14 +02:00
G JohanssonandFranck Nijhof 9b090d8c7b Fix Command Line template error when data is None (#97845)
Command Line template error
2023-08-11 14:18:08 +02:00
Franck Nijhof 19d6c0c949 Ensure webhooks take HA cloud into account (#97801)
* Ensure webhooks take HA cloud into account

* Avoid circular import
2023-08-11 14:17:53 +02:00
Robert SvenssonandFranck Nijhof cdc1de08ad Improve counting of UniFi WLAN Clients sensor (#97785) 2023-08-11 14:17:47 +02:00
karwostsandFranck Nijhof a397782ae3 Handle Alert exception on notification failure (#93632) 2023-08-11 14:17:32 +02:00
Marc MuellerandFranck Nijhof 53ee178545 Fix keymitt_ble RuntimeWarning (#97729) 2023-08-04 13:24:52 +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
Michael HansenandFranck Nijhof 455ac084ec Bump intents to 2023.8.2 (#97636) 2023-08-04 13:08:36 +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
uvjustinandFranck Nijhof f325122da5 Raise PlatformNotReady on initial OwnTone connection failure (#97257) 2023-08-04 13:04:00 +02:00
Robert ReschandFranck Nijhof f81acc567b Add rounding back when unique_id is not set (#97603) 2023-08-02 13:04:36 +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
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
Pedro LamasandFranck Nijhof dfd5c74de0 Fixes London Air parsing error (#97557) 2023-08-01 11:15:51 +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
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
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
Michael HansenandFranck Nijhof 877c30c3a0 Send language to Wyoming STT (#97344) 2023-08-01 11:15:00 +02:00
Chris TalkingtonandFranck Nijhof 1a0593fc9a Allow deleting config entry devices in jellyfin (#97377) 2023-07-30 19:17:53 +02:00
Marcel van der VeldtandFranck Nijhof 7dc9204346 Hue event entity follow up (#97336) 2023-07-27 20:33:47 +02:00
Franck Nijhof 2163834375 Fix DeviceInfo configuration_url validation (#97319) 2023-07-27 20:33:31 +02:00
Jan BouwhuisandFranck Nijhof c925e1826b Set mqtt entity name to null when it is a duplicate of the device name (#97304) 2023-07-27 20:33:17 +02:00
J.P. KraussandFranck Nijhof 20df37c132 Improve AirNow Configuration Error Handling (#97267)
* Fix config flow error handling when no data is returned by AirNow API

* Add test for PyAirNow EmptyResponseError

* Typo Fix
2023-07-27 20:32:54 +02:00
Michael HansenandFranck Nijhof b2adb4edbe Add wildcards to sentence triggers (#97236)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-07-27 20:32:49 +02:00
2ae059d4fc Add Event platform/entity to Hue integration (#97256)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-07-26 16:42:01 +02:00
Joost LekkerkerkerandGitHub d233438e1a Handle UpdateFailed for YouTube (#97233) 2023-07-26 15:09:15 +02:00
Marcel van der VeldtandGitHub fd44bef39b Add Event platform to Matter (#97219) 2023-07-26 12:19:23 +02:00
aad281db18 Add service to OpenAI to Generate an image (#97018)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2023-07-26 10:14:18 +02:00
MichaelandGitHub 5caa1969c5 Add Pegel Online integration (#97028) 2023-07-26 09:12:39 +02:00
c0debaf26e Add event entities to homekit_controller (#97140)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-07-26 08:20:41 +02:00
Amos YuenandGitHub d0512d5b26 Stop rounding history_stats sensor (#97195) 2023-07-26 08:09:50 +02:00
Robert SvenssonandGitHub 89069bb9b8 Add WLAN clients reporting to UniFi Sensor platform (#97234) 2023-07-26 08:00:17 +02:00
Michael HansenandGitHub 311c321d06 Add HassShoppingListAddItem to default agent (#97232)
* Bump hassil and intents package for HassShoppingListAddItem

* Remove hard-coded response text

* Test adding item to the shopping list

* Hook removed import in test for some reason
2023-07-25 22:19:03 -04:00
mkmerandGitHub c6f21b47a8 Whrilpool add periodic update (#97222) 2023-07-25 22:23:31 +02:00
585d357129 Add config flow to OpenSky (#96912)
Co-authored-by: Sander <developer@golles.nl>
2023-07-25 20:46:04 +02:00
J. Nick KostonandGitHub 6ae79524bd Add support for bleak 0.21 (#97212) 2023-07-25 19:30:54 +02:00
Robert SvenssonandGitHub 8d6c4e3306 Add controls to enable and disable a UniFi WLAN (#97204) 2023-07-25 14:01:57 +02:00
Jan-Philipp BeneckeandGitHub a0b61a1188 Bump pydiscovergy to 2.0.1 (#97186) 2023-07-25 13:58:38 +02:00
Jan BouwhuisandGitHub fb00cd8963 Add turn on/off support for mqtt water_heater (#97197) 2023-07-25 13:33:02 +02:00
LukeandGitHub 6c43ce69d3 Add time platform to Roborock (#94039) 2023-07-25 13:29:48 +02:00
7f049c5b20 Add the Duotecno intergration (#96399)
Co-authored-by: Isak Nyberg <36712644+IsakNyberg@users.noreply.github.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-07-25 11:16:00 +02:00
Matthias AlphartandGitHub 74deb8b011 Add datetime platform to KNX (#97190) 2023-07-25 11:04:05 +02:00
6ef7c5ece6 Add electric kiwi integration (#81149)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2023-07-25 10:46:53 +02:00