From e6becabe113ed76b682f2bc7e62d7fe09de21d76 Mon Sep 17 00:00:00 2001
From: Paulus Schoutsen <balloob@gmail.com>
Date: Wed, 28 Sep 2022 16:45:35 -0400
Subject: [PATCH] Add fritz brand (#79226)

---
 homeassistant/brands/fritzbox.json        |  5 ++++
 homeassistant/generated/integrations.json | 31 +++++++++++++----------
 2 files changed, 23 insertions(+), 13 deletions(-)
 create mode 100644 homeassistant/brands/fritzbox.json

diff --git a/homeassistant/brands/fritzbox.json b/homeassistant/brands/fritzbox.json
new file mode 100644
index 00000000000..d0c0d1c1584
--- /dev/null
+++ b/homeassistant/brands/fritzbox.json
@@ -0,0 +1,5 @@
+{
+  "domain": "fritzbox",
+  "name": "FRITZ!Box",
+  "integrations": ["fritz", "fritzbox", "fritzbox_callmonitor"]
+}
diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json
index cffcdc28b1e..475b947d073 100644
--- a/homeassistant/generated/integrations.json
+++ b/homeassistant/generated/integrations.json
@@ -1443,20 +1443,25 @@
       "iot_class": "cloud_polling",
       "name": "Freedompro"
     },
-    "fritz": {
-      "config_flow": true,
-      "iot_class": "local_polling",
-      "name": "AVM FRITZ!Box Tools"
-    },
     "fritzbox": {
-      "config_flow": true,
-      "iot_class": "local_polling",
-      "name": "AVM FRITZ!SmartHome"
-    },
-    "fritzbox_callmonitor": {
-      "config_flow": true,
-      "iot_class": "local_polling",
-      "name": "AVM FRITZ!Box Call Monitor"
+      "name": "FRITZ!Box",
+      "integrations": {
+        "fritz": {
+          "config_flow": true,
+          "iot_class": "local_polling",
+          "name": "AVM FRITZ!Box Tools"
+        },
+        "fritzbox": {
+          "config_flow": true,
+          "iot_class": "local_polling",
+          "name": "AVM FRITZ!SmartHome"
+        },
+        "fritzbox_callmonitor": {
+          "config_flow": true,
+          "iot_class": "local_polling",
+          "name": "AVM FRITZ!Box Call Monitor"
+        }
+      }
     },
     "fronius": {
       "config_flow": true,
-- 
GitLab