Add switch platform info to Fritz (#18131)

This commit is contained in:
Simone Chemelli 2021-06-29 19:04:31 +02:00 committed by GitHub
parent f88a51495e
commit a7687d31d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -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 %}