Use common states for "Low"/"Medium"/"High" in tesla_fleet (#142211)

This commit is contained in:
Norbert Rittel 2025-04-03 23:48:33 +02:00 committed by GitHub
parent 2f180c96c8
commit 7751964db4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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%]"
}
},