Skip to content

Commit

Permalink
Remove /websocket in server definition (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Nov 30, 2022
1 parent 54a03b4 commit 490074b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hass_nabucasa/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"acme": "acme-v02.api.letsencrypt.org",
"alexa": "alexa-api.nabucasa.com",
"cloudhook": "webhooks-api.nabucasa.com",
"relayer": "cloud.nabucasa.com/websocket",
"relayer": "cloud.nabucasa.com",
"remote_sni": "remote-sni-api.nabucasa.com",
"remotestate": "remotestate.nabucasa.com",
"thingtalk": "thingtalk-api.nabucasa.com",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup

VERSION = "0.58.0"
VERSION = "0.59.0"

setup(
name="hass-nabucasa",
Expand Down

0 comments on commit 490074b

Please sign in to comment.