mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Use common states for "Low"/"Medium"/"High" in tessie
(#142209)
This commit is contained in:
parent
b84096097c
commit
74d6019f81
@ -246,81 +246,81 @@
|
||||
"name": "Seat heater left",
|
||||
"state": {
|
||||
"off": "[%key:common::state::off%]",
|
||||
"low": "Low",
|
||||
"medium": "Medium",
|
||||
"high": "High"
|
||||
"low": "[%key:common::state::low%]",
|
||||
"medium": "[%key:common::state::medium%]",
|
||||
"high": "[%key:common::state::high%]"
|
||||
}
|
||||
},
|
||||
"climate_state_seat_heater_right": {
|
||||
"name": "Seat heater right",
|
||||
"state": {
|
||||
"off": "[%key:common::state::off%]",
|
||||
"low": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::low%]",
|
||||
"medium": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::medium%]",
|
||||
"high": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::high%]"
|
||||
"low": "[%key:common::state::low%]",
|
||||
"medium": "[%key:common::state::medium%]",
|
||||
"high": "[%key:common::state::high%]"
|
||||
}
|
||||
},
|
||||
"climate_state_seat_heater_rear_left": {
|
||||
"name": "Seat heater rear left",
|
||||
"state": {
|
||||
"off": "[%key:common::state::off%]",
|
||||
"low": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::low%]",
|
||||
"medium": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::medium%]",
|
||||
"high": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::high%]"
|
||||
"low": "[%key:common::state::low%]",
|
||||
"medium": "[%key:common::state::medium%]",
|
||||
"high": "[%key:common::state::high%]"
|
||||
}
|
||||
},
|
||||
"climate_state_seat_heater_rear_center": {
|
||||
"name": "Seat heater rear center",
|
||||
"state": {
|
||||
"off": "[%key:common::state::off%]",
|
||||
"low": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::low%]",
|
||||
"medium": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::medium%]",
|
||||
"high": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::high%]"
|
||||
"low": "[%key:common::state::low%]",
|
||||
"medium": "[%key:common::state::medium%]",
|
||||
"high": "[%key:common::state::high%]"
|
||||
}
|
||||
},
|
||||
"climate_state_seat_heater_rear_right": {
|
||||
"name": "Seat heater rear right",
|
||||
"state": {
|
||||
"off": "[%key:common::state::off%]",
|
||||
"low": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::low%]",
|
||||
"medium": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::medium%]",
|
||||
"high": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::high%]"
|
||||
"low": "[%key:common::state::low%]",
|
||||
"medium": "[%key:common::state::medium%]",
|
||||
"high": "[%key:common::state::high%]"
|
||||
}
|
||||
},
|
||||
"climate_state_seat_heater_third_row_left": {
|
||||
"name": "Seat heater third row left",
|
||||
"state": {
|
||||
"off": "[%key:common::state::off%]",
|
||||
"low": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::low%]",
|
||||
"medium": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::medium%]",
|
||||
"high": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::high%]"
|
||||
"low": "[%key:common::state::low%]",
|
||||
"medium": "[%key:common::state::medium%]",
|
||||
"high": "[%key:common::state::high%]"
|
||||
}
|
||||
},
|
||||
"climate_state_seat_heater_third_row_right": {
|
||||
"name": "Seat heater third row right",
|
||||
"state": {
|
||||
"off": "[%key:common::state::off%]",
|
||||
"low": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::low%]",
|
||||
"medium": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::medium%]",
|
||||
"high": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::high%]"
|
||||
"low": "[%key:common::state::low%]",
|
||||
"medium": "[%key:common::state::medium%]",
|
||||
"high": "[%key:common::state::high%]"
|
||||
}
|
||||
},
|
||||
"climate_state_seat_fan_front_left": {
|
||||
"name": "Seat cooler left",
|
||||
"state": {
|
||||
"off": "[%key:common::state::off%]",
|
||||
"low": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::low%]",
|
||||
"medium": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::medium%]",
|
||||
"high": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::high%]"
|
||||
"low": "[%key:common::state::low%]",
|
||||
"medium": "[%key:common::state::medium%]",
|
||||
"high": "[%key:common::state::high%]"
|
||||
}
|
||||
},
|
||||
"climate_state_seat_fan_front_right": {
|
||||
"name": "Seat cooler right",
|
||||
"state": {
|
||||
"off": "[%key:common::state::off%]",
|
||||
"low": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::low%]",
|
||||
"medium": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::medium%]",
|
||||
"high": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::high%]"
|
||||
"low": "[%key:common::state::low%]",
|
||||
"medium": "[%key:common::state::medium%]",
|
||||
"high": "[%key:common::state::high%]"
|
||||
}
|
||||
},
|
||||
"components_customer_preferred_export_rule": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user