{ "config": { "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]" }, "error": { "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "unknown": "[%key:common::config_flow::error::unknown%]" }, "step": { "user": { "data": { "device_id": "[%key:common::config_flow::data::device%]", "ip_address": "[%key:common::config_flow::data::ip%]" }, "data_description": { "device_id": "The device ID of the Flexit Nordic device", "ip_address": "The IP address of the Flexit Nordic device" } } } }, "entity": { "binary_sensor": { "air_filter_polluted": { "name": "Air filter polluted" } }, "climate": { "flexit_bacnet": { "state_attributes": { "preset_mode": { "state": { "fireplace": "Fireplace", "high": "[%key:common::state::high%]" } } } } }, "number": { "away_extract_fan_setpoint": { "name": "Away extract fan setpoint" }, "away_supply_fan_setpoint": { "name": "Away supply fan setpoint" }, "cooker_hood_extract_fan_setpoint": { "name": "Cooker hood extract fan setpoint" }, "cooker_hood_supply_fan_setpoint": { "name": "Cooker hood supply fan setpoint" }, "fireplace_extract_fan_setpoint": { "name": "Fireplace extract fan setpoint" }, "fireplace_mode_runtime": { "name": "Fireplace mode runtime" }, "fireplace_supply_fan_setpoint": { "name": "Fireplace supply fan setpoint" }, "high_extract_fan_setpoint": { "name": "High extract fan setpoint" }, "high_supply_fan_setpoint": { "name": "High supply fan setpoint" }, "home_extract_fan_setpoint": { "name": "Home extract fan setpoint" }, "home_supply_fan_setpoint": { "name": "Home supply fan setpoint" } }, "sensor": { "air_filter_operating_time": { "name": "Air filter operating time" }, "electric_heater_power": { "name": "Electric heater power" }, "exhaust_air_fan_control_signal": { "name": "Exhaust air fan control signal" }, "exhaust_air_fan_rpm": { "name": "Exhaust air fan" }, "exhaust_air_temperature": { "name": "Exhaust air temperature" }, "extract_air_temperature": { "name": "Extract air temperature" }, "fireplace_ventilation_remaining_duration": { "name": "Fireplace ventilation remaining duration" }, "heat_exchanger_efficiency": { "name": "Heat exchanger efficiency" }, "heat_exchanger_speed": { "name": "Heat exchanger speed" }, "outside_air_temperature": { "name": "Outside air temperature" }, "rapid_ventilation_remaining_duration": { "name": "Rapid ventilation remaining duration" }, "room_temperature": { "name": "Room temperature" }, "supply_air_fan_control_signal": { "name": "Supply air fan control signal" }, "supply_air_fan_rpm": { "name": "Supply air fan" }, "supply_air_temperature": { "name": "Supply air temperature" } }, "switch": { "cooker_hood_mode": { "name": "Cooker hood mode" }, "electric_heater": { "name": "Electric heater" }, "fireplace_mode": { "name": "Fireplace mode" } } }, "exceptions": { "not_ready": { "message": "Timeout while connecting to {ip}." }, "set_hvac_mode": { "message": "Failed to set HVAC mode {mode}." }, "set_preset_mode": { "message": "Failed to set preset mode {preset}." }, "set_temperature": { "message": "Failed to set temperature {temperature}." }, "set_value_error": { "message": "Failed setting the value {value}." }, "switch_turn": { "message": "Failed to turn the switch {state}." } }, "issues": { "deprecated_fireplace_switch": { "description": "The fireplace mode switch entity `{entity_id}` is deprecated and will be removed in a future version.\n\nFireplace mode has been moved to a climate preset on the climate entity to better match the device interface.\n\nPlease update your automations to use the `climate.set_preset_mode` action with preset mode `fireplace` instead of using the switch entity.\n\nAfter updating your automations, you can safely disable this switch entity.", "title": "Fireplace mode switch is deprecated" } } }