mirror of
https://github.com/home-assistant/core.git
synced 2025-04-24 01:08:12 +00:00
Use common state for "Auto" and fix sentence-casing in tado
(#142969)
This commit is contained in:
parent
33a0db3935
commit
254d4c6534
@ -53,7 +53,7 @@
|
||||
"state_attributes": {
|
||||
"preset_mode": {
|
||||
"state": {
|
||||
"auto": "Auto"
|
||||
"auto": "[%key:common::state::auto%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -139,7 +139,7 @@
|
||||
"description": "Adds a meter reading to Tado Energy IQ.",
|
||||
"fields": {
|
||||
"config_entry": {
|
||||
"name": "Config Entry",
|
||||
"name": "Config entry",
|
||||
"description": "Config entry to add meter reading to."
|
||||
},
|
||||
"reading": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user