1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 04:50:05 +00:00

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
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*'},