Initial commit: Olimex ESP32-C6-EVB HA integration + Arduino sketch
This commit is contained in:
49
custom_components/olimex_esp32_c6/strings.json
Normal file
49
custom_components/olimex_esp32_c6/strings.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user