mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Use common states for "Low"/"Medium"/"High" in tesla_fleet
(#142211)
This commit is contained in:
parent
2f180c96c8
commit
7751964db4
@ -206,71 +206,71 @@
|
||||
"climate_state_seat_heater_left": {
|
||||
"name": "Seat heater front left",
|
||||
"state": {
|
||||
"high": "High",
|
||||
"low": "Low",
|
||||
"medium": "Medium",
|
||||
"high": "[%key:common::state::high%]",
|
||||
"low": "[%key:common::state::low%]",
|
||||
"medium": "[%key:common::state::medium%]",
|
||||
"off": "[%key:common::state::off%]"
|
||||
}
|
||||
},
|
||||
"climate_state_seat_heater_rear_center": {
|
||||
"name": "Seat heater rear center",
|
||||
"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%]",
|
||||
"medium": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::medium%]",
|
||||
"high": "[%key:common::state::high%]",
|
||||
"low": "[%key:common::state::low%]",
|
||||
"medium": "[%key:common::state::medium%]",
|
||||
"off": "[%key:common::state::off%]"
|
||||
}
|
||||
},
|
||||
"climate_state_seat_heater_rear_left": {
|
||||
"name": "Seat heater rear left",
|
||||
"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%]",
|
||||
"medium": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::medium%]",
|
||||
"high": "[%key:common::state::high%]",
|
||||
"low": "[%key:common::state::low%]",
|
||||
"medium": "[%key:common::state::medium%]",
|
||||
"off": "[%key:common::state::off%]"
|
||||
}
|
||||
},
|
||||
"climate_state_seat_heater_rear_right": {
|
||||
"name": "Seat heater rear right",
|
||||
"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%]",
|
||||
"medium": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::medium%]",
|
||||
"high": "[%key:common::state::high%]",
|
||||
"low": "[%key:common::state::low%]",
|
||||
"medium": "[%key:common::state::medium%]",
|
||||
"off": "[%key:common::state::off%]"
|
||||
}
|
||||
},
|
||||
"climate_state_seat_heater_right": {
|
||||
"name": "Seat heater front right",
|
||||
"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%]",
|
||||
"medium": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::medium%]",
|
||||
"high": "[%key:common::state::high%]",
|
||||
"low": "[%key:common::state::low%]",
|
||||
"medium": "[%key:common::state::medium%]",
|
||||
"off": "[%key:common::state::off%]"
|
||||
}
|
||||
},
|
||||
"climate_state_seat_heater_third_row_left": {
|
||||
"name": "Seat heater third row left",
|
||||
"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%]",
|
||||
"medium": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::medium%]",
|
||||
"high": "[%key:common::state::high%]",
|
||||
"low": "[%key:common::state::low%]",
|
||||
"medium": "[%key:common::state::medium%]",
|
||||
"off": "[%key:common::state::off%]"
|
||||
}
|
||||
},
|
||||
"climate_state_seat_heater_third_row_right": {
|
||||
"name": "Seat heater third row right",
|
||||
"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%]",
|
||||
"medium": "[%key:component::tesla_fleet::entity::select::climate_state_seat_heater_left::state::medium%]",
|
||||
"high": "[%key:common::state::high%]",
|
||||
"low": "[%key:common::state::low%]",
|
||||
"medium": "[%key:common::state::medium%]",
|
||||
"off": "[%key:common::state::off%]"
|
||||
}
|
||||
},
|
||||
"climate_state_steering_wheel_heat_level": {
|
||||
"name": "Steering wheel heater",
|
||||
"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%]",
|
||||
"high": "[%key:common::state::high%]",
|
||||
"low": "[%key:common::state::low%]",
|
||||
"off": "[%key:common::state::off%]"
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user