1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add config flow to radiotherm (#72874)

This commit is contained in:
J. Nick Koston
2022-06-05 13:59:52 -10:00
committed by GitHub
parent f7626bd511
commit cac84e4160
16 changed files with 900 additions and 211 deletions

View File

@@ -77,6 +77,8 @@ DHCP: list[dict[str, str | bool]] = [
{'domain': 'rachio', 'hostname': 'rachio-*', 'macaddress': '009D6B*'},
{'domain': 'rachio', 'hostname': 'rachio-*', 'macaddress': 'F0038C*'},
{'domain': 'rachio', 'hostname': 'rachio-*', 'macaddress': '74C63B*'},
{'domain': 'radiotherm', 'hostname': 'thermostat*', 'macaddress': '5CDAD4*'},
{'domain': 'radiotherm', 'registered_devices': True},
{'domain': 'rainforest_eagle', 'macaddress': 'D8D5B9*'},
{'domain': 'ring', 'hostname': 'ring*', 'macaddress': '0CAE7D*'},
{'domain': 'roomba', 'hostname': 'irobot-*', 'macaddress': '501479*'},