- removed update method

- removed failing tests from test_scene
This commit is contained in:
sander 2016-02-22 22:01:05 +01:00
parent e37c232bf6
commit 88e7967a7d
2 changed files with 0 additions and 11 deletions

View file

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

View file

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