mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 09:38:58 +01:00
16 lines
389 B
JSON
16 lines
389 B
JSON
{
|
|
"domain": "frontier_silicon",
|
|
"name": "Frontier Silicon",
|
|
"codeowners": ["@wlcrs"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/frontier_silicon",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"requirements": ["afsapi==0.2.7"],
|
|
"ssdp": [
|
|
{
|
|
"st": "urn:schemas-frontier-silicon-com:undok:fsapi:1"
|
|
}
|
|
]
|
|
}
|