mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Joostlek <joostlek@outlook.com>
21 lines
469 B
JSON
21 lines
469 B
JSON
{
|
|
"domain": "litterrobot",
|
|
"name": "Whisker",
|
|
"codeowners": ["@natekspencer", "@tkdrob"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "litter-robot4"
|
|
},
|
|
{
|
|
"hostname": "whiskerrobots"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/litterrobot",
|
|
"integration_type": "hub",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["pylitterbot"],
|
|
"quality_scale": "silver",
|
|
"requirements": ["pylitterbot==2025.1.0"]
|
|
}
|