Fix wrong plural on tado.add_meter_reading action (#136524)
As this action can only take a single argument the plural introduced in the descriptions is misleading. This also makes the friendly name of the action consistent with its key name.pull/133969/head^2
parent
cffb0a03d2
commit
733e1feba3
|
@ -135,12 +135,12 @@
|
|||
}
|
||||
},
|
||||
"add_meter_reading": {
|
||||
"name": "Add meter readings",
|
||||
"description": "Add meter readings to Tado Energy IQ.",
|
||||
"name": "Add meter reading",
|
||||
"description": "Adds a meter reading to Tado Energy IQ.",
|
||||
"fields": {
|
||||
"config_entry": {
|
||||
"name": "Config Entry",
|
||||
"description": "Config entry to add meter readings to."
|
||||
"description": "Config entry to add meter reading to."
|
||||
},
|
||||
"reading": {
|
||||
"name": "Reading",
|
||||
|
|
Loading…
Reference in New Issue