mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 18:06:54 +00:00
Clean up yaml config for all fritz integrations (#14481)
This commit is contained in:
parent
03c3242533
commit
54e9eafbe9
@ -25,10 +25,12 @@ host:
|
|||||||
description: The IP address of your router, e.g., `192.168.1.1`. It is optional since every FRITZ!Box is also reachable by using the IP address 169.254.1.1.
|
description: The IP address of your router, e.g., `192.168.1.1`. It is optional since every FRITZ!Box is also reachable by using the IP address 169.254.1.1.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
default: 169.254.1.1
|
||||||
username:
|
username:
|
||||||
description: The username of an user with administrative privileges, usually `admin`.
|
description: The username of an user with administrative privileges, usually `admin`.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
default: admin
|
||||||
password:
|
password:
|
||||||
description: The password for your given admin account.
|
description: The password for your given admin account.
|
||||||
required: false
|
required: false
|
||||||
|
@ -44,6 +44,7 @@ port:
|
|||||||
username:
|
username:
|
||||||
description: FRITZ!Box user's user name. This is required to use the phone book lookup feature. The user needs to have the "voice message, fax message, Fritz!App Fon and call list" permission.
|
description: FRITZ!Box user's user name. This is required to use the phone book lookup feature. The user needs to have the "voice message, fax message, Fritz!App Fon and call list" permission.
|
||||||
required: false
|
required: false
|
||||||
|
default: admin
|
||||||
type: string
|
type: string
|
||||||
password:
|
password:
|
||||||
description: FRITZ!Box user's user password. This is required to use the phone book lookup feature.
|
description: FRITZ!Box user's user password. This is required to use the phone book lookup feature.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user