mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +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
|
||||
type: string
|
||||
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
|
||||
default: dnsmasq
|
||||
type: string
|
||||
|
Loading…
x
Reference in New Issue
Block a user