1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-12 08:12:22 +01:00
This commit is contained in:
J. Nick Koston
2025-06-22 21:25:55 +02:00
parent 68b13340fb
commit c34ba3deb5

View File

@@ -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