Add installation parameters to Vodafone Station

This commit is contained in:
Simone Chemelli 2025-03-13 15:35:25 +00:00
parent b1ba3444b2
commit 4d593a17e3

View File

@ -34,6 +34,21 @@ There is support for the following platform types within Home Assistant:
{% include integrations/config_flow.md %} {% include integrations/config_flow.md %}
{% configuration %}
host:
required: true
description: The IP address of the Vodafone Station router.
type: string
username:
required: true
description: The username of the Vodafone Station router.
type: string
password:
required: true
description: The password of the Vodafone Station router.
type: string
{% endconfiguration %}
## Integration options ## Integration options
It is possible to change some behaviors through the {% term integration %} options. It is possible to change some behaviors through the {% term integration %} options.