- removed update method
- removed failing tests from test_scene
This commit is contained in:
parent
e37c232bf6
commit
88e7967a7d
2 changed files with 0 additions and 11 deletions
|
@ -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):
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue