{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]" }, "error": { "connection_failed": "Connection failed. Please check that the host and port is correct." }, "step": { "user": { "data": { "host": "[%key:common::config_flow::data::host%]", "port": "[%key:common::config_flow::data::port%]" }, "data_description": { "port": "Usually 7000 or 8000" } } } }, "entity": { "climate": { "thermostat": { "name": "Thermostat" } }, "humidifier": { "dehumidifier": { "name": "[%key:component::humidifier::entity_component::dehumidifier::name%]" }, "humidifier": { "name": "[%key:component::humidifier::title%]" } }, "select": { "air_cleaning_event": { "name": "Air cleaning event", "state": { "allergies": "Allergies (24 hour)", "event_clean": "Event clean (3 hour)", "off": "[%key:common::state::off%]" } }, "air_cleaning_mode": { "name": "Air cleaning mode", "state": { "automatic": "Automatic", "constant_clean": "Constant clean", "off": "[%key:common::state::off%]" } }, "fresh_air_event": { "name": "Fresh air event", "state": { "3hour": "3 hour event", "24hour": "24 hour event", "off": "[%key:common::state::off%]" } }, "fresh_air_mode": { "name": "Fresh air mode", "state": { "automatic": "[%key:component::aprilaire::entity::select::air_cleaning_mode::state::automatic%]", "off": "[%key:common::state::off%]" } } }, "sensor": { "air_cleaning_status": { "name": "Air cleaning status", "state": { "idle": "[%key:common::state::idle%]", "off": "[%key:common::state::off%]", "on": "[%key:common::state::on%]" } }, "dehumidification_status": { "name": "Dehumidification status", "state": { "idle": "[%key:common::state::idle%]", "off": "[%key:common::state::off%]", "on": "[%key:common::state::on%]" } }, "fan_status": { "name": "Fan status", "state": { "off": "[%key:common::state::off%]", "on": "[%key:common::state::on%]" } }, "humidification_status": { "name": "Humidification status", "state": { "idle": "[%key:common::state::idle%]", "off": "[%key:common::state::off%]", "on": "[%key:common::state::on%]" } }, "indoor_humidity_controlling_sensor": { "name": "Indoor humidity controlling sensor" }, "indoor_temperature_controlling_sensor": { "name": "Indoor temperature controlling sensor" }, "outdoor_humidity_controlling_sensor": { "name": "Outdoor humidity controlling sensor" }, "outdoor_temperature_controlling_sensor": { "name": "Outdoor temperature controlling sensor" }, "ventilation_status": { "name": "Ventilation status", "state": { "idle": "[%key:common::state::idle%]", "off": "[%key:common::state::off%]", "on": "[%key:common::state::on%]" } } } } }