mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-05 09:46:50 +00:00

* d and e integrations: apply sentence-style capitalization - add references to glossary terms * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Joakim Sørensen <joasoe@gmail.com> * Apply suggestions from code review Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * Fix typo --------- Co-authored-by: Joakim Sørensen <joasoe@gmail.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
25 lines
847 B
Markdown
25 lines
847 B
Markdown
---
|
|
title: DHCP discovery
|
|
description: Discover integrations on the network using DHCP protocol.
|
|
ha_category:
|
|
- Network
|
|
ha_iot_class: Local Push
|
|
ha_release: 2021.2
|
|
ha_domain: dhcp
|
|
ha_quality_scale: internal
|
|
ha_codeowners:
|
|
- '@bdraco'
|
|
ha_integration_type: 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:`](/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually:
|
|
|
|
```yaml
|
|
# Example configuration.yaml entry
|
|
dhcp:
|
|
```
|