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
Norbert Rittel 2025-01-26 01:20:05 +01:00 committed by GitHub
parent cffb0a03d2
commit 733e1feba3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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",