From 35895bd5005ab57641df6c76432da66796fe150a Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 14 Jan 2021 01:43:29 -1000 Subject: [PATCH] Add DHCP Discovery (#16172) Co-authored-by: Fabian Affolter Co-authored-by: Franck Nijhof --- source/_integrations/dhcp.markdown | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 source/_integrations/dhcp.markdown diff --git a/source/_integrations/dhcp.markdown b/source/_integrations/dhcp.markdown new file mode 100644 index 00000000000..87230d9e991 --- /dev/null +++ b/source/_integrations/dhcp.markdown @@ -0,0 +1,21 @@ +--- +title: DHCP Discovery +description: Discover integrations on the network using DHCP protocol. +ha_category: + - Network +ha_quality_scale: internal +ha_iot_class: Local Push +ha_release: 2021.2 +ha_domain: dhcp +--- + +The `dhcp` "DHCP Discovery" 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 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: +```