Commit Graph

35623 Commits (802c4c0d4223ab210b226722a2feec47b481dbec)

Author SHA1 Message Date
Matthias Alphart 72bc4c5ee9
Update xknx to 0.21.0 () 2022-04-30 15:25:41 +02:00
G Johansson 1cdc5f70f2
Bump pysensibo to 1.0.13 () 2022-04-30 14:59:59 +03:00
Nathan Spencer 1ede67e51f
Reflect unavailable state when litter robot hasn't been seen recently () 2022-04-30 12:43:13 +03:00
Raman Gupta 5e3740d5ed
Add available property to kodi, with some code cleanup ()
* Add available property to kodi, with some code cleanup

* Update homeassistant/components/kodi/media_player.py

Co-authored-by: Shay Levy <levyshay1@gmail.com>

Co-authored-by: Shay Levy <levyshay1@gmail.com>
2022-04-30 10:05:22 +03:00
Raman Gupta 7b682e2990
Bump zwave-js-server-python to 0.36.1 () 2022-04-30 02:59:39 -04:00
Raman Gupta 0360613ddd
Cleanup eight_sleep ()
* Cleanup eight_sleep

* Only set data after checking for users
2022-04-29 21:17:03 -04:00
GitHub Action d01666f3a2 [ci skip] Translation update 2022-04-30 00:25:25 +00:00
Diego Elio Pettenò cef5d6054c
withings: don't store the webhook URL in the state. ()
The webhook url should be calculated at startup, not stored in the state
as otherwise a change in network requires re-configuring the integration
from scratch.

This is particularly important as external network configuration might
change when moving HA between networks, and it's not obvious it needs
to be re-added just for this.
2022-04-30 02:21:12 +03:00
Diogo Gomes 852eaa062c
update unit_of_measurement even if unit_of_measurement is known () 2022-04-30 02:16:05 +03:00
Paulus Schoutsen de26df0c6d
Fix /config/server_control redirect () 2022-04-29 16:09:38 -07:00
Tom Harris 7662d588a9
Patch Insteon Hub connectivity issues () 2022-04-29 16:09:21 -07:00
Zack Barett 85dbfa75ef
Frontend bump 20220429.0 () 2022-04-29 16:09:08 -07:00
J. Nick Koston 4eca162a0a
Add reauth support to ISY994 () 2022-04-29 15:46:25 -07:00
epenet 6635fc4e31
Use LightEntityFeature enum in limitlessled () 2022-04-30 01:38:49 +03:00
David F. Mulcahey f184f9e142
Fix ZHA cover initial state () 2022-04-29 15:35:53 -07:00
Robert Svensson 7f094a928b
Fix linking issue when deCONZ gateway is not unlocked () 2022-04-29 15:34:33 -07:00
Robert Svensson 865c75b631
Don't rely on deCONZ gateway object in config options flow () 2022-04-29 23:57:38 +03:00
Robert Svensson e1f4b17971
Pydeconz raise ResponseError when deCONZ Rest API Plugin is not yet ready () 2022-04-29 23:55:55 +03:00
epenet da8160a770
Use LightEntityFeature enum in wemo () 2022-04-29 22:49:16 +03:00
epenet faffd809d5
Use LightEntityFeature enum in osramlightify () 2022-04-29 22:48:55 +03:00
epenet 09d61edd9f
Use LightEntityFeature enum in mqtt () 2022-04-29 22:47:26 +03:00
epenet f08615fc76
Use LightEntityFeature enum in zha () 2022-04-29 22:45:25 +03:00
epenet e63aef79fe
Use LightEntityFeature enum in template () 2022-04-29 22:43:33 +03:00
epenet 6bb685eaba
Use LightEntityFeature enum in smartthings () 2022-04-29 22:42:45 +03:00
Erik Montnemery 2fb16fd06c
Deprecate white_value support in template light () 2022-04-29 22:40:23 +03:00
rappenze 57d0390882
Improve energy meter support of fibaro sensor () 2022-04-29 22:39:45 +03:00
Michael d90937182e
Fix "station is open" binary sensor in Tankerkoenig () 2022-04-29 12:29:06 -07:00
J. Nick Koston 11b91e44c8
Fix unsafe websocket stop call in isy994 ()
Fixes
```
2022-04-29 12:49:10 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Alexander (192.168.209.83) for isy994
Traceback (most recent call last):
  File "/Users/bdraco/home-assistant/homeassistant/config_entries.py", line 474, in async_unload
    result = await component.async_unload_entry(hass, self)
  File "/Users/bdraco/home-assistant/homeassistant/components/isy994/__init__.py", line 294, in async_unload_entry
    await hass.async_add_executor_job(_stop_auto_update)
  File "/opt/homebrew/Cellar/python@3.9/3.9.12/Frameworks/Python.framework/Versions/3.9/lib/python3.9/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/Users/bdraco/home-assistant/homeassistant/components/isy994/__init__.py", line 292, in _stop_auto_update
    isy.websocket.stop()
  File "/Users/bdraco/home-assistant/venv/lib/python3.9/site-packages/pyisy/events/websocket.py", line 110, in stop
    self.websocket_task.cancel()
  File "/opt/homebrew/Cellar/python@3.9/3.9.12/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/base_events.py", line 753, in call_soon
    self._check_thread()
  File "/opt/homebrew/Cellar/python@3.9/3.9.12/Frameworks/Python.framework/Versions/3.9/lib/python3.9/asyncio/base_events.py", line 790, in _check_thread
    raise RuntimeError(
RuntimeError: Non-thread-safe operation invoked on an event loop other than the current one
```
2022-04-29 21:18:06 +03:00
G Johansson c90eb4d6b4
Fix sql integration issues 5.0 beta ()
Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2022-04-29 10:00:44 -07:00
David F. Mulcahey 755020ff63
Update ZHA switch entities to leverage Zigpy cache appropriately () 2022-04-29 09:44:59 -07:00
Erik Montnemery 76d105d0ba
Sort stuff in template light () 2022-04-29 09:46:02 +02:00
J. Nick Koston aafe6ff0e2
Fix history_stats for timezones with a positive offset from UTC () 2022-04-28 23:48:58 -07:00
J. Nick Koston b9c7a89b47
Prevent sqlalchemy Transparent SQL Compilation Caching from filling up during purge () 2022-04-28 23:48:28 -07:00
Paulus Schoutsen a57136783d
Fix race causing google config pre-init access () 2022-04-28 23:45:57 -07:00
Erik Montnemery 2f9beb4a4a
Deprecate white_value support in MQTT light () 2022-04-29 08:37:49 +02:00
Raj Laud c7d344692f
Squeezebox grouping () 2022-04-28 21:39:58 -07:00
J. Nick Koston 37384f7eb3
Bump sqlalchemy to 1.4.36 () 2022-04-28 21:32:46 -07:00
GitHub Action 348016dbbf [ci skip] Translation update 2022-04-29 00:22:21 +00:00
jjlawren 1f1932d224
Fix Sonos races related to grouping and startup () 2022-04-28 14:26:29 -07:00
Zack Barett 7e8c6d563f
Frontend Bump to 20220428.0 () 2022-04-28 14:24:04 -07:00
Paulus Schoutsen 00070e8804
Add redirect for server controls ()
Co-authored-by: Zack Barett <zackbarett@hey.com>
2022-04-28 14:09:54 -07:00
Robert Svensson 408946cfee
Bump pydeconz to v91 () 2022-04-28 14:09:35 -07:00
Aaron Bach d791a08002
Ensure that email-based 2FA in SimpliSafe shows the progress UI () 2022-04-28 14:05:55 -07:00
Shai Ungar 8883f5482b
Sabnzbd config flow improvments ()
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2022-04-28 22:25:17 +02:00
Tom Harris a9ca774e7e
Insteon Device Control Panel ()
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
2022-04-28 12:35:43 -07:00
Marc Mueller 9af8cd030a
Type plex session decorator () 2022-04-28 21:06:05 +02:00
Marc Mueller 7649b5e6c9
Improve roku error decorator typing () 2022-04-28 21:05:22 +02:00
Marc Mueller cf90e34776
Type recorder retry decorator () 2022-04-28 21:04:41 +02:00
Marc Mueller 7fefd4bc67
Type decora error decorator () 2022-04-28 21:03:37 +02:00
David F. Mulcahey 1eb5316d89
Remove unnecessary update_before_add from ZHA ()
* Additional streamlining for ZHA entity init

* fix tests
2022-04-28 20:57:26 +02:00