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

Fix cloud const (#19052)

* Fix cloud const

* Fix tests
This commit is contained in:
Paulus Schoutsen
2018-12-06 09:20:53 +01:00
committed by GitHub
parent 26a38f1fae
commit 962358bf87
3 changed files with 23 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ SERVERS = {
'amazonaws.com/prod/smart_home_sync'),
'subscription_info_url': ('https://stripe-api.nabucasa.com/payments/'
'subscription_info'),
'cloudhook_create_url': 'https://webhook-api.nabucasa.com/generate'
'cloudhook_create_url': 'https://webhooks-api.nabucasa.com/generate'
}
}