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