mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Cloud: Add Alexa report state (#24536)
* Cloud: Add Alexa report state * Lint * Lint * Only track state changes when we are logged in
This commit is contained in:
@@ -38,7 +38,7 @@ class MockConfig(config.AbstractConfig):
|
||||
pass
|
||||
|
||||
|
||||
DEFAULT_CONFIG = MockConfig()
|
||||
DEFAULT_CONFIG = MockConfig(None)
|
||||
|
||||
|
||||
def get_new_request(namespace, name, endpoint=None):
|
||||
|
||||
Reference in New Issue
Block a user