supervisor/tests/fixtures/discovery.json
Mike Degatano e60af93e2b
List discovery only includes healthy addons (#4451)
Co-authored-by: Stefan Agner <stefan@agner.ch>
2023-07-22 23:27:42 +02:00

27 lines
542 B
JSON

{
"discovery": [
{
"addon": "core_mosquitto",
"service": "mqtt",
"config": {
"host": "core-mosquitto",
"port": 1883,
"ssl": false,
"protocol": "3.1.1",
"username": "homeassistant",
"password": "password"
},
"uuid": "0c83a27125fe4421b58ea28eef5834c5"
},
{
"addon": "local_ssh",
"service": "adguard",
"config": {
"host": "127.0.0.1",
"port": 45158
},
"uuid": "0658be435a2948ec8b4d706d6708c56e"
}
]
}