diff --git a/hass_nabucasa/const.py b/hass_nabucasa/const.py index e8924c495..64011df7b 100644 --- a/hass_nabucasa/const.py +++ b/hass_nabucasa/const.py @@ -22,9 +22,7 @@ "region": "us-east-1", "relayer": "wss://cloud.nabucasa.com/websocket", "google_actions_report_state_url": "https://remotestate.nabucasa.com", - "subscription_info_url": ( - "https://stripe-api.nabucasa.com/payments/" "subscription_info" - ), + "subscription_info_url": "https://accounts.nabucasa.com/payments/subscription_info", "cloudhook_create_url": "https://webhooks-api.nabucasa.com/generate", "remote_api_url": "https://remote-sni-api.nabucasa.com", "alexa_access_token_url": "https://alexa-api.nabucasa.com/access_token",