core/homeassistant/components/zwave_js
Erik Montnemery ed31cc363b
Wait for registries to load at startup (#46265)
* Wait for registries to load at startup

* Don't decorate new functions with @bind_hass

* Fix typing errors in zwave_js

* Load registries in async_test_home_assistant

* Tweak

* Typo

* Tweak

* Explicitly silence mypy errors

* Fix tests

* Fix more tests

* Fix test

* Improve docstring

* Wait for registries to load
2021-02-11 17:36:19 +01:00
..
translations [ci skip] Translation update 2021-02-07 00:06:57 +00:00
__init__.py Wait for registries to load at startup (#46265) 2021-02-11 17:36:19 +01:00
api.py Upgrade Z-Wave JS Python to 0.17.0 (#45895) 2021-02-03 11:58:46 +01:00
binary_sensor.py Add guards for missing value in binary_sensor platform of zwave_js integration (#46293) 2021-02-10 10:30:16 -05:00
climate.py Handle missing value in all platforms of zwave_js (#46081) 2021-02-06 14:02:03 +01:00
config_flow.py Add zwave_js add-on config flow support (#45552) 2021-01-27 08:56:16 +01:00
const.py Add notification events to zwave_js integration (#45827) 2021-02-02 09:37:42 +01:00
cover.py Handle missing value in all platforms of zwave_js (#46081) 2021-02-06 14:02:03 +01:00
discovery.py Update zwave_js discovery scheme for boolean sensors in the Alarm CC (#46085) 2021-02-08 11:57:22 -05:00
entity.py Handle missing value in all platforms of zwave_js (#46081) 2021-02-06 14:02:03 +01:00
fan.py Handle missing value in all platforms of zwave_js (#46081) 2021-02-06 14:02:03 +01:00
light.py Remove v4 multilevel transitional currentValue workaround in zwave_js (#45884) 2021-02-03 12:02:49 +01:00
lock.py Handle missing value in all platforms of zwave_js (#46081) 2021-02-06 14:02:03 +01:00
manifest.json Bump zwave-js-server-python to 0.17.2 (#46010) 2021-02-04 20:44:40 +01:00
sensor.py Use better names for zwave_js platforms that are self describing (#46083) 2021-02-06 12:08:25 +01:00
services.yaml Add support for zwave_js lock services (#45451) 2021-01-23 18:21:31 -05:00
strings.json Add zwave_js add-on config flow support (#45552) 2021-01-27 08:56:16 +01:00
switch.py Handle missing value in all platforms of zwave_js (#46081) 2021-02-06 14:02:03 +01:00