mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 06:16:50 +00:00
Allow wifi switches on mesh repeaters in AVM Fritz!Box Tools (#36896)
* add notes about wifi switches * rewrite to reflect that the mesh backend type is considered * Update fritz.markdown
This commit is contained in:
parent
c3f7e4685c
commit
10e559255a
@ -26,6 +26,9 @@ ha_platforms:
|
||||
- update
|
||||
ha_ssdp: true
|
||||
ha_integration_type: integration
|
||||
related:
|
||||
- docs: /common-tasks/general/#enabling-or-disabling-entities
|
||||
title: Enabling or disabling entities
|
||||
---
|
||||
|
||||
The AVM FRITZ!Box Tools integration allows you to control your [AVM FRITZ!Box](https://en.avm.de/products/fritzbox/) router and have presence detection for connected network devices.
|
||||
@ -99,6 +102,14 @@ Due to security reasons, AVM implemented the ability to enable/disable a port fo
|
||||
|
||||
**Note 2**: Only works if you have a dedicated IPv4 address (_it won't work with DS-Lite_)
|
||||
|
||||
### WiFi switches
|
||||
|
||||
WiFi {% term switches %} are created for each SSID the FRITZ!Box is serving. With these switches, one can activate and deactivate each single SSID.
|
||||
|
||||
**Note 1**: In a mesh setup, the WiFi settings are adopted by each mesh repeater (_**Home Network > Mesh > Mesh Settings > Automatically Adopting Settings from the Mesh**_)
|
||||
|
||||
**Note 2**: For mesh repeaters, these switches are disabled by default, but can be enabled. When your mesh is based on a WiFi connection between the mesh master and the mesh repeater, the WiFi switches won't be created for the mesh repeater either.
|
||||
|
||||
## Example Automations and Scripts
|
||||
|
||||
### Script: Reconnect / get new IP
|
||||
|
Loading…
x
Reference in New Issue
Block a user