core/homeassistant/components/litterrobot/manifest.json

12 lines
352 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",
2022-11-05 14:57:57 +00:00
"requirements": ["pylitterbot==2022.11.0"],
"codeowners": ["@natekspencer", "@tkdrob"],
"dhcp": [{ "hostname": "litter-robot4" }],
"iot_class": "cloud_push",
"loggers": ["pylitterbot"]
2022-03-30 08:56:37 +00:00
}