mirror of
https://github.com/esphome/esphome.git
synced 2025-09-12 08:12:22 +01:00
lint
This commit is contained in:
@@ -350,7 +350,7 @@ def icon(value):
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
def sub_device_id(value) -> core.ID:
|
def sub_device_id(value: str | None) -> core.ID:
|
||||||
# Lazy import to avoid circular imports
|
# Lazy import to avoid circular imports
|
||||||
from esphome.core.config import Device
|
from esphome.core.config import Device
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user