12 lines
343 B
JSON
12 lines
343 B
JSON
{
|
|
"domain": "litterrobot",
|
|
"name": "Litter-Robot",
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/litterrobot",
|
|
"requirements": ["pylitterbot==2022.8.0"],
|
|
"dhcp": [{ "hostname": "litter-robot4" }],
|
|
"codeowners": ["@natekspencer"],
|
|
"iot_class": "cloud_polling",
|
|
"loggers": ["pylitterbot"]
|
|
}
|