mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Fix uppercase / lowercase setup strings in Generic Camera (#137219)
This commit is contained in:
parent
cce6c735ad
commit
c2f94542aa
@ -28,14 +28,14 @@
|
|||||||
"user": {
|
"user": {
|
||||||
"description": "Enter the settings to connect to the camera.",
|
"description": "Enter the settings to connect to the camera.",
|
||||||
"data": {
|
"data": {
|
||||||
"still_image_url": "Still Image URL (e.g. http://...)",
|
"still_image_url": "Still image URL (e.g. http://...)",
|
||||||
"stream_source": "Stream Source URL (e.g. rtsp://...)",
|
"stream_source": "Stream source URL (e.g. rtsp://...)",
|
||||||
"rtsp_transport": "RTSP transport protocol",
|
"rtsp_transport": "RTSP transport protocol",
|
||||||
"authentication": "Authentication",
|
"authentication": "Authentication",
|
||||||
"limit_refetch_to_url_change": "Limit refetch to url change",
|
"limit_refetch_to_url_change": "Limit refetch to URL change",
|
||||||
"password": "[%key:common::config_flow::data::password%]",
|
"password": "[%key:common::config_flow::data::password%]",
|
||||||
"username": "[%key:common::config_flow::data::username%]",
|
"username": "[%key:common::config_flow::data::username%]",
|
||||||
"framerate": "Frame Rate (Hz)",
|
"framerate": "Frame rate (Hz)",
|
||||||
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user