mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 14:08:21 +00:00
17 lines
414 B
JSON
17 lines
414 B
JSON
{
|
|
"domain": "fritzbox",
|
|
"name": "FRITZ!SmartHome",
|
|
"codeowners": ["@mib1185", "@flabbamann"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/fritzbox",
|
|
"integration_type": "hub",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pyfritzhome"],
|
|
"requirements": ["pyfritzhome==0.6.18"],
|
|
"ssdp": [
|
|
{
|
|
"st": "urn:schemas-upnp-org:device:fritzbox:1"
|
|
}
|
|
]
|
|
}
|