Add missing translation string in axis (#127822)

This commit is contained in:
epenet 2024-10-07 16:12:09 +02:00 committed by GitHub
parent ffbb894dd6
commit 75936fcb9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,8 @@
"host": "[%key:common::config_flow::data::host%]",
"username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]",
"port": "[%key:common::config_flow::data::port%]"
"port": "[%key:common::config_flow::data::port%]",
"protocol": "Protocol"
},
"data_description": {
"host": "The hostname or IP address of the Axis device.",