43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Notification Store einrichten",
|
|
"description": "Erstellt einen lokalen Benachrichtigungs-Sensor mit persistentem JSON-Speicher.",
|
|
"data": {
|
|
"name": "Name",
|
|
"store_path": "Speicherpfad",
|
|
"scan_interval": "Aktualisierungsintervall in Sekunden"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"scan_interval_too_low": "Das Intervall muss mindestens 5 Sekunden betragen."
|
|
},
|
|
"abort": {
|
|
"already_configured": "Notification Store ist bereits eingerichtet."
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"title": "Notification Store Optionen",
|
|
"data": {
|
|
"store_path": "Speicherpfad",
|
|
"scan_interval": "Aktualisierungsintervall in Sekunden"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"scan_interval_too_low": "Das Intervall muss mindestens 5 Sekunden betragen."
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"notifications": {
|
|
"name": "Benachrichtigungen"
|
|
}
|
|
}
|
|
}
|
|
}
|