mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
Make the network device tracking feature optional in AVM Fritz!Tools (#38863)
This commit is contained in:
parent
d6e43b0279
commit
acd2d91741
@ -61,15 +61,17 @@ If you still want to use the predefined user, please note that as of FRITZ!OS 7.
|
|||||||
|
|
||||||
{% configuration_basic %}
|
{% configuration_basic %}
|
||||||
Host:
|
Host:
|
||||||
description: "The hostname or IP address of your FRITZ!Box router."
|
description: The hostname or IP address of your FRITZ!Box router.
|
||||||
Port:
|
Port:
|
||||||
description: "The port used to connect to your FRITZ!Box router. Leave it empty to use the default port."
|
description: The port used to connect to your FRITZ!Box router. Leave it empty to use the default port.
|
||||||
Username:
|
Username:
|
||||||
description: "Name of the user to connect Home Assistant to your FRITZ!Box (_see [username](#username)_)"
|
description: Name of the user to connect Home Assistant to your FRITZ!Box (_see [username](#username)_)
|
||||||
Password:
|
Password:
|
||||||
description: "Password for the user to connect Home Assistant to your FRITZ!Box (_see [username](#username)_)"
|
description: Password for the user to connect Home Assistant to your FRITZ!Box (_see [username](#username)_)
|
||||||
Uses an SSL certificate:
|
Uses an SSL certificate:
|
||||||
description: "Whether to use SSL encryption for connecting to your FRITZ!Box router."
|
description: Whether to use SSL encryption for connecting to your FRITZ!Box router.
|
||||||
|
Enable network device tracking:
|
||||||
|
description: Whether to enable or disable the network device tracking feature. When disabled, all network device related entities (_Parental control switches, Device tracker and WoL buttons_) will also be removed or not created.
|
||||||
{% endconfiguration_basic %}
|
{% endconfiguration_basic %}
|
||||||
|
|
||||||
{% include integrations/option_flow.md %}
|
{% include integrations/option_flow.md %}
|
||||||
@ -79,6 +81,8 @@ Consider home:
|
|||||||
description: Number of seconds that must elapse before considering a disconnected device "not at home".
|
description: Number of seconds that must elapse before considering a disconnected device "not at home".
|
||||||
Enable old discovery method:
|
Enable old discovery method:
|
||||||
description: Required in scenarios such as networks without mesh support (_FritzOS <= 6.x_) or mixed brands network devices or LAN switches.
|
description: Required in scenarios such as networks without mesh support (_FritzOS <= 6.x_) or mixed brands network devices or LAN switches.
|
||||||
|
Enable network device tracking:
|
||||||
|
description: Whether to enable or disable the network device tracking feature. When disabled, all network device related entities (_Parental control switches, Device tracker and WoL buttons_) will also be removed or not created.
|
||||||
{% endconfiguration_basic %}
|
{% endconfiguration_basic %}
|
||||||
|
|
||||||
## Data updates
|
## Data updates
|
||||||
|
Loading…
x
Reference in New Issue
Block a user