mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
554 lines
16 KiB
JSON
554 lines
16 KiB
JSON
{
|
|
"config": {
|
|
"flow_title": "{name}",
|
|
"step": {
|
|
"manual": {
|
|
"data": {
|
|
"url": "[%key:common::config_flow::data::url%]"
|
|
}
|
|
},
|
|
"on_supervisor": {
|
|
"title": "Select connection method",
|
|
"description": "Do you want to use the official Matter Server Supervisor add-on?\n\nIf you are already running the Matter Server in another add-on, in a custom container, natively etc., then do not select this option.",
|
|
"data": {
|
|
"use_addon": "Use the official Matter Server Supervisor add-on"
|
|
}
|
|
},
|
|
"install_addon": {
|
|
"title": "The add-on installation has started"
|
|
},
|
|
"start_addon": {
|
|
"title": "Starting add-on."
|
|
},
|
|
"hassio_confirm": {
|
|
"title": "Set up the Matter integration with the Matter Server add-on"
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_server_version": "The Matter server is not the correct version",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"abort": {
|
|
"addon_get_discovery_info_failed": "Failed to get Matter Server add-on discovery info.",
|
|
"addon_info_failed": "Failed to get Matter Server add-on info.",
|
|
"addon_install_failed": "Failed to install the Matter Server add-on.",
|
|
"addon_start_failed": "Failed to start the Matter Server add-on.",
|
|
"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%]",
|
|
"not_matter_addon": "Discovered add-on is not the official Matter Server add-on.",
|
|
"reconfiguration_successful": "Successfully reconfigured the Matter integration."
|
|
},
|
|
"progress": {
|
|
"install_addon": "Please wait while the Matter Server add-on installation finishes. This can take several minutes.",
|
|
"start_addon": "Please wait while the Matter Server add-on starts. This add-on is what powers Matter in Home Assistant. This may take some seconds."
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"battery_alert": {
|
|
"name": "Battery alert"
|
|
},
|
|
"end_of_service": {
|
|
"name": "End of service"
|
|
},
|
|
"hardware_fault": {
|
|
"name": "Hardware fault"
|
|
},
|
|
"interconnected_smoke_alarm": {
|
|
"name": "Interconnected smoke alarm"
|
|
},
|
|
"interconnected_co_alarm": {
|
|
"name": "Interconnected CO alarm"
|
|
},
|
|
"test_in_progress": {
|
|
"name": "Test in progress"
|
|
},
|
|
"water_leak": {
|
|
"name": "Water leak"
|
|
},
|
|
"water_freeze": {
|
|
"name": "Water freeze"
|
|
},
|
|
"rain": {
|
|
"name": "Rain"
|
|
},
|
|
"muted": {
|
|
"name": "Muted"
|
|
},
|
|
"evse_charging_status": {
|
|
"name": "Charging status"
|
|
},
|
|
"evse_plug": {
|
|
"name": "Plug state"
|
|
},
|
|
"evse_supply_state": {
|
|
"name": "Charger supply state"
|
|
},
|
|
"boost_state": {
|
|
"name": "Boost state"
|
|
},
|
|
"dishwasher_alarm_inflow": {
|
|
"name": "Inflow alarm"
|
|
},
|
|
"alarm_door": {
|
|
"name": "Door alarm"
|
|
},
|
|
"valve_fault_blocked": {
|
|
"name": "Valve blocked"
|
|
},
|
|
"valve_fault_general_fault": {
|
|
"name": "General fault"
|
|
},
|
|
"valve_fault_leaking": {
|
|
"name": "Valve leaking"
|
|
}
|
|
},
|
|
"button": {
|
|
"pause": {
|
|
"name": "[%key:common::action::pause%]"
|
|
},
|
|
"resume": {
|
|
"name": "Resume"
|
|
},
|
|
"start": {
|
|
"name": "[%key:common::action::start%]"
|
|
},
|
|
"stop": {
|
|
"name": "[%key:common::action::stop%]"
|
|
},
|
|
"reset_filter_condition": {
|
|
"name": "Reset filter condition"
|
|
},
|
|
"self_test_request": {
|
|
"name": "Self-test"
|
|
}
|
|
},
|
|
"climate": {
|
|
"thermostat": {
|
|
"name": "Thermostat"
|
|
}
|
|
},
|
|
"cover": {
|
|
"cover": {
|
|
"name": "[%key:component::cover::title%]"
|
|
}
|
|
},
|
|
"event": {
|
|
"button": {
|
|
"name": "Button",
|
|
"state_attributes": {
|
|
"event_type": {
|
|
"state": {
|
|
"switch_latched": "Switch latched",
|
|
"initial_press": "Pressed",
|
|
"long_press": "Held down",
|
|
"short_release": "Released after being pressed",
|
|
"long_release": "Released after being held down",
|
|
"multi_press_1": "Pressed once",
|
|
"multi_press_2": "Pressed twice",
|
|
"multi_press_3": "Pressed 3 times",
|
|
"multi_press_4": "Pressed 4 times",
|
|
"multi_press_5": "Pressed 5 times",
|
|
"multi_press_6": "Pressed 6 times",
|
|
"multi_press_7": "Pressed 7 times",
|
|
"multi_press_8": "Pressed 8 times"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"fan": {
|
|
"fan": {
|
|
"name": "[%key:component::fan::title%]",
|
|
"state_attributes": {
|
|
"preset_mode": {
|
|
"state": {
|
|
"low": "[%key:common::state::low%]",
|
|
"medium": "[%key:common::state::medium%]",
|
|
"high": "[%key:common::state::high%]",
|
|
"auto": "[%key:common::state::auto%]",
|
|
"natural_wind": "Natural wind",
|
|
"sleep_wind": "Sleep wind"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"number": {
|
|
"on_level": {
|
|
"name": "On level"
|
|
},
|
|
"on_transition_time": {
|
|
"name": "On transition time"
|
|
},
|
|
"off_transition_time": {
|
|
"name": "Off transition time"
|
|
},
|
|
"on_off_transition_time": {
|
|
"name": "On/Off transition time"
|
|
},
|
|
"altitude": {
|
|
"name": "Altitude above sea level"
|
|
},
|
|
"cook_time": {
|
|
"name": "Cooking time"
|
|
},
|
|
"pump_setpoint": {
|
|
"name": "Setpoint"
|
|
},
|
|
"temperature_offset": {
|
|
"name": "Temperature offset"
|
|
},
|
|
"temperature_setpoint": {
|
|
"name": "Temperature setpoint"
|
|
},
|
|
"hold_time": {
|
|
"name": "Hold time"
|
|
},
|
|
"auto_relock_timer": {
|
|
"name": "Autorelock time"
|
|
},
|
|
"led_indicator_intensity_off": {
|
|
"name": "LED off intensity"
|
|
},
|
|
"led_indicator_intensity_on": {
|
|
"name": "LED on intensity"
|
|
},
|
|
"valve_configuration_and_control_default_open_duration": {
|
|
"name": "Default open duration"
|
|
}
|
|
},
|
|
"light": {
|
|
"light": {
|
|
"name": "[%key:component::light::title%]"
|
|
}
|
|
},
|
|
"lock": {
|
|
"lock": {
|
|
"name": "[%key:component::lock::title%]"
|
|
}
|
|
},
|
|
"select": {
|
|
"clean_mode": {
|
|
"name": "Clean mode"
|
|
},
|
|
"mode": {
|
|
"name": "Mode"
|
|
},
|
|
"device_energy_management_mode": {
|
|
"name": "Energy management mode"
|
|
},
|
|
"power_level": {
|
|
"name": "Power level (W)"
|
|
},
|
|
"sensitivity_level": {
|
|
"name": "Sensitivity",
|
|
"state": {
|
|
"low": "[%key:common::state::low%]",
|
|
"standard": "Standard",
|
|
"high": "[%key:common::state::high%]"
|
|
}
|
|
},
|
|
"startup_on_off": {
|
|
"name": "Power-on behavior on startup",
|
|
"state": {
|
|
"on": "[%key:common::state::on%]",
|
|
"off": "[%key:common::state::off%]",
|
|
"toggle": "[%key:common::action::toggle%]",
|
|
"previous": "Previous"
|
|
}
|
|
},
|
|
"temperature_level": {
|
|
"name": "Temperature level"
|
|
},
|
|
"temperature_display_mode": {
|
|
"name": "Temperature display mode"
|
|
},
|
|
"laundry_washer_number_of_rinses": {
|
|
"name": "Number of rinses",
|
|
"state": {
|
|
"off": "[%key:common::state::off%]",
|
|
"normal": "[%key:common::state::normal%]",
|
|
"extra": "Extra",
|
|
"max": "Max"
|
|
}
|
|
},
|
|
"laundry_washer_spin_speed": {
|
|
"name": "Spin speed"
|
|
},
|
|
"pump_operation_mode": {
|
|
"name": "mode",
|
|
"state": {
|
|
"local": "Local",
|
|
"maximum": "Maximum",
|
|
"minimum": "Minimum",
|
|
"normal": "[%key:common::state::normal%]"
|
|
}
|
|
},
|
|
"water_heater_mode": {
|
|
"name": "Water heater mode"
|
|
},
|
|
"door_lock_sound_volume": {
|
|
"name": "Sound volume",
|
|
"state": {
|
|
"silent": "Silent",
|
|
"low": "[%key:common::state::low%]",
|
|
"medium": "[%key:common::state::medium%]",
|
|
"high": "[%key:common::state::high%]"
|
|
}
|
|
}
|
|
},
|
|
"sensor": {
|
|
"activated_carbon_filter_condition": {
|
|
"name": "Activated carbon filter condition"
|
|
},
|
|
"auto_close_time": {
|
|
"name": "Auto-close time"
|
|
},
|
|
"contamination_state": {
|
|
"name": "Contamination state",
|
|
"state": {
|
|
"normal": "[%key:common::state::normal%]",
|
|
"low": "[%key:common::state::low%]",
|
|
"warning": "Warning",
|
|
"critical": "Critical"
|
|
}
|
|
},
|
|
"air_quality": {
|
|
"name": "Air quality",
|
|
"state": {
|
|
"extremely_poor": "Extremely poor",
|
|
"very_poor": "Very poor",
|
|
"poor": "Poor",
|
|
"fair": "Fair",
|
|
"good": "Good",
|
|
"moderate": "Moderate"
|
|
}
|
|
},
|
|
"expiry_date": {
|
|
"name": "Expiry date"
|
|
},
|
|
"flow": {
|
|
"name": "Flow"
|
|
},
|
|
"hepa_filter_condition": {
|
|
"name": "HEPA filter condition"
|
|
},
|
|
"operational_state": {
|
|
"name": "Operational state",
|
|
"state": {
|
|
"stopped": "[%key:common::state::stopped%]",
|
|
"running": "Running",
|
|
"paused": "[%key:common::state::paused%]",
|
|
"error": "[%key:common::state::error%]",
|
|
"seeking_charger": "Seeking charger",
|
|
"charging": "[%key:common::state::charging%]",
|
|
"docked": "Docked"
|
|
}
|
|
},
|
|
"estimated_end_time": {
|
|
"name": "Estimated end time"
|
|
},
|
|
"switch_current_position": {
|
|
"name": "Current switch position"
|
|
},
|
|
"estimated_heat_required": {
|
|
"name": "Required heating energy"
|
|
},
|
|
"tank_volume": {
|
|
"name": "Tank volume"
|
|
},
|
|
"tank_percentage": {
|
|
"name": "Hot water level"
|
|
},
|
|
"valve_position": {
|
|
"name": "Valve position"
|
|
},
|
|
"battery_replacement_description": {
|
|
"name": "Battery type"
|
|
},
|
|
"battery_charge_state": {
|
|
"name": "Battery charge state",
|
|
"state": {
|
|
"charging": "[%key:common::state::charging%]",
|
|
"full_charge": "Full charge",
|
|
"not_charging": "Not charging"
|
|
}
|
|
},
|
|
"battery_time_remaining": {
|
|
"name": "Time remaining"
|
|
},
|
|
"battery_time_to_full_charge": {
|
|
"name": "Time to full charge"
|
|
},
|
|
"battery_voltage": {
|
|
"name": "Battery voltage"
|
|
},
|
|
"current_phase": {
|
|
"name": "Current phase"
|
|
},
|
|
"energy_exported": {
|
|
"name": "Energy exported"
|
|
},
|
|
"esa_state": {
|
|
"name": "Appliance energy state",
|
|
"state": {
|
|
"offline": "Offline",
|
|
"online": "Online",
|
|
"fault": "[%key:common::state::fault%]",
|
|
"power_adjust_active": "Power adjust",
|
|
"paused": "[%key:common::state::paused%]"
|
|
}
|
|
},
|
|
"esa_opt_out_state": {
|
|
"name": "Energy optimization opt-out",
|
|
"state": {
|
|
"no_opt_out": "[%key:common::state::off%]",
|
|
"local_opt_out": "Local",
|
|
"grid_opt_out": "Grid",
|
|
"opt_out": "Local and grid"
|
|
}
|
|
},
|
|
"evse_fault_state": {
|
|
"name": "Fault state",
|
|
"state": {
|
|
"no_error": "OK",
|
|
"meter_failure": "Meter failure",
|
|
"over_voltage": "Overvoltage",
|
|
"under_voltage": "Undervoltage",
|
|
"over_current": "Overcurrent",
|
|
"contact_wet_failure": "Contact wet failure",
|
|
"contact_dry_failure": "Contact dry failure",
|
|
"power_loss": "Power loss",
|
|
"power_quality": "Power quality",
|
|
"pilot_short_circuit": "Pilot short circuit",
|
|
"emergency_stop": "Emergency stop",
|
|
"ev_disconnected": "EV disconnected",
|
|
"wrong_power_supply": "Wrong power supply",
|
|
"live_neutral_swap": "Live/neutral swap",
|
|
"over_temperature": "Overtemperature",
|
|
"other": "Other fault"
|
|
}
|
|
},
|
|
"evse_soc": {
|
|
"name": "State of charge"
|
|
},
|
|
"nitrogen_dioxide": {
|
|
"name": "[%key:component::sensor::entity_component::nitrogen_dioxide::name%]"
|
|
},
|
|
"pump_control_mode": {
|
|
"name": "Control mode",
|
|
"state": {
|
|
"constant_flow": "Constant flow",
|
|
"constant_pressure": "Constant pressure",
|
|
"constant_speed": "Constant speed",
|
|
"constant_temperature": "Constant temp",
|
|
"proportional_pressure": "Proportional pressure",
|
|
"automatic": "Automatic"
|
|
}
|
|
},
|
|
"pump_speed": {
|
|
"name": "Rotation speed"
|
|
},
|
|
"eve_weather_trend": {
|
|
"name": "Weather trend",
|
|
"state": {
|
|
"cloudy": "Cloudy",
|
|
"rainy": "Rainy",
|
|
"sunny": "Sunny",
|
|
"stormy": "Stormy"
|
|
}
|
|
},
|
|
"evse_circuit_capacity": {
|
|
"name": "Circuit capacity"
|
|
},
|
|
"evse_charge_current": {
|
|
"name": "Charge current"
|
|
},
|
|
"evse_min_charge_current": {
|
|
"name": "Min charge current"
|
|
},
|
|
"evse_max_charge_current": {
|
|
"name": "Max charge current"
|
|
},
|
|
"evse_user_max_charge_current": {
|
|
"name": "User max charge current"
|
|
},
|
|
"window_covering_target_position": {
|
|
"name": "Target opening position"
|
|
},
|
|
"active_current": {
|
|
"name": "Active current"
|
|
},
|
|
"apparent_current": {
|
|
"name": "Apparent current"
|
|
},
|
|
"reactive_current": {
|
|
"name": "Reactive current"
|
|
},
|
|
"rms_current": {
|
|
"name": "Effective current"
|
|
},
|
|
"rms_voltage": {
|
|
"name": "Effective voltage"
|
|
},
|
|
"voltage": {
|
|
"name": "Voltage"
|
|
}
|
|
},
|
|
"switch": {
|
|
"switch": {
|
|
"name": "[%key:component::switch::title%]"
|
|
},
|
|
"power": {
|
|
"name": "Power"
|
|
},
|
|
"child_lock": {
|
|
"name": "Child lock"
|
|
},
|
|
"evse_charging_switch": {
|
|
"name": "Enable charging"
|
|
}
|
|
},
|
|
"vacuum": {
|
|
"vacuum": {
|
|
"name": "[%key:component::vacuum::title%]"
|
|
}
|
|
},
|
|
"valve": {
|
|
"valve": {
|
|
"name": "[%key:component::valve::title%]"
|
|
}
|
|
},
|
|
"water_heater": {
|
|
"water_heater": {
|
|
"name": "[%key:component::water_heater::title%]"
|
|
}
|
|
}
|
|
},
|
|
"issues": {
|
|
"server_version_version_too_old": {
|
|
"description": "The version of the Matter Server you are currently running is too old for this version of Home Assistant. Please update the Matter Server to the latest version to fix this issue.",
|
|
"title": "Newer version of Matter Server needed"
|
|
},
|
|
"server_version_version_too_new": {
|
|
"description": "The version of the Matter Server you are currently running is too new for this version of Home Assistant. Please update Home Assistant or downgrade the Matter Server to an older version to fix this issue.",
|
|
"title": "Older version of Matter Server needed"
|
|
}
|
|
},
|
|
"services": {
|
|
"open_commissioning_window": {
|
|
"name": "Open commissioning window",
|
|
"description": "Allows adding one of your devices to another Matter network by opening the commissioning window for this Matter device for 60 seconds.",
|
|
"fields": {
|
|
"device_id": {
|
|
"name": "[%key:common::config_flow::data::device%]",
|
|
"description": "The Matter device to add to the other Matter network."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|