mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Changed default API listen port to a less common one.
This commit is contained in:
parent
46d7a876c2
commit
645513b6ae
@ -32,7 +32,7 @@ import requests
|
|||||||
|
|
||||||
from . import EVENT_START, EVENT_SHUTDOWN, Event, CategoryDoesNotExistException
|
from . import EVENT_START, EVENT_SHUTDOWN, Event, CategoryDoesNotExistException
|
||||||
|
|
||||||
SERVER_PORT = 8080
|
SERVER_PORT = 8123
|
||||||
|
|
||||||
MESSAGE_STATUS_OK = "OK"
|
MESSAGE_STATUS_OK = "OK"
|
||||||
MESSAGE_STATUS_ERROR = "ERROR"
|
MESSAGE_STATUS_ERROR = "ERROR"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user