1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00
ha-core/homeassistant/components/somfy_mylink/manifest.json
2023-02-08 20:22:30 +01:00

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"]
}