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