mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00:00
Use common states for "Low"/"Medium"/"High" in matter
(#142095)
This commit is contained in:
parent
17f6ded7b0
commit
f8a15c8228
@ -135,9 +135,9 @@
|
|||||||
"state_attributes": {
|
"state_attributes": {
|
||||||
"preset_mode": {
|
"preset_mode": {
|
||||||
"state": {
|
"state": {
|
||||||
"low": "Low",
|
"low": "[%key:common::state::low%]",
|
||||||
"medium": "Medium",
|
"medium": "[%key:common::state::medium%]",
|
||||||
"high": "High",
|
"high": "[%key:common::state::high%]",
|
||||||
"auto": "Auto",
|
"auto": "Auto",
|
||||||
"natural_wind": "Natural wind",
|
"natural_wind": "Natural wind",
|
||||||
"sleep_wind": "Sleep wind"
|
"sleep_wind": "Sleep wind"
|
||||||
@ -189,9 +189,9 @@
|
|||||||
"sensitivity_level": {
|
"sensitivity_level": {
|
||||||
"name": "Sensitivity",
|
"name": "Sensitivity",
|
||||||
"state": {
|
"state": {
|
||||||
"low": "[%key:component::matter::entity::fan::fan::state_attributes::preset_mode::state::low%]",
|
"low": "[%key:common::state::low%]",
|
||||||
"standard": "Standard",
|
"standard": "Standard",
|
||||||
"high": "[%key:component::matter::entity::fan::fan::state_attributes::preset_mode::state::high%]"
|
"high": "[%key:common::state::high%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"startup_on_off": {
|
"startup_on_off": {
|
||||||
@ -230,7 +230,7 @@
|
|||||||
"name": "Contamination state",
|
"name": "Contamination state",
|
||||||
"state": {
|
"state": {
|
||||||
"normal": "Normal",
|
"normal": "Normal",
|
||||||
"low": "[%key:component::matter::entity::fan::fan::state_attributes::preset_mode::state::low%]",
|
"low": "[%key:common::state::low%]",
|
||||||
"warning": "Warning",
|
"warning": "Warning",
|
||||||
"critical": "Critical"
|
"critical": "Critical"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user