mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user