mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
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.
This commit is contained in:
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…
x
Reference in New Issue
Block a user