mirror of
https://github.com/elisspace/core.git
synced 2026-09-24 11:36:53 +00:00
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io> Co-authored-by: Franck Nijhof <frenck@frenck.nl> Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
25 lines
607 B
JSON
25 lines
607 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::single_instance_allowed%]"
|
|
},
|
|
"error": {},
|
|
"step": {
|
|
"user": {
|
|
"data": {},
|
|
"description": "[%key:common::config_flow::description::confirm_setup%]"
|
|
}
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"scan_interval": "Update interval",
|
|
"tracked_asset_pairs": "Tracked Asset Pairs"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|