Remove unused translation strings in pyLoad integration (#120476)

This commit is contained in:
Mr. Bubbles 2024-06-26 08:51:12 +02:00 committed by GitHub
parent cc6aac5e75
commit f23020919f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,6 @@
"step": { "step": {
"user": { "user": {
"data": { "data": {
"name": "[%key:common::config_flow::data::name%]",
"host": "[%key:common::config_flow::data::host%]", "host": "[%key:common::config_flow::data::host%]",
"username": "[%key:common::config_flow::data::username%]", "username": "[%key:common::config_flow::data::username%]",
"password": "[%key:common::config_flow::data::password%]", "password": "[%key:common::config_flow::data::password%]",
@ -12,7 +11,6 @@
"port": "[%key:common::config_flow::data::port%]" "port": "[%key:common::config_flow::data::port%]"
}, },
"data_description": { "data_description": {
"name": "The name to use for your pyLoad instance in Home Assistant",
"host": "The hostname or IP address of the device running your pyLoad instance.", "host": "The hostname or IP address of the device running your pyLoad instance.",
"port": "pyLoad uses port 8000 by default." "port": "pyLoad uses port 8000 by default."
} }