Add DHCP updates to Fully Kiosk (#76896)

This commit is contained in:
Franck Nijhof 2022-08-17 03:19:23 +02:00 committed by GitHub
parent 6f3cdb6db1
commit ec1b133201
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 87 additions and 7 deletions

View file

@ -43,6 +43,7 @@ DHCP: list[dict[str, str | bool]] = [
{'domain': 'flux_led', 'hostname': 'zengge_[0-9a-f][0-9a-f]_*'},
{'domain': 'flux_led', 'hostname': 'sta*', 'macaddress': 'C82E47*'},
{'domain': 'fronius', 'macaddress': '0003AC*'},
{'domain': 'fully_kiosk', 'registered_devices': True},
{'domain': 'goalzero', 'registered_devices': True},
{'domain': 'goalzero', 'hostname': 'yeti*'},
{'domain': 'gogogate2', 'hostname': 'ismartgate*'},