mirror of
https://github.com/home-assistant/core.git
synced 2025-08-11 08:35:15 +02:00
Proactively report Alexa Endpoint Health properties (#29736)
This commit is contained in:
committed by
Paulus Schoutsen
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."""
|
||||||
|
Reference in New Issue
Block a user