1.4 KiB
title, description, ha_category, ha_iot_class, ha_release, ha_domain, ha_quality_scale, ha_codeowners, ha_integration_type
title | description | ha_category | ha_iot_class | ha_release | ha_domain | ha_quality_scale | ha_codeowners | ha_integration_type | ||
---|---|---|---|---|---|---|---|---|---|---|
DHCP discovery | Discover integrations on the network using DHCP protocol. |
|
Local Push | 2021.2 | dhcp | internal |
|
system |
The DHCP discovery {% term integration %} will watch the network for DHCP requests for supported devices and services. Discovered integrations will show up in the discovered section on the integrations page in the configuration panel.
Configuration
This {% term integration %} is by default enabled, unless you've disabled or removed the default_config:
line from your configuration. If that is the case, the following example shows you how to enable this integration manually in the {% term "configuration.yaml
" %} file:
# Example configuration.yaml entry
dhcp:
Troubleshooting
DHCP Browser
The DHCP Browser displays devices discovered by Home Assistant using various network methods, such as DHCP, ARP + PTR lookups, and router-based device trackers. When a device connects to the network and requests an IP address via DHCP (Dynamic Host Configuration Protocol), Home Assistant can automatically detect it. All devices discovered through these methods will appear in the DHCP Browser.
To open the DHCP Browser, go to: {% my config_dhcp title="Settings > System > Network > DHCP Browser" %}