Set default locale for cloud Alexa config (#30749)
This commit is contained in:
parent
f9fe91ee74
commit
1e3b3ecbe6
2 changed files with 10 additions and 2 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue