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

Improve Awair config flow (#76838)

This commit is contained in:
Paulus Schoutsen
2022-08-16 08:30:07 -04:00
committed by GitHub
parent 3e1c9f1ac7
commit c7d46bc719
6 changed files with 130 additions and 19 deletions

View File

@@ -11,6 +11,7 @@ DHCP: list[dict[str, str | bool]] = [
{'domain': 'august', 'hostname': 'connect', 'macaddress': 'B8B7F1*'},
{'domain': 'august', 'hostname': 'connect', 'macaddress': '2C9FFB*'},
{'domain': 'august', 'hostname': 'august*', 'macaddress': 'E076D0*'},
{'domain': 'awair', 'macaddress': '70886B1*'},
{'domain': 'axis', 'registered_devices': True},
{'domain': 'axis', 'hostname': 'axis-00408c*', 'macaddress': '00408C*'},
{'domain': 'axis', 'hostname': 'axis-accc8e*', 'macaddress': 'ACCC8E*'},