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",
|
2022-09-17 03:29:56 -06:00
|
|
|
"iot_class": "cloud_push",
|
2022-11-07 13:39:29 -05:00
|
|
|
"loggers": ["pylitterbot"],
|
2024-04-20 03:37:35 -07:00
|
|
|
"requirements": ["pylitterbot==2023.5.0"]
|
2022-03-30 10:56:37 +02:00
|
|
|
}
|