1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Cloud: allow managing Alexa entities via UI (#24522)

* Clean up Alexa config

* Cloud: Manage Alexa entities via UI

* Add tests for new cloud APIs
This commit is contained in:
Paulus Schoutsen
2019-06-13 11:58:08 -07:00
committed by GitHub
parent 08591dae0e
commit 6c5124e12a
13 changed files with 322 additions and 106 deletions

View File

@@ -48,8 +48,6 @@ API_CHANGE = 'change'
CONF_DESCRIPTION = 'description'
CONF_DISPLAY_CATEGORIES = 'display_categories'
AUTH_KEY = "alexa.smart_home.auth"
API_TEMP_UNITS = {
TEMP_FAHRENHEIT: 'FAHRENHEIT',
TEMP_CELSIUS: 'CELSIUS',