mirror of
https://github.com/home-assistant/core.git
synced 2025-11-15 22:10:09 +00:00
- removed update method
- removed failing tests from test_scene
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user