feat: add manifest and hacs config

This commit is contained in:
naps62
2026-05-27 15:08:23 +00:00
parent 5a8ba8af88
commit f8b810a9d9
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,12 @@
{
"domain": "ev_solar_charger",
"name": "EV Solar Charger",
"version": "0.1.0",
"iot_class": "local_polling",
"config_flow": true,
"requirements": [],
"dependencies": [],
"codeowners": ["@naps62"],
"documentation": "https://git.naps.pt/homeassistant/ev-solar-charger",
"issue_tracker": "https://git.naps.pt/homeassistant/ev-solar-charger/issues"
}
+5
View File
@@ -0,0 +1,5 @@
{
"name": "EV Solar Charger",
"render_readme": true,
"iot_class": "local_polling"
}