wallpanell/custom_components/wall_panel/strings.json
2026-03-25 13:48:26 +03:00

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