hass-core/homeassistant/components/litterrobot/manifest.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
398 B
JSON
Raw Permalink Normal View History

2021-02-22 11:53:57 -07:00
{
"domain": "litterrobot",
"name": "Litter-Robot",
2023-02-08 20:35:25 +01:00
"codeowners": ["@natekspencer", "@tkdrob"],
2021-02-22 11:53:57 -07:00
"config_flow": true,
2023-02-08 20:35:25 +01:00
"dhcp": [
{
"hostname": "litter-robot4"
}
],
2021-02-22 11:53:57 -07:00
"documentation": "https://www.home-assistant.io/integrations/litterrobot",
2023-02-08 20:35:25 +01:00
"integration_type": "hub",
"iot_class": "cloud_push",
"loggers": ["pylitterbot"],
2024-04-20 03:37:35 -07:00
"requirements": ["pylitterbot==2023.5.0"]
2022-03-30 10:56:37 +02:00
}