mirror of
https://github.com/home-assistant/core.git
synced 2026-02-15 07:36:16 +00:00
Improve shelly light type hints (#161761)
This commit is contained in:
@@ -110,7 +110,7 @@ class BlockShellyLight(ShellyBlockAttributeEntity, LightEntity):
|
||||
"""Entity that controls a light on block based Shelly devices."""
|
||||
|
||||
entity_description: BlockLightDescription
|
||||
_attr_supported_color_modes: set[str]
|
||||
_attr_supported_color_modes: set[ColorMode]
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user