1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-17 23:53:49 +01:00
Files
core/homeassistant/components/litterrobot/manifest.json
David Bishop 0599550e04 Add DHCP discovery support to Whisker integration (#165635)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-authored-by: Joostlek <joostlek@outlook.com>
2026-03-24 17:11:20 +01:00

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"]
}