joshuar-go-hass-agent/internal/upgrade/testing/data/with-mqtt/preferences.toml

14 lines
490 B
TOML

'agent.version' = 'v9.0.0'
'registration.host' = 'https://home-assistant.test.com'
'registration.token' = 'testToken'
'device.id' = 'testID'
'device.name' = 'testDevice'
'hass.apiurl' = 'https://home-assistant.test.com/api/webhook/testWebhookID'
'hass.websocketurl' = 'wss://home-assistant.test.com/api/websocket'
'hass.webhookid' = 'testWebhookID'
'mqtt.password' = 'password'
'mqtt.user' = 'test-user'
'mqtt.server' = 'tcp://localhost:1883'
'hass.registered' = true
'mqtt.enabled' = true