eac1f029e5
* 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 |
||
---|---|---|
.. | ||
.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 |