Set default locale for cloud Alexa config (#30749)

This commit is contained in:
Paulus Schoutsen 2020-01-13 23:33:45 -08:00 committed by Pascal Vizeli
parent f9fe91ee74
commit 1e3b3ecbe6
2 changed files with 10 additions and 2 deletions

View file

@ -78,6 +78,12 @@ class AlexaConfig(alexa_config.AbstractConfig):
return self._endpoint
@property
def locale(self):
"""Return config locale."""
# Not clear how to determine locale atm.
return "en-US"
@property
def entity_config(self):
"""Return entity config."""