The *hass-dhcp* role installs dnsmasq and configures it to serve DHCP requests on the Home Assistant network. Since this network is not routed, the regular DHCP relay/server setup will not work.
6 lines
120 B
YAML
6 lines
120 B
YAML
hass_dhcp_range:
|
|
start: 192.168.1.100
|
|
end: 192.168.1.250
|
|
hass_dhcp_lease_time: 1h
|
|
hass_dns_domain: homeassistant.io
|