mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 22:36:51 +00:00
Update dhcp_software option in docs to match code (#8348)
The code uses 'odhcpd' while the document listed the option as 'dhcpd'. Fixing documentation
This commit is contained in:
parent
e6d2c29dc3
commit
f6456a98bf
@ -83,7 +83,7 @@ password:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
dhcp_software:
|
dhcp_software:
|
||||||
description: "The DHCP software used in your router: `dnsmasq`, `dhcpd`, or `none`."
|
description: "The DHCP software used in your router: `dnsmasq`, `odhcpd`, or `none`."
|
||||||
required: false
|
required: false
|
||||||
default: dnsmasq
|
default: dnsmasq
|
||||||
type: string
|
type: string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user