mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Adjust capability_attributes
This commit is contained in:
@@ -323,7 +323,7 @@ class FanEntity(ToggleEntity):
|
||||
return self._attr_oscillating
|
||||
|
||||
@property
|
||||
def capability_attributes(self) -> dict[str, Any]:
|
||||
def capability_attributes(self) -> dict[str, list[str] | None]:
|
||||
"""Return capability attributes."""
|
||||
attrs = {}
|
||||
|
||||
|
Reference in New Issue
Block a user