Add fan preset translations and icons to BAF (#109944)

This commit is contained in:
Tucker Kern
2024-04-23 11:11:40 -06:00
committed by GitHub
parent d4ecf30b6a
commit d8aa1cd8b5
4 changed files with 28 additions and 1 deletions

View File

@@ -48,6 +48,7 @@ class BAFFan(BAFEntity, FanEntity):
_attr_preset_modes = [PRESET_MODE_AUTO]
_attr_speed_count = SPEED_COUNT
_attr_name = None
_attr_translation_key = "baf"
@callback
def _async_update_attrs(self) -> None: