Initial commit: Olimex ESP32-C6-EVB HA integration + Arduino sketch

This commit is contained in:
ske087
2026-02-23 21:10:38 +02:00
commit b1ee2610ca
18 changed files with 2178 additions and 0 deletions

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