Fix sentence-casing in PurpleAir integration strings (#135981)

pull/136021/head
Norbert Rittel 2025-01-19 21:27:01 +01:00 committed by GitHub
parent a2d76cac5a
commit 77221f53b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@
"data": {
"latitude": "[%key:common::config_flow::data::latitude%]",
"longitude": "[%key:common::config_flow::data::longitude%]",
"distance": "Search Radius"
"distance": "Search radius"
},
"data_description": {
"latitude": "The latitude around which to search for sensors",
@ -53,7 +53,7 @@
"options": {
"step": {
"add_sensor": {
"title": "Add Sensor",
"title": "Add sensor",
"description": "[%key:component::purpleair::config::step::by_coordinates::description%]",
"data": {
"latitude": "[%key:common::config_flow::data::latitude%]",
@ -67,7 +67,7 @@
}
},
"choose_sensor": {
"title": "Choose Sensor to Add",
"title": "Choose sensor to add",
"description": "[%key:component::purpleair::config::step::choose_sensor::description%]",
"data": {
"sensor_index": "[%key:component::purpleair::config::step::choose_sensor::data::sensor_index%]"
@ -84,9 +84,9 @@
}
},
"remove_sensor": {
"title": "Remove Sensor",
"title": "Remove sensor",
"data": {
"sensor_device_id": "Sensor Name"
"sensor_device_id": "Sensor name"
},
"data_description": {
"sensor_device_id": "The sensor to remove"