mirror of
https://github.com/home-assistant/core.git
synced 2025-04-29 19:57:52 +00:00
Add Litter Robot 4 DHCP discovery (#77463)
This commit is contained in:
parent
0867392f96
commit
f41ba39a5e
@ -4,6 +4,7 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/litterrobot",
|
"documentation": "https://www.home-assistant.io/integrations/litterrobot",
|
||||||
"requirements": ["pylitterbot==2022.8.0"],
|
"requirements": ["pylitterbot==2022.8.0"],
|
||||||
|
"dhcp": [{ "hostname": "litter-robot4" }],
|
||||||
"codeowners": ["@natekspencer"],
|
"codeowners": ["@natekspencer"],
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["pylitterbot"]
|
"loggers": ["pylitterbot"]
|
||||||
|
@ -62,6 +62,7 @@ DHCP: list[dict[str, str | bool]] = [
|
|||||||
{'domain': 'isy994', 'hostname': 'polisy*', 'macaddress': '000DB9*'},
|
{'domain': 'isy994', 'hostname': 'polisy*', 'macaddress': '000DB9*'},
|
||||||
{'domain': 'lifx', 'macaddress': 'D073D5*'},
|
{'domain': 'lifx', 'macaddress': 'D073D5*'},
|
||||||
{'domain': 'lifx', 'registered_devices': True},
|
{'domain': 'lifx', 'registered_devices': True},
|
||||||
|
{'domain': 'litterrobot', 'hostname': 'litter-robot4'},
|
||||||
{'domain': 'lyric', 'hostname': 'lyric-*', 'macaddress': '48A2E6*'},
|
{'domain': 'lyric', 'hostname': 'lyric-*', 'macaddress': '48A2E6*'},
|
||||||
{'domain': 'lyric', 'hostname': 'lyric-*', 'macaddress': 'B82CA0*'},
|
{'domain': 'lyric', 'hostname': 'lyric-*', 'macaddress': 'B82CA0*'},
|
||||||
{'domain': 'lyric', 'hostname': 'lyric-*', 'macaddress': '00D02D*'},
|
{'domain': 'lyric', 'hostname': 'lyric-*', 'macaddress': '00D02D*'},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user