2018-08-17 19:28:29 +00:00
|
|
|
{
|
2020-04-05 15:27:16 +00:00
|
|
|
"config": {
|
2021-05-11 05:14:33 +00:00
|
|
|
"flow_title": "{name}",
|
2020-04-05 15:27:16 +00:00
|
|
|
"step": {
|
2020-05-03 01:03:54 +00:00
|
|
|
"ssdp_confirm": {
|
|
|
|
"description": "Do you want to set up this UPnP/IGD device?"
|
2020-04-05 15:27:16 +00:00
|
|
|
},
|
|
|
|
"user": {
|
|
|
|
"data": {
|
2023-07-13 15:52:50 +00:00
|
|
|
"unique_id": "[%key:common::config_flow::data::device%]"
|
2019-08-12 03:40:18 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"abort": {
|
2020-10-06 17:54:20 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
|
|
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
|
2020-05-14 20:58:41 +00:00
|
|
|
"incomplete_discovery": "Incomplete discovery"
|
2018-08-17 19:28:29 +00:00
|
|
|
}
|
2021-05-17 12:07:01 +00:00
|
|
|
},
|
|
|
|
"options": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"data": {
|
|
|
|
"scan_interval": "Update interval (seconds, minimal 30)"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-07-23 18:21:57 +00:00
|
|
|
},
|
|
|
|
"entity": {
|
|
|
|
"binary_sensor": {
|
|
|
|
"wan_status": {
|
|
|
|
"name": "[%key:component::upnp::entity::sensor::wan_status::name%]"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"sensor": {
|
|
|
|
"data_received": {
|
|
|
|
"name": "Data received"
|
|
|
|
},
|
|
|
|
"data_sent": {
|
|
|
|
"name": "Data sent"
|
|
|
|
},
|
|
|
|
"packets_received": {
|
|
|
|
"name": "Packets received"
|
|
|
|
},
|
|
|
|
"packets_sent": {
|
|
|
|
"name": "Packets sent"
|
|
|
|
},
|
|
|
|
"external_ip": {
|
|
|
|
"name": "External IP"
|
|
|
|
},
|
|
|
|
"uptime": {
|
|
|
|
"name": "Uptime"
|
|
|
|
},
|
|
|
|
"packet_download_speed": {
|
|
|
|
"name": "Packet download speed"
|
|
|
|
},
|
|
|
|
"packet_upload_speed": {
|
|
|
|
"name": "Packet upload speed"
|
|
|
|
},
|
|
|
|
"download_speed": {
|
|
|
|
"name": "Download speed"
|
|
|
|
},
|
|
|
|
"upload_speed": {
|
|
|
|
"name": "Upload speed"
|
|
|
|
},
|
|
|
|
"wan_status": {
|
|
|
|
"name": "WAN status"
|
|
|
|
}
|
|
|
|
}
|
2022-03-30 08:35:30 +00:00
|
|
|
}
|
2020-04-05 15:27:16 +00:00
|
|
|
}
|