Fix typos in file name (#5330)
This commit is contained in:
parent
e1ccd79776
commit
243d1587e8
37 changed files with 172 additions and 82 deletions
|
@ -35,11 +35,21 @@ switch:
|
|||
password: YOUR_PASSWORD
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **username** (*Required*): The username for your Fritz!Box.
|
||||
- **password** (*Required*): The password for your Fritz!Box.
|
||||
- **host** (*Optional*): The IP address/hostname of your Fritz!Box. Defaults to `fritz.box`.
|
||||
{% configuration %}
|
||||
username:
|
||||
description: The username for your Fritz!Box.
|
||||
required: true
|
||||
type: string
|
||||
password:
|
||||
description: The password for your Fritz!Box.
|
||||
required: true
|
||||
type: string
|
||||
host:
|
||||
description: The IP address/hostname of your Fritz!Box.
|
||||
required: false
|
||||
type: string
|
||||
default: fritz.box
|
||||
{% endconfiguration %}
|
||||
|
||||
It is recommended to create a dedicated user for Home Assistant and only allow access to "Smart Home".
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue