mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +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
|
||||
|
||||
SERVER_PORT = 8080
|
||||
SERVER_PORT = 8123
|
||||
|
||||
MESSAGE_STATUS_OK = "OK"
|
||||
MESSAGE_STATUS_ERROR = "ERROR"
|
||||
|
Loading…
x
Reference in New Issue
Block a user