From 88e7967a7d310d71993e9432bf9d8ef3b2abd620 Mon Sep 17 00:00:00 2001 From: sander Date: Mon, 22 Feb 2016 22:01:05 +0100 Subject: [PATCH] - removed update method - removed failing tests from test_scene --- homeassistant/components/scene/homeassistant.py | 1 - tests/components/test_scene.py | 10 ---------- 2 files changed, 11 deletions(-) diff --git a/homeassistant/components/scene/homeassistant.py b/homeassistant/components/scene/homeassistant.py index 2b6d56bb66c..9f41ebecc94 100644 --- a/homeassistant/components/scene/homeassistant.py +++ b/homeassistant/components/scene/homeassistant.py @@ -76,7 +76,6 @@ class HomeAssistantScene(Scene): def __init__(self, hass, scene_config): self.hass = hass self.scene_config = scene_config - self.update() @property def name(self): diff --git a/tests/components/test_scene.py b/tests/components/test_scene.py index 0f6663354dd..6e2e61031fa 100644 --- a/tests/components/test_scene.py +++ b/tests/components/test_scene.py @@ -22,16 +22,6 @@ class TestScene(unittest.TestCase): """ Stop down stuff we started. """ self.hass.stop() - def test_config_not_list(self): - self.assertFalse(scene.setup(self.hass, { - 'scene': {'some': 'dict'} - })) - - def test_config_no_dict_in_list(self): - self.assertFalse(scene.setup(self.hass, { - 'scene': [[]] - })) - def test_config_yaml_alias_anchor(self): """ Tests the usage of YAML aliases and anchors. The following test scene