Files
mysubaru-mq/config.sample.yaml
2025-05-21 13:51:10 -04:00

44 lines
811 B
YAML

---
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