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:
Paulus Schoutsen 2017-02-13 21:34:36 -08:00 committed by GitHub
parent 6005933451
commit 36c196f9e8
10 changed files with 295 additions and 19 deletions

View file

@ -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()