{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]", "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]", "unique_id_mismatch": "The identifier does not match the previous identifier" }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "unknown": "[%key:common::config_flow::error::unknown%]" }, "step": { "discovery_confirm": { "description": "[%key:common::config_flow::description::confirm_setup%]" }, "reconfigure": { "data": { "host": "[%key:common::config_flow::data::host%]" }, "data_description": { "host": "[%key:component::eheimdigital::config::step::user::data_description::host%]" } }, "user": { "data": { "host": "[%key:common::config_flow::data::host%]" }, "data_description": { "host": "The host or IP address of your main device. Only needed to change if 'eheimdigital' doesn't work." } } } }, "entity": { "climate": { "heater": { "state_attributes": { "preset_mode": { "state": { "bio_mode": "Bio mode", "smart_mode": "Smart mode" } } } } }, "light": { "channel": { "name": "Channel {channel_id}", "state_attributes": { "effect": { "state": { "daycl_mode": "Daycycle mode" } } } } }, "number": { "day_speed": { "name": "Day speed" }, "high_pulse_time": { "name": "High pulse duration" }, "low_pulse_time": { "name": "Low pulse duration" }, "manual_speed": { "name": "Manual speed" }, "night_speed": { "name": "Night speed" }, "night_temperature_offset": { "name": "Night temperature offset" }, "system_led": { "name": "System LED brightness" }, "temperature_offset": { "name": "Temperature offset" } }, "select": { "const_flow_speed": { "name": "Constant flow speed" }, "day_speed": { "name": "Day speed" }, "filter_mode": { "name": "Filter mode", "state": { "bio": "Bio", "constant_flow": "Constant flow", "manual": "Manual", "pulse": "Pulse" } }, "high_pulse_speed": { "name": "High pulse speed" }, "low_pulse_speed": { "name": "Low pulse speed" }, "manual_speed": { "name": "Manual speed" }, "night_speed": { "name": "Night speed" } }, "sensor": { "current_speed": { "name": "Current speed" }, "error_code": { "name": "Error code", "state": { "air_in_filter": "Air in filter", "no_error": "No error", "rotor_stuck": "Rotor stuck" } }, "operating_time": { "name": "Operating time" }, "service_hours": { "name": "Remaining hours until service" }, "turn_feeding_time": { "name": "Remaining off time after feeding" }, "turn_off_time": { "name": "Remaining off time" } }, "time": { "day_start_time": { "name": "Day start time" }, "night_start_time": { "name": "Night start time" } } }, "exceptions": { "communication_error": { "message": "An error occurred while communicating with the EHEIM Digital hub: {error}" } } }