Add initial Z-Wave config panel (#5937)
* Add Z-Wave config panel * Add config to Z-Wave dependencies * Lint * lint * Add tests * Remove temp workaround * Lint * Fix tests * Address comments * Fix tests under Py34
This commit is contained in:
parent
6005933451
commit
36c196f9e8
10 changed files with 295 additions and 19 deletions
|
@ -48,10 +48,8 @@ class TestComponentsDeviceTracker(unittest.TestCase):
|
|||
# pylint: disable=invalid-name
|
||||
def tearDown(self):
|
||||
"""Stop everything that was started."""
|
||||
try:
|
||||
if os.path.isfile(self.yaml_devices):
|
||||
os.remove(self.yaml_devices)
|
||||
except FileNotFoundError:
|
||||
pass
|
||||
|
||||
self.hass.stop()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue