mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +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": {
|
"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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user