mirror of https://github.com/home-assistant/core
17 lines
410 B
JSON
17 lines
410 B
JSON
{
|
|
"domain": "arcam_fmj",
|
|
"name": "Arcam FMJ Receivers",
|
|
"codeowners": ["@elupus"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/arcam_fmj",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["arcam"],
|
|
"requirements": ["arcam-fmj==1.5.2"],
|
|
"ssdp": [
|
|
{
|
|
"deviceType": "urn:schemas-upnp-org:device:MediaRenderer:1",
|
|
"manufacturer": "ARCAM"
|
|
}
|
|
]
|
|
}
|