{ "config": { "step": { "user": { "data": { "url": "[%key:common::config_flow::data::url%]", "api_key": "[%key:common::config_flow::data::api_key%]" }, "data_description": { "url": "Server url starting with the protocol (http or https)", "api_key": "Your 32 bits api key" } }, "choose_feeds": { "data": { "include_only_feed_id": "Choose feeds to include" } } } }, "options": { "step": { "init": { "data": { "include_only_feed_id": "[%key:component::emoncms::config::step::choose_feeds::data::include_only_feed_id%]" } } } }, "issues": { "remove_value_template": { "title": "The {domain} integration cannot start", "description": "Configuring {domain} using YAML is being removed and the `{parameter}` parameter cannot be imported.\n\nPlease remove `{parameter}` from your `{domain}` yaml configuration and restart Home Assistant\n\nAlternatively, you may entirely remove the `{domain}` configuration from your configuration.yaml, restart Home Assistant, and add the {domain} integration manually." }, "missing_include_only_feed_id": { "title": "No feed synchronized with the {domain} sensor", "description": "Configuring {domain} using YAML is being removed.\n\nPlease add manually the feeds you want to synchronize with the `configure` button of the integration." } } }