Clean up yaml config for all fritz integrations (#14481)

This commit is contained in:
springstan 2020-11-10 10:09:21 +01:00 committed by GitHub
parent 03c3242533
commit 54e9eafbe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -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.
required: false
type: string
default: 169.254.1.1
username:
description: The username of an user with administrative privileges, usually `admin`.
required: false
type: string
default: admin
password:
description: The password for your given admin account.
required: false

View File

@ -44,6 +44,7 @@ port:
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.
required: false
default: admin
type: string
password:
description: FRITZ!Box user's user password. This is required to use the phone book lookup feature.