mirror of
https://github.com/esphome/esphome.git
synced 2025-10-27 21:23:48 +00: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
|
||||
from esphome.core.config import Device
|
||||
|
||||
|
||||
Reference in New Issue
Block a user