mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +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",
|
"name": "Seat heater left",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "[%key:common::state::off%]",
|
"off": "[%key:common::state::off%]",
|
||||||
"low": "Low",
|
"low": "[%key:common::state::low%]",
|
||||||
"medium": "Medium",
|
"medium": "[%key:common::state::medium%]",
|
||||||
"high": "High"
|
"high": "[%key:common::state::high%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"climate_state_seat_heater_right": {
|
"climate_state_seat_heater_right": {
|
||||||
"name": "Seat heater right",
|
"name": "Seat heater right",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "[%key:common::state::off%]",
|
"off": "[%key:common::state::off%]",
|
||||||
"low": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::low%]",
|
"low": "[%key:common::state::low%]",
|
||||||
"medium": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::medium%]",
|
"medium": "[%key:common::state::medium%]",
|
||||||
"high": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::high%]"
|
"high": "[%key:common::state::high%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"climate_state_seat_heater_rear_left": {
|
"climate_state_seat_heater_rear_left": {
|
||||||
"name": "Seat heater rear left",
|
"name": "Seat heater rear left",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "[%key:common::state::off%]",
|
"off": "[%key:common::state::off%]",
|
||||||
"low": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::low%]",
|
"low": "[%key:common::state::low%]",
|
||||||
"medium": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::medium%]",
|
"medium": "[%key:common::state::medium%]",
|
||||||
"high": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::high%]"
|
"high": "[%key:common::state::high%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"climate_state_seat_heater_rear_center": {
|
"climate_state_seat_heater_rear_center": {
|
||||||
"name": "Seat heater rear center",
|
"name": "Seat heater rear center",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "[%key:common::state::off%]",
|
"off": "[%key:common::state::off%]",
|
||||||
"low": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::low%]",
|
"low": "[%key:common::state::low%]",
|
||||||
"medium": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::medium%]",
|
"medium": "[%key:common::state::medium%]",
|
||||||
"high": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::high%]"
|
"high": "[%key:common::state::high%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"climate_state_seat_heater_rear_right": {
|
"climate_state_seat_heater_rear_right": {
|
||||||
"name": "Seat heater rear right",
|
"name": "Seat heater rear right",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "[%key:common::state::off%]",
|
"off": "[%key:common::state::off%]",
|
||||||
"low": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::low%]",
|
"low": "[%key:common::state::low%]",
|
||||||
"medium": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::medium%]",
|
"medium": "[%key:common::state::medium%]",
|
||||||
"high": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::high%]"
|
"high": "[%key:common::state::high%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"climate_state_seat_heater_third_row_left": {
|
"climate_state_seat_heater_third_row_left": {
|
||||||
"name": "Seat heater third row left",
|
"name": "Seat heater third row left",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "[%key:common::state::off%]",
|
"off": "[%key:common::state::off%]",
|
||||||
"low": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::low%]",
|
"low": "[%key:common::state::low%]",
|
||||||
"medium": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::medium%]",
|
"medium": "[%key:common::state::medium%]",
|
||||||
"high": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::high%]"
|
"high": "[%key:common::state::high%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"climate_state_seat_heater_third_row_right": {
|
"climate_state_seat_heater_third_row_right": {
|
||||||
"name": "Seat heater third row right",
|
"name": "Seat heater third row right",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "[%key:common::state::off%]",
|
"off": "[%key:common::state::off%]",
|
||||||
"low": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::low%]",
|
"low": "[%key:common::state::low%]",
|
||||||
"medium": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::medium%]",
|
"medium": "[%key:common::state::medium%]",
|
||||||
"high": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::high%]"
|
"high": "[%key:common::state::high%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"climate_state_seat_fan_front_left": {
|
"climate_state_seat_fan_front_left": {
|
||||||
"name": "Seat cooler left",
|
"name": "Seat cooler left",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "[%key:common::state::off%]",
|
"off": "[%key:common::state::off%]",
|
||||||
"low": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::low%]",
|
"low": "[%key:common::state::low%]",
|
||||||
"medium": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::medium%]",
|
"medium": "[%key:common::state::medium%]",
|
||||||
"high": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::high%]"
|
"high": "[%key:common::state::high%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"climate_state_seat_fan_front_right": {
|
"climate_state_seat_fan_front_right": {
|
||||||
"name": "Seat cooler right",
|
"name": "Seat cooler right",
|
||||||
"state": {
|
"state": {
|
||||||
"off": "[%key:common::state::off%]",
|
"off": "[%key:common::state::off%]",
|
||||||
"low": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::low%]",
|
"low": "[%key:common::state::low%]",
|
||||||
"medium": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::medium%]",
|
"medium": "[%key:common::state::medium%]",
|
||||||
"high": "[%key:component::tessie::entity::select::climate_state_seat_heater_left::state::high%]"
|
"high": "[%key:common::state::high%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"components_customer_preferred_export_rule": {
|
"components_customer_preferred_export_rule": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user