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,11 @@
{
"domain": "olimex_esp32_c6",
"name": "Olimex ESP32-C6-EVB",
"codeowners": [],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/yourusername/olimex-esp32-c6-ha",
"iot_class": "local_polling",
"requirements": ["aiohttp>=3.8.0"],
"version": "0.1.0"
}