core/homeassistant/components/litterrobot/manifest.json

11 lines
298 B
JSON
Raw Normal View History

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