core/tests/components/zwave_js
Raman Gupta 5a3bd30e01
Add zwave_js.set_config_parameter service (#46673)
* create zwave_js.set_config_value service

* update docstring

* PR comments

* make proposed changes

* handle providing a label for the new value

* fix docstring

* use new library function

* config param endpoint is always 0

* corresponding changes from upstream PR

* bug fixes and add tests

* create zwave_js.set_config_value service

* update docstring

* PR comments

* make proposed changes

* handle providing a label for the new value

* fix docstring

* use new library function

* config param endpoint is always 0

* corresponding changes from upstream PR

* bug fixes and add tests

* use lambda to avoid extra function

* add services description file

* bring back the missing selector

* move helper functions to helper file for reuse

* allow target selector for automation editor

* formatting

* fix service schema

* update docstrings

* raise error in service if call to set value is unsuccessful

* Update homeassistant/components/zwave_js/services.yaml

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update homeassistant/components/zwave_js/services.yaml

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update homeassistant/components/zwave_js/services.yaml

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update homeassistant/components/zwave_js/services.yaml

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update homeassistant/components/zwave_js/services.yaml

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* Update homeassistant/components/zwave_js/services.yaml

Co-authored-by: Franck Nijhof <frenck@frenck.nl>

* remove extra param to vol.Optional

* switch to set over list for nodes

* switch to set over list for nodes

Co-authored-by: Marcel van der Veldt <m.vanderveldt@outlook.com>
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2021-02-23 11:35:11 -05:00
..
__init__.py
common.py Use better names for zwave_js platforms that are self describing (#46083) 2021-02-06 12:08:25 +01:00
conftest.py Test zwave_js GE 12730 fan controller device-specific discovery (#46840) 2021-02-22 10:56:23 -08:00
test_api.py Return states list from zwave_js get_config_parameters websocket if available (#46954) 2021-02-23 09:31:47 -05:00
test_binary_sensor.py Add zwave_js ZWavePropertyBinarySensory (#45504) 2021-01-25 15:50:21 +01:00
test_climate.py Bump zwave-js-server-python to 0.18.0 (#46787) 2021-02-20 09:50:00 +01:00
test_config_flow.py Add zwave_js add-on config flow support (#45552) 2021-01-27 08:56:16 +01:00
test_cover.py Add barrier covers to zwave_js integration (#46379) 2021-02-14 13:24:29 +01:00
test_discovery.py Test zwave_js GE 12730 fan controller device-specific discovery (#46840) 2021-02-22 10:56:23 -08:00
test_events.py Add notification events to zwave_js integration (#45827) 2021-02-02 09:37:42 +01:00
test_fan.py Use better names for zwave_js platforms that are self describing (#46083) 2021-02-06 12:08:25 +01:00
test_init.py Add zwave_js.set_config_parameter service (#46673) 2021-02-23 11:35:11 -05:00
test_light.py Bump zwave-js-server-python to 0.18.0 (#46787) 2021-02-20 09:50:00 +01:00
test_lock.py Use better names for zwave_js platforms that are self describing (#46083) 2021-02-06 12:08:25 +01:00
test_sensor.py Fix sensor discovery for zwave_js integration (#45834) 2021-02-02 10:06:09 +01:00
test_services.py Add zwave_js.set_config_parameter service (#46673) 2021-02-23 11:35:11 -05:00
test_switch.py Add barrier covers to zwave_js integration (#46379) 2021-02-14 13:24:29 +01:00