{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "missing_homeassistant_url": "Failed to determine Home Assistant URL. Please make sure you have an internal URL set." }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "unknown": "[%key:common::config_flow::error::unknown%]" }, "flow_title": "{name}", "step": { "discovery_confirm": { "description": "Do you want to set up {name}?" }, "user": { "data": { "host": "[%key:common::config_flow::data::host%]" }, "data_description": { "host": "The hostname or IP address of the WiiM device." } } } }, "exceptions": { "invalid_grouping_entity": { "message": "Entity with ID {entity_id} can't be added to the WiiM multiroom. Is the entity a WiiM media player?" }, "missing_homeassistant_url": { "message": "Failed to determine Home Assistant URL" } } }