Add translation for turbo fan mode in SmartThings (#153445)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Joost Lekkerkerker
2025-10-02 17:45:37 +02:00
committed by GitHub
parent 7ab99c028c
commit ee4a1de566
2 changed files with 16 additions and 0 deletions

View File

@@ -31,6 +31,17 @@
"default": "mdi:stop"
}
},
"climate": {
"air_conditioner": {
"state_attributes": {
"fan_mode": {
"state": {
"turbo": "mdi:wind-power"
}
}
}
}
},
"number": {
"washer_rinse_cycles": {
"default": "mdi:waves-arrow-up"

View File

@@ -89,6 +89,11 @@
"long_wind": "Long wind",
"smart": "Smart"
}
},
"fan_mode": {
"state": {
"turbo": "Turbo"
}
}
}
}