initial commit
This commit is contained in:
32
example/config.mq.yaml
Normal file
32
example/config.mq.yaml
Normal file
@ -0,0 +1,32 @@
|
||||
---
|
||||
mqtt:
|
||||
host: mqtt.savin.nyc
|
||||
port: 1884
|
||||
username: mysubaru
|
||||
password: 7GhKjqNqq7cZDXHL
|
||||
client_id: mysubaru
|
||||
retained: true
|
||||
mysubaru:
|
||||
credentials:
|
||||
username: alex@savin.nyc
|
||||
password: Er1csso0n
|
||||
pin: "2008"
|
||||
device_id: JddMBQXvAkgutSmEP6uFsThbq4QgEBBQ
|
||||
device_name: Hassio Golang Integration
|
||||
region: USA
|
||||
hassio:
|
||||
auto_discovery: true
|
||||
listeners:
|
||||
stats:
|
||||
port: 8889
|
||||
consul:
|
||||
host: consul.savin.nyc
|
||||
port: 443
|
||||
datacenter: dc1
|
||||
token: CONSUL-TOKEN-HERE
|
||||
interface:
|
||||
timezone: America/New_York
|
||||
logging:
|
||||
level: DEBUG
|
||||
output: JSON
|
||||
source: false
|
Reference in New Issue
Block a user