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": {
|
||||
"preset_mode": {
|
||||
"state": {
|
||||
"low": "Low",
|
||||
"medium": "Medium",
|
||||
"high": "High",
|
||||
"low": "[%key:common::state::low%]",
|
||||
"medium": "[%key:common::state::medium%]",
|
||||
"high": "[%key:common::state::high%]",
|
||||
"auto": "Auto",
|
||||
"natural_wind": "Natural wind",
|
||||
"sleep_wind": "Sleep wind"
|
||||
@ -189,9 +189,9 @@
|
||||
"sensitivity_level": {
|
||||
"name": "Sensitivity",
|
||||
"state": {
|
||||
"low": "[%key:component::matter::entity::fan::fan::state_attributes::preset_mode::state::low%]",
|
||||
"low": "[%key:common::state::low%]",
|
||||
"standard": "Standard",
|
||||
"high": "[%key:component::matter::entity::fan::fan::state_attributes::preset_mode::state::high%]"
|
||||
"high": "[%key:common::state::high%]"
|
||||
}
|
||||
},
|
||||
"startup_on_off": {
|
||||
@ -230,7 +230,7 @@
|
||||
"name": "Contamination state",
|
||||
"state": {
|
||||
"normal": "Normal",
|
||||
"low": "[%key:component::matter::entity::fan::fan::state_attributes::preset_mode::state::low%]",
|
||||
"low": "[%key:common::state::low%]",
|
||||
"warning": "Warning",
|
||||
"critical": "Critical"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user