mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-11 00:54:28 +05:00
40 lines
1.4 KiB
JSON
40 lines
1.4 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%]"
|
|
}
|
|
}
|
|
},
|
|
"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%]"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |