mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 16:57:19 +00:00
Fix missing sentence-casing and spelling of "REST" in iskra
(#148330)
This commit is contained in:
parent
448d6041e5
commit
c60e06d32f
@ -2,8 +2,8 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"title": "Configure Iskra Device",
|
"title": "Configure Iskra device",
|
||||||
"description": "Enter the IP address of your Iskra Device and select protocol.",
|
"description": "Enter the IP address of your Iskra device and select protocol.",
|
||||||
"data": {
|
"data": {
|
||||||
"host": "[%key:common::config_flow::data::host%]"
|
"host": "[%key:common::config_flow::data::host%]"
|
||||||
},
|
},
|
||||||
@ -12,7 +12,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"authentication": {
|
"authentication": {
|
||||||
"title": "Configure Rest API Credentials",
|
"title": "Configure REST API credentials",
|
||||||
"description": "Enter username and password",
|
"description": "Enter username and password",
|
||||||
"data": {
|
"data": {
|
||||||
"username": "[%key:common::config_flow::data::username%]",
|
"username": "[%key:common::config_flow::data::username%]",
|
||||||
@ -44,7 +44,7 @@
|
|||||||
"selector": {
|
"selector": {
|
||||||
"protocol": {
|
"protocol": {
|
||||||
"options": {
|
"options": {
|
||||||
"rest_api": "Rest API",
|
"rest_api": "REST API",
|
||||||
"modbus_tcp": "Modbus TCP"
|
"modbus_tcp": "Modbus TCP"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user