mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-11 00:54:28 +05:00
50 lines
2.1 KiB
JSON
50 lines
2.1 KiB
JSON
{
|
|
"title": "mega",
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"id": "[%key:common::config_flow::data::password%]",
|
|
"mqtt_id": "[%key:common::config_flow::data::mqtt_id%]",
|
|
"scan_interval": "[%key:common::config_flow::data::mqtt_id%]",
|
|
"port_to_scan": "[%key:common::config_flow::data::port_to_scan%]",
|
|
"invert": "[%key:common::config_flow::data::invert%]",
|
|
"mqtt_inputs": "[%key:common::config_flow::data::mqtt_inputs%]",
|
|
"nports": "[%key:common::config_flow::data::nports%]",
|
|
"update_all": "[%key:common::config_flow::data::update_all%]",
|
|
"fake_response": "[%key:common::config_flow::data::fake_response%]",
|
|
"force_d": "[%key:common::config_flow::data::force_d%]",
|
|
"poll_outs": "[%key:common::config_flow::data::poll_outs%]"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]",
|
|
"duplicate_id": "[%key:common::config_flow::error::duplicate_id%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"scan_interval": "[%key:common::config_flow::data::scan_interval%]",
|
|
"port_to_scan": "[%key:common::config_flow::data::port_to_scan%]",
|
|
"reload": "[%key:common::config_flow::data::reload%]",
|
|
"invert": "[%key:common::config_flow::data::invert%]",
|
|
"mqtt_inputs": "[%key:common::config_flow::data::mqtt_inputs%]",
|
|
"nports": "[%key:common::config_flow::data::nports%]",
|
|
"update_all": "[%key:common::config_flow::data::update_all%]",
|
|
"poll_outs": "[%key:common::config_flow::data::poll_outs%]"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |