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",
|
2022-09-17 09:29:56 +00:00
|
|
|
"iot_class": "cloud_push",
|
2022-11-07 18:39:29 +00:00
|
|
|
"loggers": ["pylitterbot"],
|
2023-06-13 09:51:46 +00:00
|
|
|
"requirements": ["pylitterbot==2023.4.2"]
|
2022-03-30 08:56:37 +00:00
|
|
|
}
|