2021-02-22 18:53:57 +00:00
|
|
|
{
|
|
|
|
"domain": "litterrobot",
|
|
|
|
"name": "Litter-Robot",
|
|
|
|
"config_flow": true,
|
|
|
|
"documentation": "https://www.home-assistant.io/integrations/litterrobot",
|
2021-11-19 05:29:38 +00:00
|
|
|
"requirements": [
|
2021-12-12 06:13:12 +00:00
|
|
|
"pylitterbot==2021.12.0"
|
2021-11-19 05:29:38 +00:00
|
|
|
],
|
|
|
|
"codeowners": [
|
|
|
|
"@natekspencer"
|
|
|
|
],
|
2021-04-15 08:21:38 +00:00
|
|
|
"iot_class": "cloud_polling"
|
2021-11-19 05:29:38 +00:00
|
|
|
}
|