core/tests/components/zwave
Paulus Schoutsen eac1f029e5
Allow string values on zwave.set_node_value (#31061)
* Allow string values on zwave.set_node_value

This allows for:

* Accessing longer value_ids. In some cases, value ids in z-wave nodes are very large (17 digits in my case). Passing them as int does not seem to work well (python probably truncates the number), but passing them as string works fine
* Changing color values, which are represented as hex string

reformat test

* update services.yaml with string set_node_value
2020-03-04 17:40:58 -08:00
..
__init__.py
conftest.py Sort imports according to PEP8 for zwave (#29658) 2019-12-09 12:29:12 +01:00
test_binary_sensor.py Sort imports according to PEP8 for zwave (#29658) 2019-12-09 12:29:12 +01:00
test_climate.py Fix typos found by codespell (#31243) 2020-01-31 08:33:00 -08:00
test_cover.py Sort imports according to PEP8 for zwave (#29658) 2019-12-09 12:29:12 +01:00
test_fan.py Sort imports according to PEP8 for zwave (#29658) 2019-12-09 12:29:12 +01:00
test_init.py Allow string values on zwave.set_node_value (#31061) 2020-03-04 17:40:58 -08:00
test_light.py Sort imports according to PEP8 for zwave (#29658) 2019-12-09 12:29:12 +01:00
test_lock.py Sort imports according to PEP8 for zwave (#29658) 2019-12-09 12:29:12 +01:00
test_node_entity.py Sort imports according to PEP8 for zwave (#29658) 2019-12-09 12:29:12 +01:00
test_sensor.py Add and use percentage constant (#32094) 2020-02-28 11:46:48 -08:00
test_switch.py Sort imports according to PEP8 for zwave (#29658) 2019-12-09 12:29:12 +01:00
test_websocket_api.py Sort imports according to PEP8 for zwave (#29658) 2019-12-09 12:29:12 +01:00
test_workaround.py Sort imports according to PEP8 for zwave (#29658) 2019-12-09 12:29:12 +01:00