mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 20:57:21 +00:00
Remove unused translation strings in pyLoad integration (#120476)
This commit is contained in:
parent
cc6aac5e75
commit
f23020919f
@ -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."
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user