2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "fritzbox",
|
2020-11-07 10:13:16 +00:00
|
|
|
"name": "AVM FRITZ!SmartHome",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/fritzbox",
|
2022-09-15 14:01:55 +00:00
|
|
|
"requirements": ["pyfritzhome==0.6.7"],
|
2020-04-20 13:00:07 +00:00
|
|
|
"ssdp": [
|
|
|
|
{
|
|
|
|
"st": "urn:schemas-upnp-org:device:fritzbox:1"
|
|
|
|
}
|
|
|
|
],
|
2021-10-22 12:30:03 +00:00
|
|
|
"codeowners": ["@mib1185", "@flabbamann"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"config_flow": true,
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_polling",
|
|
|
|
"loggers": ["pyfritzhome"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|