mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Add translation strings for Matter Fan presets (#118401)
This commit is contained in:
parent
8cc15e82df
commit
a0443ac328
21
homeassistant/components/matter/icons.json
Normal file
21
homeassistant/components/matter/icons.json
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
"entity": {
|
||||||
|
"fan": {
|
||||||
|
"fan": {
|
||||||
|
"state_attributes": {
|
||||||
|
"preset_mode": {
|
||||||
|
"default": "mdi:fan",
|
||||||
|
"state": {
|
||||||
|
"low": "mdi:fan-speed-1",
|
||||||
|
"medium": "mdi:fan-speed-2",
|
||||||
|
"high": "mdi:fan-speed-3",
|
||||||
|
"auto": "mdi:fan-auto",
|
||||||
|
"natural_wind": "mdi:tailwind",
|
||||||
|
"sleep_wind": "mdi:sleep"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -62,6 +62,22 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"fan": {
|
||||||
|
"fan": {
|
||||||
|
"state_attributes": {
|
||||||
|
"preset_mode": {
|
||||||
|
"state": {
|
||||||
|
"low": "Low",
|
||||||
|
"medium": "Medium",
|
||||||
|
"high": "High",
|
||||||
|
"auto": "Auto",
|
||||||
|
"natural_wind": "Natural wind",
|
||||||
|
"sleep_wind": "Sleep wind"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"sensor": {
|
"sensor": {
|
||||||
"flow": {
|
"flow": {
|
||||||
"name": "Flow"
|
"name": "Flow"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user