The production deployment of *dnsmasq* for Home Assistant has deviated from how the *hass-dhcp* role configures it. Bringing the role back in sync with how things really are.
6 lines
121 B
YAML
6 lines
121 B
YAML
hass_dhcp_range:
|
|
start: 192.168.1.100
|
|
end: 192.168.1.250
|
|
hass_dhcp_lease_time: 24h
|
|
hass_dns_domain: homeassistant.io
|