Add missing period in "H.264" standard name in onvif (#152132)

This commit is contained in:
Norbert Rittel
2025-09-11 21:12:02 +02:00
committed by GitHub
parent 27c0df3da8
commit 66d1cf8af7

View File

@@ -4,7 +4,7 @@
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
"no_h264": "There were no H264 streams available. Check the profile configuration on your device.",
"no_h264": "There were no H.264 streams available. Check the profile configuration on your device.",
"no_mac": "Could not configure unique ID for ONVIF device.",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
},
@@ -43,7 +43,7 @@
},
"configure_profile": {
"description": "Create camera entity for {profile} at {resolution} resolution?",
"title": "Configure Profiles",
"title": "Configure profiles",
"data": {
"include": "Create camera entity"
}