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
@@ -0,0 +1,33 @@
{
"config": {
"step": {
"user": {
"data": {
"location_mode": ""
},
"description": "Select Localisation mode",
"title": "Localisation mode"
},
"location": {
"data": {
"code_postal": "Zip Code"
},
"description": "Set your zip code",
"title": "Location"
},
"multilocation": {
"data": {
"city": "City"
},
"title": "Many code found",
"description": "Select the city"
},
"location_map": {
"data": {
"latitude": "latitude",
"longitude": "longitude"
}
}
}
}
}