mirror of https://github.com/home-assistant/core
17 lines
388 B
JSON
17 lines
388 B
JSON
{
|
|
"domain": "somfy_mylink",
|
|
"name": "Somfy MyLink",
|
|
"codeowners": [],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"hostname": "somfy_*",
|
|
"macaddress": "B8B7F1*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/somfy_mylink",
|
|
"iot_class": "assumed_state",
|
|
"loggers": ["somfy_mylink_synergy"],
|
|
"requirements": ["somfy-mylink-synergy==1.0.6"]
|
|
}
|