core/homeassistant/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
..
.translations
__init__.py
binary_sensor.py
climate.py
config_flow.py
const.py
cover.py
discovery_schemas.py
fan.py
light.py
lock.py
manifest.json
node_entity.py
sensor.py
services.yaml
strings.json
switch.py
util.py
websocket_api.py
workaround.py