2019-07-08 15:14:19 +00:00
|
|
|
{
|
|
|
|
"domain": "arcam_fmj",
|
2020-01-06 22:59:12 +00:00
|
|
|
"name": "Arcam FMJ Receivers",
|
2020-06-06 20:43:28 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/arcam_fmj",
|
2021-10-22 20:13:17 +00:00
|
|
|
"requirements": ["arcam-fmj==0.12.0"],
|
2020-06-06 20:43:28 +00:00
|
|
|
"ssdp": [
|
|
|
|
{
|
|
|
|
"deviceType": "urn:schemas-upnp-org:device:MediaRenderer:1",
|
|
|
|
"manufacturer": "ARCAM"
|
|
|
|
}
|
|
|
|
],
|
2021-04-15 08:21:38 +00:00
|
|
|
"codeowners": ["@elupus"],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_polling",
|
|
|
|
"loggers": ["arcam"]
|
2019-07-08 15:14:19 +00:00
|
|
|
}
|