Skip to content

Commit

Permalink
Update strings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsK1 authored Nov 29, 2024
1 parent 14065ec commit 6a61698
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions custom_components/solvis_control/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@
"name":"Anlagenname (frei)",
"host":"IP-Adresse oder Hostname",
"port":"Port"
}
},
"description_placeholders": {
"choose_host_port": "<h2>Hostkonfiguration</h2>"

},
"init":{
"data":{
"host":"IP-Adresse oder Hostname",
"port":"Port"
}
},
"description_placeholders": {
"choose_device_version": "<h2>Geräteversion & Sonstiges</h2>"
},
"features":{
"data":{
Expand All @@ -31,11 +36,15 @@
},
"poll_rate_default": "Standard Pollrate (in s)",
"poll_rate_slow": "Langsame Pollrate (in s)"
}
},
"description_placeholders": {
"choose_device_features": "<h2>Gerätefunktionen</h2>"
}
}
},
"error":{
"cannot_connect":"Ein Fehler bei der Verbindung ist aufgetreten."
"cannot_connect":"Ein Fehler bei der Verbindung ist aufgetreten.",
"poll_rate_invalid": "POLL_RATE_SLOW muss ein Vielfaches von POLL_RATE_DEFAULT sein."
}
},
"options":{
Expand Down Expand Up @@ -409,4 +418,4 @@
}
}
}
}
}

0 comments on commit 6a61698

Please sign in to comment.