{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_account%]", "single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]" }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "invalid_auth": "Invalid or expired API key; generate a new one", "no_devices": "No devices found; make sure devices are set up in the Cielo Home app", "no_user_id": "No valid user information found for the API key", "unknown": "[%key:common::config_flow::error::unknown%]" }, "step": { "user": { "data": { "api_key": "[%key:common::config_flow::data::api_key%]" }, "data_description": { "api_key": "The API key from your Cielo Home account" }, "description": "Sign in with your Cielo Home API key. Follow the [documentation]({url}) to learn how to get your API key.", "title": "Connect to Cielo Home" } } }, "entity": { "climate": { "climate_device": { "state_attributes": { "fan_mode": { "state": { "auto": "[%key:common::state::auto%]", "high": "[%key:common::state::high%]", "low": "[%key:common::state::low%]", "medium": "[%key:common::state::medium%]", "quiet": "Quiet", "super_high": "Super high", "ultra_high": "Ultra high" } }, "swing_mode": { "state": { "adjust": "Adjust", "auto": "[%key:common::state::auto%]", "auto_stop": "Auto Stop", "pos1": "Position 1", "pos10": "Position 10", "pos11": "Position 11", "pos12": "Position 12", "pos13": "Position 13", "pos14": "Position 14", "pos15": "Position 15", "pos2": "Position 2", "pos3": "Position 3", "pos4": "Position 4", "pos5": "Position 5", "pos6": "Position 6", "pos7": "Position 7", "pos8": "Position 8", "pos9": "Position 9", "swing": "Swing" } } } } } } }