From a7687d31d2a83993c93c520de3407e70fc7719f8 Mon Sep 17 00:00:00 2001 From: Simone Chemelli Date: Tue, 29 Jun 2021 19:04:31 +0200 Subject: [PATCH] Add switch platform info to Fritz (#18131) --- package.json | 2 +- source/_integrations/fritz.markdown | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7ba7dd8f90b..6464e4b7c7b 100644 --- a/package.json +++ b/package.json @@ -22,4 +22,4 @@ "textlint:all": "textlint source", "textlint": "textlint source/_examples source/_docs source/_faq source/_integrations source/_lovelace source/cloud source/getting-started source/hassio source/lovelace" } -} \ No newline at end of file +} diff --git a/source/_integrations/fritz.markdown b/source/_integrations/fritz.markdown index 1a85e5eee60..bbc563a1ffb 100644 --- a/source/_integrations/fritz.markdown +++ b/source/_integrations/fritz.markdown @@ -17,6 +17,7 @@ ha_platforms: - binary_sensor - device_tracker - sensor + - switch ha_ssdp: true --- @@ -27,6 +28,7 @@ There is support for the following platform types within Home Assistant: - **Device tracker** - presence detection by looking at connected devices. - **Binary sensor** - connectivity status. - **Sensor** - external IP address and uptime. +- **Switch** - call deflection, port forward, device profile and Wi-Fi networks. {% include integrations/config_flow.md %}