--- name: "Freqtrade NFI Bot Add-on" version: "1.0.0" slug: "afreqtrade_nfi_bot" description: "Home Assistant add-on that runs Freqtrade NFI Bot" url: https://mezgit.duckdns.org/mezned/HAddons/freqtrade-NFIx5 init: false arch: - aarch64 - amd64 - armv7 hassio_api: true homeassistant_api: true auth_api: true docker_api: true host_network: true host_pid: true map: - share:rw ports: 8989/tcp: 8989 options: bot_name: "fqm_bot_nfix5" max_open_trade: "4" trading_mode: "spot" exchange_name: "binance" exchange_key: "" exchange_token: "" telegram_enabled: "true" telegram_token: "" telegram_chat_id: "" api_server_enabled: "true" api_server_port: "8989" api_server_username: "" api_server_password: "" api_server_jwt_secret_key: "" api_server_ws_token: "" timezone: "Europe/Paris" dry_run: "true" strategy: "NostalgiaForInfinityX5" log_level: "info" schema: bot_name: str max_open_trade: str trading_mode: str exchange_name: str exchange_key: str exchange_token: str telegram_enabled: str telegram_token: str telegram_chat_id: str api_server_enabled: str api_server_port: str api_server_username: str api_server_password: str api_server_jwt_secret_key: str api_server_ws_token: str timezone: str dry_run: str strategy: str log_level: list(trace|debug|info|notice|warning|error|fatal)?