Home Assistant Git Exporter

This commit is contained in:
root
2024-05-31 13:07:35 +02:00
parent 64a0536537
commit 60abdd866c
275 changed files with 71113 additions and 1 deletions

View File

@@ -0,0 +1,29 @@
{
"config": {
"step": {
"user": {
"description": "Set up Blitzortung lightning detection",
"data": {
"name": "Name of the integration instance"
}
}
},
"error": {},
"abort": {}
},
"options": {
"step": {
"init": {
"title": "Blitzortung Options",
"description": "Set up Blitzortung lightning detection options",
"data": {
"radius": "Lightning detection radius (km / mi)",
"time_window": "Time window (minutes, 0 - disabled)",
"max_tracked_lightnings": "Max number of tracked lightnings",
"latitude": "Latitude",
"longitude": "Longitude"
}
}
}
}
}