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:
Norbert Rittel 2025-04-08 16:57:30 +02:00 committed by GitHub
parent 38bf06e179
commit 3f2975e93f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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