core/homeassistant/components/bond/manifest.json

12 lines
344 B
JSON

{
"domain": "bond",
"name": "Bond",
"codeowners": ["@bdraco", "@prystupa", "@joshs85", "@marciogranzotto"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/bond",
"iot_class": "local_push",
"loggers": ["bond_async"],
"requirements": ["bond-async==0.2.1"],
"zeroconf": ["_bond._tcp.local."]
}