Enable dhcp flows for senseme registered devices (#66590)

This commit is contained in:
J. Nick Koston 2022-02-15 18:45:41 -06:00 committed by GitHub
parent 7c508c2a44
commit 6b7eea5454
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -77,6 +77,7 @@ DHCP: list[dict[str, str | bool]] = [
{'domain': 'sense', 'hostname': 'sense-*', 'macaddress': '009D6B*'},
{'domain': 'sense', 'hostname': 'sense-*', 'macaddress': 'DCEFCA*'},
{'domain': 'sense', 'hostname': 'sense-*', 'macaddress': 'A4D578*'},
{'domain': 'senseme', 'registered_devices': True},
{'domain': 'senseme', 'macaddress': '20F85E*'},
{'domain': 'sensibo', 'hostname': 'sensibo*'},
{'domain': 'simplisafe', 'hostname': 'simplisafe*', 'macaddress': '30AEA4*'},