1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00

Add data descriptions to Reolink (#105298)

This commit is contained in:
starkillerOG 2023-12-09 13:06:18 +01:00 committed by GitHub
parent b5785003a3
commit 25586f9efd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,11 @@
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"host": "The hostname or IP address of your Reolink device. For example: '192.168.1.25'."
"host": "The hostname or IP address of your Reolink device. For example: '192.168.1.25'.",
"port": "The port to connect to the Reolink device. For HTTP normally: '80', for HTTPS normally '443'.",
"use_https": "Use a HTTPS (SSL) connection to the Reolink device.",
"username": "Username to login to the Reolink device itself. Not the Reolink cloud account.",
"password": "Password to login to the Reolink device itself. Not the Reolink cloud account."
}
},
"reauth_confirm": {
@ -38,6 +42,9 @@
"init": {
"data": {
"protocol": "Protocol"
},
"data_description": {
"protocol": "Streaming protocol to use for the camera entities. RTSP supports 4K streams (h265 encoding) while RTMP and FLV do not. FLV is the least demanding on the camera."
}
}
}