Fix missing sentence-casing and spelling of "REST" in iskra (#148330)

This commit is contained in:
Norbert Rittel 2025-07-07 14:06:27 +02:00 committed by GitHub
parent 448d6041e5
commit c60e06d32f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,8 +2,8 @@
"config": {
"step": {
"user": {
"title": "Configure Iskra Device",
"description": "Enter the IP address of your Iskra Device and select protocol.",
"title": "Configure Iskra device",
"description": "Enter the IP address of your Iskra device and select protocol.",
"data": {
"host": "[%key:common::config_flow::data::host%]"
},
@ -12,7 +12,7 @@
}
},
"authentication": {
"title": "Configure Rest API Credentials",
"title": "Configure REST API credentials",
"description": "Enter username and password",
"data": {
"username": "[%key:common::config_flow::data::username%]",
@ -44,7 +44,7 @@
"selector": {
"protocol": {
"options": {
"rest_api": "Rest API",
"rest_api": "REST API",
"modbus_tcp": "Modbus TCP"
}
}