core/homeassistant/components/zwave_js
Raman Gupta 20ccec9aab
Add zwave_js/get_log_config and zwave_js/update_log_config WS API commands (#46601)
* Add zwave_js.update_log_config service

* fix comment

* reduce lines

* move update_log_config from service to ws API call

* fix docstring

* Add zwave_js/get_log_config WS API command

* resolve stale comments

* remove transports since it will be removed from upstream PR

* add support to update all log config parameters since they could be useful outside of the UI for advanced users

* fix comment

* switch to lambda instead of single line validator

* fix rebase

* re-add ATTR_DOMAIN
2021-02-22 18:35:19 -05:00
..
translations [ci skip] Translation update 2021-02-21 00:07:04 +00:00
__init__.py Clean up constants (#46885) 2021-02-22 15:28:08 +01:00
api.py Add zwave_js/get_log_config and zwave_js/update_log_config WS API commands (#46601) 2021-02-22 18:35:19 -05: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 Bump zwave-js-server-python to 0.18.0 (#46787) 2021-02-20 09:50:00 +01:00
config_flow.py None optional hass typing in FlowHandler (#46462) 2021-02-13 13:21:37 +01:00
const.py Clean up constants (#46885) 2021-02-22 15:28:08 +01:00
cover.py Add barrier covers to zwave_js integration (#46379) 2021-02-14 13:24:29 +01:00
discovery.py Detect iBlinds v2.0 switch value as a cover not light (#46807) 2021-02-20 19:52:23 +01:00
entity.py Bump zwave-js-server-python to 0.18.0 (#46787) 2021-02-20 09:50:00 +01:00
fan.py Fix typing of fan speed count and steps (#46790) 2021-02-19 19:57:21 -10:00
light.py Bump zwave-js-server-python to 0.18.0 (#46787) 2021-02-20 09:50:00 +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.18.0 (#46787) 2021-02-20 09:50:00 +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 missing required=true to code slot field in zwave_js.set_lock_usercode service (#46931) 2021-02-22 23:42:12 +01:00
strings.json Add zwave_js add-on config flow support (#45552) 2021-01-27 08:56:16 +01:00
switch.py Add barrier covers to zwave_js integration (#46379) 2021-02-14 13:24:29 +01:00