mirror of https://github.com/home-assistant/core
17 lines
398 B
JSON
17 lines
398 B
JSON
{
|
|
"domain": "litterrobot",
|
|
"name": "Litter-Robot",
|
|
"codeowners": ["@natekspencer", "@tkdrob"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "litter-robot4"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/litterrobot",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["pylitterbot"],
|
|
"requirements": ["pylitterbot==2023.5.0"]
|
|
}
|