Use common state for "Auto" and fix sentence-casing in tado (#142969)

This commit is contained in:
Norbert Rittel 2025-04-15 08:17:03 +02:00 committed by GitHub
parent 33a0db3935
commit 254d4c6534
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -53,7 +53,7 @@
"state_attributes": { "state_attributes": {
"preset_mode": { "preset_mode": {
"state": { "state": {
"auto": "Auto" "auto": "[%key:common::state::auto%]"
} }
} }
} }
@ -139,7 +139,7 @@
"description": "Adds a meter reading to Tado Energy IQ.", "description": "Adds a meter reading to Tado Energy IQ.",
"fields": { "fields": {
"config_entry": { "config_entry": {
"name": "Config Entry", "name": "Config entry",
"description": "Config entry to add meter reading to." "description": "Config entry to add meter reading to."
}, },
"reading": { "reading": {