Add translation strings for Matter Fan presets (#118401)

This commit is contained in:
Marcel van der Veldt 2024-05-29 21:12:47 +02:00 committed by GitHub
parent 8cc15e82df
commit a0443ac328
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 37 additions and 0 deletions

View 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"
}
}
}
}
}
}
}

View File

@ -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": {
"flow": {
"name": "Flow"