mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Fix strings for UPNP (#50762)
This commit is contained in:
parent
eccefd154a
commit
9e86602950
@ -2,15 +2,12 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"flow_title": "{name}",
|
"flow_title": "{name}",
|
||||||
"step": {
|
"step": {
|
||||||
"init": {
|
|
||||||
},
|
|
||||||
"ssdp_confirm": {
|
"ssdp_confirm": {
|
||||||
"description": "Do you want to set up this UPnP/IGD device?"
|
"description": "Do you want to set up this UPnP/IGD device?"
|
||||||
},
|
},
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"usn": "Device",
|
"unique_id": "Device"
|
||||||
"scan_interval": "Update interval (seconds, minimal 30)"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -19,5 +16,14 @@
|
|||||||
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
|
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
|
||||||
"incomplete_discovery": "Incomplete discovery"
|
"incomplete_discovery": "Incomplete discovery"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"options": {
|
||||||
|
"step": {
|
||||||
|
"init": {
|
||||||
|
"data": {
|
||||||
|
"scan_interval": "Update interval (seconds, minimal 30)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@ -12,8 +12,16 @@
|
|||||||
},
|
},
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"scan_interval": "Update interval (seconds, minimal 30)",
|
"unique_id": "Device"
|
||||||
"usn": "Device"
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"options": {
|
||||||
|
"step": {
|
||||||
|
"init": {
|
||||||
|
"data": {
|
||||||
|
"scan_interval": "Update interval (seconds, minimal 30)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user