diff --git a/homeassistant/helpers/service_info/dhcp.py b/homeassistant/helpers/service_info/dhcp.py index 1d8c336728f..eb9fe629123 100644 --- a/homeassistant/helpers/service_info/dhcp.py +++ b/homeassistant/helpers/service_info/dhcp.py @@ -20,4 +20,7 @@ class DhcpServiceInfo(BaseServiceInfo): """ def __post_init__(self) -> None: - """Post init checks.""" + """Post init checks. + + Needed so it can be overridden in tests. + """