mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-07-23 03:52:02 +00:00
Updating Server to run on new port configuration.
This commit is contained in:
parent
ec8aac3a1b
commit
bf0afacd25
@ -19,7 +19,7 @@
|
|||||||
data_template:
|
data_template:
|
||||||
tweet: >
|
tweet: >
|
||||||
{{ [
|
{{ [
|
||||||
"New Device on the Network! @MeetCircle has alerted me me and now it is locked down.",
|
"New Device on the Network! @MeetCircle has alerted me and now it is locked down.",
|
||||||
"Constant monitoring of the network by @MeetCircle has detected a new device in the environment."
|
"Constant monitoring of the network by @MeetCircle has detected a new device in the environment."
|
||||||
] | random + " (http://amzn.to/2eAgaA6)"}}
|
] | random + " (http://amzn.to/2eAgaA6)"}}
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
@ -71,7 +71,7 @@ cloud:
|
|||||||
display_categories: LIGHT
|
display_categories: LIGHT
|
||||||
http:
|
http:
|
||||||
base_url: !secret http_base_url
|
base_url: !secret http_base_url
|
||||||
# server_port: !secret http_port
|
server_port: !secret server_port
|
||||||
api_password: !secret http_api_password
|
api_password: !secret http_api_password
|
||||||
ssl_certificate: !secret ssl_certificate
|
ssl_certificate: !secret ssl_certificate
|
||||||
ssl_key: !secret ssl_key
|
ssl_key: !secret ssl_key
|
||||||
|
@ -4,6 +4,7 @@ homeassistant_elevation: 00
|
|||||||
http_api_password: password
|
http_api_password: password
|
||||||
http_port: 80
|
http_port: 80
|
||||||
external_ip: 10.10.10.10
|
external_ip: 10.10.10.10
|
||||||
|
server_port: 8123
|
||||||
MQTT_username: MQTT_username
|
MQTT_username: MQTT_username
|
||||||
MQTT_password: password
|
MQTT_password: password
|
||||||
ssl_certificate: fake_key.pem
|
ssl_certificate: fake_key.pem
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 148 KiB After Width: | Height: | Size: 140 KiB |
Loading…
x
Reference in New Issue
Block a user