mirror of https://github.com/home-assistant/core
16 lines
342 B
JSON
16 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.4.2"]
|
|
}
|