* Add DHCP discovery support to Bond * fixes * unique ids are always upper * raise_on_progress=False for user * Update tests/components/bond/test_config_flow.py Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com> * assert unique id --------- Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
22 lines
503 B
JSON
22 lines
503 B
JSON
{
|
|
"domain": "bond",
|
|
"name": "Bond",
|
|
"codeowners": ["@bdraco", "@prystupa", "@joshs85", "@marciogranzotto"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "bond-*",
|
|
"macaddress": "3C6A2C1*"
|
|
},
|
|
{
|
|
"hostname": "bond-*",
|
|
"macaddress": "F44E38*"
|
|
}
|
|
],
|
|
"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."]
|
|
}
|