mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02: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:
@@ -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",
|
||||
|
Reference in New Issue
Block a user