* Add DHCP discovery to Obihai * Unique ID is MAC * Move try blocks, cleanup * Migrate existing unique_ids * Use PyObihai to update Unique ID * Auth then use get_device_mac * Config flow changes * Reworking flow according to feedback * Cleanup
15 lines
342 B
JSON
15 lines
342 B
JSON
{
|
|
"domain": "obihai",
|
|
"name": "Obihai",
|
|
"codeowners": ["@dshokouhi", "@ejpenney"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"macaddress": "9CADEF*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/obihai",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pyobihai"],
|
|
"requirements": ["pyobihai==1.3.2"]
|
|
}
|