mirror of
https://github.com/home-assistant/core.git
synced 2025-04-19 14:57:52 +00:00
Use common state for "Normal" in tessie
/ teslemetry
/ tesla_fleet
(#142515)
* Use common state for "Normal" in `tessie` * Use common state for "Normal" in `teslemetry` * Use common state for "Normal" in `tesla_fleet`
This commit is contained in:
parent
38bf06e179
commit
3f2975e93f
@ -141,7 +141,7 @@
|
||||
"state_attributes": {
|
||||
"preset_mode": {
|
||||
"state": {
|
||||
"off": "Normal",
|
||||
"off": "[%key:common::state::normal%]",
|
||||
"keep": "Keep mode",
|
||||
"dog": "Dog mode",
|
||||
"camp": "Camp mode"
|
||||
|
@ -221,7 +221,7 @@
|
||||
"state_attributes": {
|
||||
"preset_mode": {
|
||||
"state": {
|
||||
"off": "Normal",
|
||||
"off": "[%key:common::state::normal%]",
|
||||
"keep": "Keep mode",
|
||||
"dog": "Dog mode",
|
||||
"camp": "Camp mode"
|
||||
|
@ -48,7 +48,7 @@
|
||||
"state_attributes": {
|
||||
"preset_mode": {
|
||||
"state": {
|
||||
"off": "Normal",
|
||||
"off": "[%key:common::state::normal%]",
|
||||
"on": "Keep mode",
|
||||
"dog": "Dog mode",
|
||||
"camp": "Camp mode"
|
||||
|
Loading…
x
Reference in New Issue
Block a user