mirror of
https://github.com/sudoxnym/hacs-connectd.git
synced 2026-04-14 19:47:12 +00:00
19 lines
374 B
JSON
19 lines
374 B
JSON
|
|
{
|
||
|
|
"config": {
|
||
|
|
"step": {
|
||
|
|
"user": {
|
||
|
|
"title": "connectd daemon",
|
||
|
|
"description": "connect to your connectd daemon for monitoring.",
|
||
|
|
"data": {
|
||
|
|
"host": "host",
|
||
|
|
"port": "port"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"error": {
|
||
|
|
"cannot_connect": "failed to connect to connectd api",
|
||
|
|
"unknown": "unexpected error"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|