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"],
|
2022-08-29 04:40:28 +00:00
|
|
|
"codeowners": ["@natekspencer", "@tkdrob"],
|
2022-08-29 02:11:57 +00:00
|
|
|
"dhcp": [{ "hostname": "litter-robot4" }],
|
2022-09-17 09:29:56 +00:00
|
|
|
"iot_class": "cloud_push",
|
2022-01-28 21:37:53 +00:00
|
|
|
"loggers": ["pylitterbot"]
|
2022-03-30 08:56:37 +00:00
|
|
|
}
|