Skip to content

Commit b2a63d4

Browse files
joostlekCopilot
authored andcommitted
Add translation for turbo fan mode in SmartThings (home-assistant#153445)
Co-authored-by: Copilot <[email protected]>
1 parent f9f37b7 commit b2a63d4

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

homeassistant/components/smartthings/icons.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,17 @@
3131
"default": "mdi:stop"
3232
}
3333
},
34+
"climate": {
35+
"air_conditioner": {
36+
"state_attributes": {
37+
"fan_mode": {
38+
"state": {
39+
"turbo": "mdi:wind-power"
40+
}
41+
}
42+
}
43+
}
44+
},
3445
"number": {
3546
"washer_rinse_cycles": {
3647
"default": "mdi:waves-arrow-up"

homeassistant/components/smartthings/strings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@
8989
"long_wind": "Long wind",
9090
"smart": "Smart"
9191
}
92+
},
93+
"fan_mode": {
94+
"state": {
95+
"turbo": "Turbo"
96+
}
9297
}
9398
}
9499
}

0 commit comments

Comments
 (0)