Files
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
..
2019-01-09 15:29:31 -08:00
2018-10-09 16:30:55 +02:00
2018-07-23 10:16:05 +02:00