core/homeassistant/components/litterrobot/manifest.json

17 lines
398 B
JSON
Raw Normal View History

2021-02-22 18:53:57 +00:00
{
"domain": "litterrobot",
"name": "Litter-Robot",
2023-02-08 19:35:25 +00:00
"codeowners": ["@natekspencer", "@tkdrob"],
2021-02-22 18:53:57 +00:00
"config_flow": true,
2023-02-08 19:35:25 +00:00
"dhcp": [
{
"hostname": "litter-robot4"
}
],
2021-02-22 18:53:57 +00:00
"documentation": "https://www.home-assistant.io/integrations/litterrobot",
2023-02-08 19:35:25 +00:00
"integration_type": "hub",
"iot_class": "cloud_push",
"loggers": ["pylitterbot"],
2023-06-13 09:51:46 +00:00
"requirements": ["pylitterbot==2023.4.2"]
2022-03-30 08:56:37 +00:00
}