2021-02-22 18:53:57 +00:00
|
|
|
{
|
|
|
|
"domain": "litterrobot",
|
|
|
|
"name": "Litter-Robot",
|
|
|
|
"config_flow": true,
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/litterrobot",
|
2022-08-25 16:32:27 +00:00
|
|
|
"requirements": ["pylitterbot==2022.8.0"],
|
2022-03-30 08:56:37 +00:00
|
|
|
"codeowners": ["@natekspencer"],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "cloud_polling",
|
|
|
|
"loggers": ["pylitterbot"]
|
2022-03-30 08:56:37 +00:00
|
|
|
}
|