1
mirror of https://github.com/home-assistant/core synced 2024-07-18 12:02:20 +02:00
ha-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 [ci skip] Translation update 2020-02-09 00:31:39 +00:00
__init__.py Allow string values on zwave.set_node_value (#31061) 2020-03-04 17:40:58 -08:00
binary_sensor.py Remove all empty *_setup_platform() from integrations (#31025) 2020-01-21 12:38:38 +01:00
climate.py Fix typos found by codespell (#31243) 2020-01-31 08:33:00 -08:00
config_flow.py
const.py
cover.py Remove all empty *_setup_platform() from integrations (#31025) 2020-01-21 12:38:38 +01:00
discovery_schemas.py
fan.py Remove all empty *_setup_platform() from integrations (#31025) 2020-01-21 12:38:38 +01:00
light.py Guard Z-Wave light HS conversion on None (#31320) 2020-01-30 11:13:54 -08:00
lock.py Fix typos found by codespell (#31243) 2020-01-31 08:33:00 -08:00
manifest.json Update homeassistant-pyozw to 0.1.8 (#31270) 2020-01-29 12:04:05 +01:00
node_entity.py
sensor.py Remove all empty *_setup_platform() from integrations (#31025) 2020-01-21 12:38:38 +01:00
services.yaml Allow string values on zwave.set_node_value (#31061) 2020-03-04 17:40:58 -08:00
strings.json
switch.py Remove all empty *_setup_platform() from integrations (#31025) 2020-01-21 12:38:38 +01:00
util.py
websocket_api.py
workaround.py