mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
Replace "Off" and references with common state in tesla_fleet
(#141840)
This commit is contained in:
parent
b06de7a687
commit
68d1a3c0a2
@ -209,7 +209,7 @@
|
||||
"high": "High",
|
||||
"low": "Low",
|
||||
"medium": "Medium",
|
||||
"off": "Off"
|
||||
"off": "[%key:common::state::off%]"
|
||||
}
|
||||
},
|
||||
"climate_state_seat_heater_rear_center": {
|
||||
@ -218,7 +218,7 @@
|
||||
"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%]",
|
||||
"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": {
|
||||
@ -227,7 +227,7 @@
|
||||
"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%]",
|
||||
"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": {
|
||||
@ -236,7 +236,7 @@
|
||||
"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%]",
|
||||
"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": {
|
||||
@ -245,7 +245,7 @@
|
||||
"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%]",
|
||||
"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": {
|
||||
@ -254,7 +254,7 @@
|
||||
"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%]",
|
||||
"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": {
|
||||
@ -263,7 +263,7 @@
|
||||
"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%]",
|
||||
"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": {
|
||||
@ -271,7 +271,7 @@
|
||||
"state": {
|
||||
"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%]",
|
||||
"off": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::off%]"
|
||||
"off": "[%key:common::state::off%]"
|
||||
}
|
||||
},
|
||||
"components_customer_preferred_export_rule": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user