24 lines
578 B
JSON
Executable File
24 lines
578 B
JSON
Executable File
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Wall Panel",
|
|
"description": "Connect Wall Panel to Home Assistant.",
|
|
"data": {
|
|
"name": "Name",
|
|
"panel_url": "PHP panel URL",
|
|
"sidebar_title": "Sidebar title",
|
|
"sidebar_icon": "Sidebar icon",
|
|
"frontend_url_path": "Frontend URL path",
|
|
"require_admin": "Require admin",
|
|
"sync_token": "Sync token",
|
|
"config": "Canonical config JSON"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_json": "Invalid JSON"
|
|
}
|
|
}
|
|
}
|