core/homeassistant/components/zwave
Thomas Hervé cee51ecb2b Remove spurious libzwave error (#19928)
If a network_key is not configuired, the following error is logged:
TypeError: expected bytes, NoneType found
Exception ignored in: 'libopenzwave.str_to_cppstr'
TypeError: expected bytes, NoneType found

We don't need to set the key if it's None, let's skip in that case.
2019-01-10 17:45:50 -08:00
..
.translations Update translations 2019-01-09 15:29:31 -08:00
__init__.py Remove spurious libzwave error (#19928) 2019-01-10 17:45:50 -08:00
config_flow.py Z-Wave Config Entry Support (#17119) 2018-10-09 16:30:55 +02:00
const.py Z-Wave Config Entry Support (#17119) 2018-10-09 16:30:55 +02:00
discovery_schemas.py Add new services for set/refresh Z-Wave device values (#16638) 2018-09-27 12:34:42 +02:00
node_entity.py Z-Wave Device Registry Support (#17291) 2018-10-16 14:58:25 +02:00
services.yaml Update Z-Wave service descriptions to point to proper log file (#17024) 2018-10-01 08:50:32 +02:00
strings.json Z-Wave Config Entry Support (#17119) 2018-10-09 16:30:55 +02:00
util.py Pylint cleanups (#15626) 2018-07-23 10:16:05 +02:00
workaround.py