50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Configure Olimex ESP32-C6-EVB",
|
|
"description": "Enter the network details for your Olimex ESP32-C6-EVB board",
|
|
"data": {
|
|
"host": "Device IP Address or Hostname",
|
|
"port": "Port",
|
|
"callback_ip": "Home Assistant IP (for board → HA webhook)"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect to the device. Please check the IP address and ensure the board is online.",
|
|
"invalid_auth": "Authentication failed",
|
|
"unknown": "An unexpected error occurred"
|
|
},
|
|
"abort": {
|
|
"already_configured": "Device is already configured"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"title": "Olimex ESP32-C6-EVB Options",
|
|
"data": {
|
|
"callback_ip": "Home Assistant IP (for board → HA webhook)"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"input_1": {
|
|
"name": "Input 1"
|
|
},
|
|
"input_2": {
|
|
"name": "Input 2"
|
|
},
|
|
"input_3": {
|
|
"name": "Input 3"
|
|
},
|
|
"input_4": {
|
|
"name": "Input 4"
|
|
}
|
|
}
|
|
}
|
|
}
|