Update home-assistant-return-type with ChildDeviceInfo from device_info (#179359)

This commit is contained in:
Erik Montnemery
2026-08-17 09:55:38 +02:00
committed by GitHub
parent 1b1308d6be
commit 8a5ba05070
@@ -626,7 +626,7 @@ _ENTITY_MATCH: list[TypeHintMatch] = [
),
TypeHintMatch(
function_name="device_info",
return_type=["DeviceInfo", None],
return_type=["DeviceInfo", "ChildDeviceInfo", None],
mandatory=True,
),
TypeHintMatch(