mirror of https://github.com/home-assistant/core
16 lines
414 B
JSON
16 lines
414 B
JSON
{
|
|
"domain": "rainforest_eagle",
|
|
"name": "Rainforest Eagle",
|
|
"codeowners": ["@gtdiehl", "@jcalbert", "@hastarin"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"macaddress": "D8D5B9*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/rainforest_eagle",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["aioeagle", "eagle100"],
|
|
"requirements": ["aioeagle==1.1.0", "eagle100==0.1.1"]
|
|
}
|