first commit
This commit is contained in:
43
config.sample.yaml
Normal file
43
config.sample.yaml
Normal file
@ -0,0 +1,43 @@
|
||||
---
|
||||
mqtt:
|
||||
host: 127.0.0.1
|
||||
port: 1883
|
||||
username: username
|
||||
password: password
|
||||
client_id: mysubarumq
|
||||
retained: true
|
||||
mysubaru:
|
||||
credentials:
|
||||
username: user@name.com
|
||||
password: password
|
||||
pin: "1234"
|
||||
device_id: MY-SUBARU-DEVICE-ID
|
||||
device_name: Hassio Golang Integration
|
||||
region: USA
|
||||
hassio:
|
||||
auto_discovery: true
|
||||
topics:
|
||||
discovery: "homeassistant"
|
||||
status: "homeassistant/status"
|
||||
listeners:
|
||||
stats:
|
||||
port: 8889
|
||||
consul:
|
||||
host: consul.savin.nyc
|
||||
port: 443
|
||||
datacenter: dc1
|
||||
token: CONSUL-TOKEN-HERE
|
||||
interface:
|
||||
lan: ""
|
||||
wan: ""
|
||||
subscription_size:
|
||||
"mqtt:publish": 1024
|
||||
"mqtt:subscribe": 1024
|
||||
"app:connected": 1024
|
||||
"hassio:status": 1024
|
||||
timezone: America/New_York
|
||||
logging:
|
||||
level: INFO
|
||||
output: JSON
|
||||
source: false
|
||||
share_deidentified_data: true
|
Reference in New Issue
Block a user