Replace "Off" and references with common state in tesla_fleet (#141840)

This commit is contained in:
Norbert Rittel 2025-03-30 19:06:28 +02:00 committed by GitHub
parent b06de7a687
commit 68d1a3c0a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -209,7 +209,7 @@
"high": "High", "high": "High",
"low": "Low", "low": "Low",
"medium": "Medium", "medium": "Medium",
"off": "Off" "off": "[%key:common::state::off%]"
} }
}, },
"climate_state_seat_heater_rear_center": { "climate_state_seat_heater_rear_center": {
@ -218,7 +218,7 @@
"high": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::high%]", "high": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::high%]",
"low": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::low%]", "low": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::low%]",
"medium": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::medium%]", "medium": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::medium%]",
"off": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::off%]" "off": "[%key:common::state::off%]"
} }
}, },
"climate_state_seat_heater_rear_left": { "climate_state_seat_heater_rear_left": {
@ -227,7 +227,7 @@
"high": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::high%]", "high": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::high%]",
"low": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::low%]", "low": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::low%]",
"medium": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::medium%]", "medium": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::medium%]",
"off": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::off%]" "off": "[%key:common::state::off%]"
} }
}, },
"climate_state_seat_heater_rear_right": { "climate_state_seat_heater_rear_right": {
@ -236,7 +236,7 @@
"high": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::high%]", "high": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::high%]",
"low": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::low%]", "low": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::low%]",
"medium": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::medium%]", "medium": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::medium%]",
"off": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::off%]" "off": "[%key:common::state::off%]"
} }
}, },
"climate_state_seat_heater_right": { "climate_state_seat_heater_right": {
@ -245,7 +245,7 @@
"high": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::high%]", "high": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::high%]",
"low": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::low%]", "low": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::low%]",
"medium": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::medium%]", "medium": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::medium%]",
"off": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::off%]" "off": "[%key:common::state::off%]"
} }
}, },
"climate_state_seat_heater_third_row_left": { "climate_state_seat_heater_third_row_left": {
@ -254,7 +254,7 @@
"high": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::high%]", "high": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::high%]",
"low": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::low%]", "low": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::low%]",
"medium": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::medium%]", "medium": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::medium%]",
"off": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::off%]" "off": "[%key:common::state::off%]"
} }
}, },
"climate_state_seat_heater_third_row_right": { "climate_state_seat_heater_third_row_right": {
@ -263,7 +263,7 @@
"high": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::high%]", "high": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::high%]",
"low": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::low%]", "low": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::low%]",
"medium": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::medium%]", "medium": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::medium%]",
"off": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::off%]" "off": "[%key:common::state::off%]"
} }
}, },
"climate_state_steering_wheel_heat_level": { "climate_state_steering_wheel_heat_level": {
@ -271,7 +271,7 @@
"state": { "state": {
"high": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::high%]", "high": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::high%]",
"low": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::low%]", "low": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::low%]",
"off": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::off%]" "off": "[%key:common::state::off%]"
} }
}, },
"components_customer_preferred_export_rule": { "components_customer_preferred_export_rule": {