mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 17:57:55 +00:00
Proactively report Alexa Endpoint Health properties (#29736)
This commit is contained in:
parent
8c1a8b502d
commit
942f654d92
@ -262,7 +262,7 @@ class AlexaEndpointHealth(AlexaCapability):
|
|||||||
|
|
||||||
def properties_proactively_reported(self):
|
def properties_proactively_reported(self):
|
||||||
"""Return True if properties asynchronously reported."""
|
"""Return True if properties asynchronously reported."""
|
||||||
return False
|
return True
|
||||||
|
|
||||||
def properties_retrievable(self):
|
def properties_retrievable(self):
|
||||||
"""Return True if properties can be retrieved."""
|
"""Return True if properties can be retrieved."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user