{ "issues": { "deprecated_object_id": { "title": "Deprecated option object_id used", "description": "Entity {entity_id} uses the `object_id` option which is deprecated. To fix the issue, replace the `object_id: {object_id}` option with `default_entity_id: {domain}.{object_id}` in your \"configuration.yaml\", and restart Home Assistant." }, "deprecated_vacuum_battery_feature": { "title": "Deprecated battery feature used", "description": "Vacuum entity {entity_id} implements the battery feature which is deprecated. This will stop working in Home Assistant 2026.2. Implement a separate entity for the battery state instead. To fix the issue, remove the `battery` feature from the configured supported features, and restart Home Assistant." }, "invalid_platform_config": { "title": "Invalid config found for MQTT {domain} item", "description": "Home Assistant detected an invalid config for a manually configured item.\n\nPlatform domain: **{domain}**\nConfiguration file: **{config_file}**\nNear line: **{line}**\nConfiguration found:\n```yaml\n{config}\n```\nError: **{error}**.\n\nMake sure the configuration is valid and [reload](/developer-tools/yaml) the manually configured MQTT items or restart Home Assistant to fix this issue." }, "subentry_migration_discovery": { "title": "MQTT device \"{name}\" subentry migration to MQTT discovery", "fix_flow": { "step": { "confirm": { "title": "[%key:component::mqtt::issues::subentry_migration_discovery::title%]", "description": "Exported MQTT device \"{name}\" identified via MQTT discovery. Select **Submit** to confirm that the MQTT device is to be migrated to the main MQTT configuration, and to remove the existing MQTT device subentry. Make sure that the discovery is retained at the MQTT broker, or is resent after the subentry is removed, so that the MQTT device will be set up correctly. As an alternative you can change the device identifiers and entity unique ID-s in your MQTT discovery configuration payload, and cancel this repair if you want to keep the MQTT device subentry." } } } }, "subentry_migration_yaml": { "title": "MQTT device \"{name}\" subentry migration to YAML", "fix_flow": { "step": { "confirm": { "title": "[%key:component::mqtt::issues::subentry_migration_yaml::title%]", "description": "Exported MQTT device \"{name}\" identified in YAML configuration. Select **Submit** to confirm that the MQTT device is to be migrated to main MQTT config entry, and to remove the existing MQTT device subentry. As an alternative you can change the device identifiers and entity unique ID-s in your configuration.yaml file, and cancel this repair if you want to keep the MQTT device subentry." } } } } }, "config": { "step": { "user": { "description": "Please choose how you want to connect to the MQTT broker:", "menu_options": { "addon": "Use the official {addon} add-on.", "broker": "Manually enter the MQTT broker connection details" } }, "broker": { "description": "Please enter the connection information of your MQTT broker.", "data": { "broker": "Broker", "port": "[%key:common::config_flow::data::port%]", "username": "[%key:common::config_flow::data::username%]", "password": "[%key:common::config_flow::data::password%]", "advanced_options": "Advanced options", "certificate": "Upload custom CA certificate file", "client_id": "Client ID (leave empty to randomly generated one)", "client_cert": "Upload client certificate file", "client_key": "Upload private key file", "client_key_password": "[%key:common::config_flow::data::password%]", "keepalive": "The time between sending keep alive messages", "tls_insecure": "Ignore broker certificate validation", "protocol": "MQTT protocol", "set_ca_cert": "Broker certificate validation", "set_client_cert": "Use a client certificate", "transport": "MQTT transport", "ws_headers": "WebSocket headers in JSON format", "ws_path": "WebSocket path" }, "data_description": { "broker": "The hostname or IP address of your MQTT broker.", "port": "The port your MQTT broker listens to. For example 1883.", "username": "The username to log in to your MQTT broker.", "password": "The password to log in to your MQTT broker.", "advanced_options": "Enable and select **Next** to set advanced options.", "certificate": "The custom CA certificate file to validate your MQTT brokers certificate.", "client_id": "The unique ID to identify the Home Assistant MQTT API as MQTT client. It is recommended to leave this option blank.", "client_cert": "The client certificate to authenticate against your MQTT broker.", "client_key": "The private key file that belongs to your client certificate.", "client_key_password": "The password for the private key file (if set).", "keepalive": "A value less than 90 seconds is advised.", "tls_insecure": "Option to ignore validation of your MQTT broker's certificate.", "protocol": "The MQTT protocol your broker operates at. For example 3.1.1.", "set_ca_cert": "Select **Auto** for automatic CA validation, or **Custom** and select **Next** to set a custom CA certificate, to allow validating your MQTT brokers certificate.", "set_client_cert": "Enable and select **Next** to set a client certificate and private key to authenticate against your MQTT broker.", "transport": "The transport to be used for the connection to your MQTT broker.", "ws_headers": "The WebSocket headers to pass through the WebSocket-based connection to your MQTT broker.", "ws_path": "The WebSocket path to be used for the connection to your MQTT broker." } }, "install_addon": { "title": "Installing add-on" }, "start_addon": { "title": "Starting add-on" }, "hassio_confirm": { "title": "MQTT broker via Home Assistant add-on", "description": "Do you want to configure Home Assistant to connect to the MQTT broker provided by the add-on {addon}?" }, "reauth_confirm": { "title": "Re-authentication required with the MQTT broker", "description": "The MQTT broker reported an authentication error. Please confirm the brokers correct username and password.", "data": { "username": "[%key:common::config_flow::data::username%]", "password": "[%key:common::config_flow::data::password%]" }, "data_description": { "username": "[%key:component::mqtt::config::step::broker::data_description::username%]", "password": "[%key:component::mqtt::config::step::broker::data_description::password%]" } } }, "abort": { "addon_info_failed": "Failed get info for the {addon} add-on.", "addon_install_failed": "Failed to install the {addon} add-on.", "addon_start_failed": "Failed to start the {addon} add-on.", "addon_connection_failed": "Failed to connect to the {addon} add-on. Check the add-on status and try again later.", "already_configured": "[%key:common::config_flow::abort::already_configured_service%]", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]", "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]", "single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]" }, "error": { "bad_birth": "Invalid birth topic", "bad_will": "Invalid will topic", "bad_discovery_prefix": "Invalid discovery prefix", "bad_certificate": "The CA certificate is invalid", "bad_client_cert": "Invalid client certificate, ensure a valid file is supplied", "client_key_error": "Invalid private key file or invalid password supplied", "bad_client_cert_key": "Client certificate and private key are not a valid pair", "bad_ws_headers": "Supply valid HTTP headers as a JSON object", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", "invalid_inclusion": "The client certificate and private key must be configured together" } }, "config_subentries": { "device": { "initiate_flow": { "user": "Add MQTT device", "reconfigure": "Reconfigure MQTT device" }, "entry_type": "MQTT device", "step": { "availability": { "title": "Availability options", "description": "The availability feature allows a device to report its availability.", "data": { "availability_topic": "Availability topic", "availability_template": "Availability template", "payload_available": "Payload available", "payload_not_available": "Payload not available" }, "data_description": { "availability_topic": "Topic to receive the availability payload on", "availability_template": "A [template](https://www.home-assistant.io/docs/configuration/templating/#using-templates-with-the-mqtt-integration) to render the availability payload received on the availability topic", "payload_available": "The payload that indicates the device is available (defaults to 'online')", "payload_not_available": "The payload that indicates the device is not available (defaults to 'offline')" } }, "device": { "title": "Configure MQTT device details", "description": "Enter the MQTT device details:", "data": { "name": "[%key:common::config_flow::data::name%]", "configuration_url": "Configuration URL", "model": "Model", "model_id": "Model ID" }, "data_description": { "name": "The name of the manually added MQTT device.", "configuration_url": "A link to the webpage that can manage the configuration of this device. Can be either a 'http://', 'https://' or an internal 'homeassistant://' URL.", "model": "E.g. 'Cleanmaster Pro'.", "model_id": "E.g. '123NK2PRO'." }, "sections": { "advanced_settings": { "name": "Advanced device settings", "data": { "sw_version": "Software version", "hw_version": "Hardware version" }, "data_description": { "sw_version": "The software version of the device. E.g. '2025.1.0'.", "hw_version": "The hardware version of the device. E.g. 'v1.0 rev a'." } }, "mqtt_settings": { "name": "MQTT settings", "data": { "qos": "QoS" }, "data_description": { "qos": "The Quality of Service value the device's entities should use." } } } }, "summary_menu": { "title": "Reconfigure \"{mqtt_device}\"", "description": "Entities set up:\n{mqtt_items}\n\nDecide what to do next:", "menu_options": { "entity": "Add another entity to \"{mqtt_device}\"", "update_entity": "Update entity properties", "delete_entity": "Delete an entity", "availability": "Configure availability", "device": "Update device properties", "export": "Export MQTT device configuration", "save_changes": "Save changes" } }, "entity": { "title": "Configure MQTT device \"{mqtt_device}\"", "description": "Configure the basic {platform_label}entity settings{entity_name_label}", "data": { "platform": "Type of entity", "name": "Entity name", "entity_picture": "Entity picture" }, "data_description": { "platform": "The type of the entity to configure.", "name": "The name of the entity. Leave empty to set it to `None` to [mark it as main feature of the MQTT device](https://www.home-assistant.io/integrations/mqtt/#naming-of-mqtt-entities).", "entity_picture": "An URL to a picture to be assigned." } }, "delete_entity": { "title": "Delete entity", "description": "Delete an entity. The entity will be removed from the device. Removing an entity will break any automations or scripts that depend on it.", "data": { "component": "Entity" }, "data_description": { "component": "Select the entity you want to delete. Minimal one entity is required." } }, "update_entity": { "title": "Select entity", "description": "Select the entity you want to update", "data": { "component": "Entity" }, "data_description": { "component": "Select the entity you want to update." } }, "entity_platform_config": { "title": "Configure MQTT device \"{mqtt_device}\"", "description": "Please configure specific details for {platform} entity \"{entity}\":", "data": { "alarm_control_panel_code_mode": "Alarm code validation mode", "climate_feature_action": "Current action support", "climate_feature_current_humidity": "Current humidity support", "climate_feature_current_temperature": "Current temperature support", "climate_feature_fan_modes": "Fan mode support", "climate_feature_power": "Power on/off support", "climate_feature_preset_modes": "[%key:component::mqtt::config_subentries::device::step::entity_platform_config::data::fan_feature_preset_modes%]", "climate_feature_swing_horizontal_modes": "Horizontal swing mode support", "climate_feature_swing_modes": "Swing mode support", "climate_feature_target_temperature": "Target temperature support", "climate_feature_target_humidity": "Target humidity support", "device_class": "Device class", "entity_category": "Entity category", "fan_feature_speed": "Speed support", "fan_feature_preset_modes": "Preset modes support", "fan_feature_oscillation": "Oscillation support", "fan_feature_direction": "Direction support", "options": "Add option", "schema": "Schema", "state_class": "State class", "suggested_display_precision": "Suggested display precision", "supported_features": "Supported features", "temperature_unit": "Temperature unit", "unit_of_measurement": "Unit of measurement" }, "data_description": { "alarm_control_panel_code_mode": "Configures how the alarm control panel validates the code. A local code is configured with the entity and is validated by Home Assistant. A remote code is sent to the device and validated remotely. [Learn more.]({url}#code)", "climate_feature_action": "The climate supports reporting the current action.", "climate_feature_current_humidity": "The climate supports reporting the current humidity.", "climate_feature_current_temperature": "The climate supports reporting the current temperature.", "climate_feature_fan_modes": "The climate supports fan modes.", "climate_feature_power": "The climate supports the power \"on\" and \"off\" commands.", "climate_feature_preset_modes": "The climate supports preset modes.", "climate_feature_swing_horizontal_modes": "The climate supports horizontal swing modes.", "climate_feature_swing_modes": "The climate supports swing modes.", "climate_feature_target_temperature": "The climate supports setting the target temperature.", "climate_feature_target_humidity": "The climate supports setting the target humidity.", "device_class": "The device class of the {platform} entity. [Learn more.]({url}#device_class)", "entity_category": "Allows marking an entity as device configuration or diagnostics. An entity with a category will not be exposed to cloud, Alexa, or Google Assistant components, nor included in indirect action calls to devices or areas. Sensor entities cannot be assigned a device configuration class. [Learn more.](https://developers.home-assistant.io/docs/core/entity/#registry-properties)", "fan_feature_speed": "The fan supports multiple speeds.", "fan_feature_preset_modes": "The fan supports preset modes.", "fan_feature_oscillation": "The fan supports oscillation.", "fan_feature_direction": "The fan supports direction.", "options": "Options for allowed sensor state values. The sensor’s Device class must be set to Enumeration. The 'Options' setting cannot be used together with State class or Unit of measurement.", "schema": "The schema to use. [Learn more.]({url}#comparison-of-light-mqtt-schemas)", "state_class": "The [State class](https://developers.home-assistant.io/docs/core/entity/sensor/#available-state-classes) of the sensor. [Learn more.]({url}#state_class)", "suggested_display_precision": "The number of decimals which should be used in the {platform} entity state after rounding. [Learn more.]({url}#suggested_display_precision)", "supported_features": "The features that the entity supports.", "temperature_unit": "This determines the native unit of measurement the MQTT climate device works with.", "unit_of_measurement": "Defines the unit of measurement of the sensor, if any." }, "sections": { "advanced_settings": { "name": "Advanced options", "data": { "suggested_display_precision": "Suggested display precision" }, "data_description": { "suggested_display_precision": "The number of decimals which should be used in the {platform} entity state after rounding. [Learn more.]({url}#suggested_display_precision)" } } } }, "mqtt_platform_config": { "title": "Configure MQTT device \"{mqtt_device}\"", "description": "Please configure MQTT specific details for {platform} entity \"{entity}\":", "data": { "blue_template": "Blue template", "brightness_template": "Brightness template", "code": "Alarm code", "code_format": "Code format", "code_arm_required": "Code arm required", "code_disarm_required": "Code disarm required", "code_trigger_required": "Code trigger required", "command_template": "Command template", "command_topic": "Command topic", "command_off_template": "Command \"off\" template", "command_on_template": "Command \"on\" template", "color_temp_template": "Color temperature template", "force_update": "Force update", "green_template": "Green template", "last_reset_value_template": "Last reset value template", "modes": "Supported operation modes", "mode_command_topic": "Operation mode command topic", "mode_command_template": "Operation mode command template", "mode_state_topic": "Operation mode state topic", "mode_state_template": "Operation mode value template", "on_command_type": "ON command type", "optimistic": "Optimistic", "payload_off": "Payload \"off\"", "payload_on": "Payload \"on\"", "payload_press": "Payload \"press\"", "qos": "QoS", "red_template": "Red template", "retain": "Retain", "state_off": "State \"off\"", "state_on": "State \"on\"", "state_template": "State template", "state_topic": "State topic", "state_value_template": "State value template", "supported_color_modes": "Supported color modes", "value_template": "Value template" }, "data_description": { "blue_template": "[Template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract blue color from the state payload value. Expected result of the template is an integer from 0-255 range.", "brightness_template": "[Template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract brightness from the state payload value. Expected result of the template is an integer from 0-255 range.", "code": "Specifies a code to enable or disable the alarm in the frontend. Note that this blocks sending MQTT message commands to the remote device if the code validation fails. [Learn more.]({url}#code)", "code_format": "A regular expression to validate a supplied code when it is set during the action to open, lock or unlock the MQTT lock. [Learn more.]({url}#code_format)", "code_arm_required": "If set, the code is required to arm the alarm. If not set, the code is not validated.", "code_disarm_required": "If set, the code is required to disarm the alarm. If not set, the code is not validated.", "code_trigger_required": "If set, the code is required to manually trigger the alarm. If not set, the code is not validated.", "command_off_template": "The [template](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) for \"off\" state changes. Available variables are: `state` and `transition`.", "command_on_template": "The [template](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) for \"on\" state changes. Available variables: `state`, `brightness`, `color_temp`, `red`, `green`, `blue`, `hue`, `sat`, `flash`, `transition` and `effect`. Values `red`, `green`, `blue` and `brightness` are provided as integers from range 0-255. Value of `hue` is provided as float from range 0-360. Value of `sat` is provided as float from range 0-100. Value of `color_temp` is provided as integer representing Kelvin units.", "command_template": "A [template](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) to render the payload to be published at the command topic. [Learn more.]({url}#command_template)", "command_topic": "The publishing topic that will be used to control the {platform} entity. [Learn more.]({url}#command_topic)", "color_temp_template": "[Template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract color temperature in Kelvin from the state payload value. Expected result of the template is an integer.", "force_update": "Sends update events even if the value hasn’t changed. Useful if you want to have meaningful value graphs in history. [Learn more.]({url}#force_update)", "green_template": "[Template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract green color from the state payload value. Expected result of the template is an integer from 0-255 range.", "last_reset_value_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract the last reset. When Last reset template is set, the State class option must be Total. [Learn more.]({url}#last_reset_value_template)", "modes": "A list of supported operation modes. [Learn more.]({url}#modes)", "mode_command_topic": "The MQTT topic to publish commands to change the climate operation mode. [Learn more.]({url}#mode_command_topic)", "mode_command_template": "[Template](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) to define the operation mode to be sent to the operation mode command topic. [Learn more.]({url}#mode_command_template)", "mode_state_topic": "The MQTT topic subscribed to receive operation mode state messages. [Learn more.]({url}#mode_state_topic)", "mode_state_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract the operation mode state. [Learn more.]({url}#mode_state_template)", "on_command_type": "Defines when the payload \"on\" is sent. Using \"Last\" (the default) will send any style (brightness, color, etc) topics first and then a payload \"on\" to the command topic. Using \"First\" will send the payload \"on\" and then any style topics. Using \"Brightness\" will only send brightness commands instead of the payload \"on\" to turn the light on.", "optimistic": "Flag that defines if the {platform} entity works in optimistic mode. [Learn more.]({url}#optimistic)", "payload_off": "The payload that represents the \"off\" state.", "payload_on": "The payload that represents the \"on\" state.", "payload_press": "The payload to send when the button is triggered.", "qos": "The QoS value a {platform} entity should use.", "red_template": "[Template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract red color from the state payload value. Expected result of the template is an integer from 0-255 range.", "retain": "Select if values published by the {platform} entity should be retained at the MQTT broker.", "state_off": "The incoming payload that represents the \"off\" state. Use only when the value that represents \"off\" state in the state topic is different from value that should be sent to the command topic to turn the device off.", "state_on": "The incoming payload that represents the \"on\" state. Use only when the value that represents \"on\" state in the state topic is different from value that should be sent to the command topic to turn the device on.", "state_template": "[Template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract state from the state payload value.", "state_topic": "The MQTT topic subscribed to receive {platform} state values. [Learn more.]({url}#state_topic)", "supported_color_modes": "A list of color modes supported by the light. Possible color modes are On/Off, Brightness, Color temperature, HS, XY, RGB, RGBW, RGBWW, White. Note that if On/Off or Brightness are used, that must be the only value in the list. [Learn more.]({url}#supported_color_modes)", "value_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract the {platform} entity value. [Learn more.]({url}#value_template)" }, "sections": { "advanced_settings": { "name": "Advanced settings", "data": { "expire_after": "Expire after", "flash": "Flash support", "flash_time_long": "Flash time long", "flash_time_short": "Flash time short", "max_kelvin": "Max Kelvin", "min_kelvin": "Min Kelvin", "off_delay": "OFF delay", "transition": "Transition support" }, "data_description": { "expire_after": "If set, it defines the number of seconds after the sensor’s state expires, if it’s not updated. After expiry, the sensor’s state becomes unavailable. If not set, the sensor's state never expires. [Learn more.]({url}#expire_after)", "flash": "Enable the flash feature for this light", "flash_time_long": "The duration, in seconds, of a \"long\" flash.", "flash_time_short": "The duration, in seconds, of a \"short\" flash.", "max_kelvin": "The maximum color temperature in Kelvin.", "min_kelvin": "The minimum color temperature in Kelvin.", "off_delay": "For sensors that only send \"on\" state updates (like PIRs), this variable sets a delay in seconds after which the sensor’s state will be updated back to \"off\".", "transition": "Enable the transition feature for this light" } }, "alarm_control_panel_payload_settings": { "name": "Alarm control panel payload settings", "data": { "payload_arm_away": "Payload \"arm away\"", "payload_arm_custom_bypass": "Payload \"arm custom bypass\"", "payload_arm_disarm": "Payload \"disarm\"", "payload_arm_home": "Payload \"arm home\"", "payload_arm_night": "Payload \"arm night\"", "payload_arm_vacation": "Payload \"arm vacation\"", "payload_trigger": "Payload \"trigger alarm\"" }, "data_description": { "payload_arm_away": "The payload sent when an \"arm away\" command is issued.", "payload_arm_custom_bypass": "The payload sent when an \"arm custom bypass\" command is issued.", "payload_arm_disarm": "The payload sent when a \"disarm\" command is issued.", "payload_arm_home": "The payload sent when an \"arm home\" command is issued.", "payload_arm_night": "The payload sent when an \"arm night\" command is issued.", "payload_arm_vacation": "The payload sent when an \"arm vacation\" command is issued.", "payload_trigger": "The payload sent when a \"trigger alarm\" command is issued." } }, "climate_action_settings": { "name": "Current action settings", "data": { "action_template": "Action template", "action_topic": "Action topic" }, "data_description": { "action_template": "A [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to render the value received on the action topic with.", "action_topic": "The MQTT topic to subscribe for changes of the current action. If this is set, the climate graph uses the value received as data source. A \"None\" payload resets the current action state. An empty payload is ignored. Valid action values are: \"off\", \"heating\", \"cooling\", \"drying\", \"idle\" and \"fan\". [Learn more.]({url}#action_topic)" } }, "climate_fan_mode_settings": { "name": "Fan mode settings", "data": { "fan_modes": "Fan modes", "fan_mode_command_topic": "Fan mode command topic", "fan_mode_command_template": "Fan mode command template", "fan_mode_state_topic": "Fan mode state topic", "fan_mode_state_template": "Fan mode state template" }, "data_description": { "fan_modes": "List of fan modes this climate is capable of running at. Common fan modes that offer translations are `off`, `on`, `auto`, `low`, `medium`, `high`, `middle`, `focus` and `diffuse`.", "fan_mode_command_topic": "The MQTT topic to publish commands to change the climate fan mode. [Learn more.]({url}#fan_mode_command_topic)", "fan_mode_command_template": "A [template](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) to compose the payload to be published at the fan mode command topic.", "fan_mode_state_topic": "The MQTT topic subscribed to receive the climate fan mode. [Learn more.]({url}#fan_mode_state_topic)", "fan_mode_state_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract the climate fan mode value." } }, "climate_power_settings": { "name": "Power settings", "data": { "payload_off": "[%key:component::mqtt::config_subentries::device::step::mqtt_platform_config::data::payload_off%]", "payload_on": "[%key:component::mqtt::config_subentries::device::step::mqtt_platform_config::data::payload_on%]", "power_command_template": "Power command template", "power_command_topic": "Power command topic" }, "data_description": { "payload_off": "[%key:component::mqtt::config_subentries::device::step::mqtt_platform_config::data_description::payload_off%]", "payload_on": "[%key:component::mqtt::config_subentries::device::step::mqtt_platform_config::data_description::payload_on%]", "power_command_template": "A [template](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) to compose the payload to be published at the power command topic. The `value` parameter is the payload set for payload \"on\" or payload \"off\".", "power_command_topic": "The MQTT topic to publish commands to change the climate power state. Sends the payload configured with payload \"on\" or payload \"off\". [Learn more.]({url}#power_command_topic)" } }, "climate_preset_mode_settings": { "name": "[%key:component::mqtt::config_subentries::device::step::mqtt_platform_config::sections::fan_preset_mode_settings::name%]", "data": { "preset_mode_command_template": "[%key:component::mqtt::config_subentries::device::step::mqtt_platform_config::sections::fan_preset_mode_settings::data::preset_mode_command_template%]", "preset_mode_command_topic": "[%key:component::mqtt::config_subentries::device::step::mqtt_platform_config::sections::fan_preset_mode_settings::data::preset_mode_command_topic%]", "preset_mode_value_template": "[%key:component::mqtt::config_subentries::device::step::mqtt_platform_config::sections::fan_preset_mode_settings::data::preset_mode_value_template%]", "preset_mode_state_topic": "[%key:component::mqtt::config_subentries::device::step::mqtt_platform_config::sections::fan_preset_mode_settings::data::preset_mode_state_topic%]", "preset_modes": "[%key:component::mqtt::config_subentries::device::step::mqtt_platform_config::sections::fan_preset_mode_settings::data::preset_modes%]" }, "data_description": { "preset_mode_command_template": "[%key:component::mqtt::config_subentries::device::step::mqtt_platform_config::sections::fan_preset_mode_settings::data_description::preset_mode_command_template%]", "preset_mode_command_topic": "The MQTT topic to publish commands to change the climate preset mode. [Learn more.]({url}#preset_mode_command_topic)", "preset_mode_value_template": "[%key:component::mqtt::config_subentries::device::step::mqtt_platform_config::sections::fan_preset_mode_settings::data_description::preset_mode_value_template%]", "preset_mode_state_topic": "[%key:component::mqtt::config_subentries::device::step::mqtt_platform_config::sections::fan_preset_mode_settings::data_description::preset_mode_state_topic%]", "preset_modes": "List of preset modes this climate is capable of running at. Common preset modes that offer translations are `none`, `away`, `eco`, `boost`, `comfort`, `home`, `sleep` and `activity`." } }, "climate_swing_horizontal_mode_settings": { "name": "Horizontal swing mode settings", "data": { "swing_horizontal_modes": "Horizontal swing modes", "swing_horizontal_mode_command_topic": "Horizontal swing mode command topic", "swing_horizontal_mode_command_template": "Horizontal swing mode command template", "swing_horizontal_mode_state_topic": "Horizontal swing mode state topic", "swing_horizontal_mode_state_template": "Horizontal swing mode state template" }, "data_description": { "swing_horizontal_modes": "List of horizontal swing modes this climate is capable of running at. Common horizontal swing modes that offer translations are `off` and `on`.", "swing_horizontal_mode_command_topic": "The MQTT topic to publish commands to change the climate horizontal swing mode. [Learn more.]({url}#swing_horizontal_mode_command_topic)", "swing_horizontal_mode_command_template": "A [template](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) to compose the payload to be published at the horizontal swing mode command topic.", "swing_horizontal_mode_state_topic": "The MQTT topic subscribed to receive the climate horizontal swing mode. [Learn more.]({url}#swing_horizontal_mode_state_topic)", "swing_horizontal_mode_state_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract the climate horizontal swing mode value." } }, "climate_swing_mode_settings": { "name": "Swing mode settings", "data": { "swing_modes": "Swing modes", "swing_mode_command_topic": "Swing mode command topic", "swing_mode_command_template": "Swing mode command template", "swing_mode_state_topic": "Swing mode state topic", "swing_mode_state_template": "Swing mode state template" }, "data_description": { "swing_modes": "List of swing modes this climate is capable of running at. Common swing modes that offer translations are `off`, `on`, `vertical`, `horizontal` and `both`.", "swing_mode_command_topic": "The MQTT topic to publish commands to change the climate swing mode. [Learn more.]({url}#swing_mode_command_topic)", "swing_mode_command_template": "A [template](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) to compose the payload to be published at the swing mode command topic.", "swing_mode_state_topic": "The MQTT topic subscribed to receive the climate swing mode. [Learn more.]({url}#swing_mode_state_topic)", "swing_mode_state_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract the climate swing mode value." } }, "cover_payload_settings": { "name": "Payload settings", "data": { "payload_close": "Payload \"close\"", "payload_open": "Payload \"open\"", "payload_stop": "Payload \"stop\"", "payload_stop_tilt": "Payload \"stop tilt\"", "state_closed": "State \"closed\"", "state_closing": "State \"closing\"", "state_open": "State \"open\"", "state_opening": "State \"opening\"", "state_stopped": "State \"stopped\"" }, "data_description": { "payload_close": "The payload sent when a \"close\" command is issued.", "payload_open": "The payload sent when an \"open\" command is issued.", "payload_stop": "The payload sent when a \"stop\" command is issued. Leave empty to disable the \"stop\" feature.", "payload_stop_tilt": "The payload sent when a \"stop tilt\" command is issued.", "state_closed": "The payload received at the state topic that represents the \"closed\" state.", "state_closing": "The payload received at the state topic that represents the \"closing\" state.", "state_open": "The payload received at the state topic that represents the \"open\" state.", "state_opening": "The payload received at the state topic that represents the \"opening\" state.", "state_stopped": "The payload received at the state topic that represents the \"stopped\" state (for covers that do not report \"open\"/\"closed\" state)." } }, "cover_position_settings": { "name": "Position settings", "data": { "position_closed": "Position \"closed\" value", "position_open": "Position \"open\" value", "position_template": "Position value template", "position_topic": "Position state topic", "set_position_template": "Set position template", "set_position_topic": "Set position topic" }, "data_description": { "position_closed": "Number which represents \"closed\" position.", "position_open": "Number which represents \"open\" position.", "position_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract the payload for the position topic. Within the template the following variables are also available: `entity_id`, `position_open`, `position_closed`, `tilt_min` and `tilt_max`. [Learn more.]({url}#position_template)", "position_topic": "The MQTT topic subscribed to receive cover position state messages. [Learn more.]({url}#position_topic)", "set_position_template": "[Template](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) to define the position to be sent to the set position topic. Within the template the following variables are available: `value` (the scaled target position), `entity_id`, `position` (the target position percentage), `position_open`, `position_closed`, `tilt_min` and `tilt_max`. [Learn more.]({url}#set_position_template)", "set_position_topic": "The MQTT topic to publish position commands to. You need to use the set position topic as well if you want to use the position topic. Use template if position topic wants different values than within range \"position closed\" - \"position_open\". If template is not defined and position \"closed\" != 100 and position \"open\" != 0 then proper position value is calculated from percentage position. [Learn more.]({url}#set_position_topic)" } }, "cover_tilt_settings": { "name": "Tilt settings", "data": { "tilt_closed_value": "Tilt \"closed\" value", "tilt_command_template": "Tilt command template", "tilt_command_topic": "Tilt command topic", "tilt_max": "Tilt max", "tilt_min": "Tilt min", "tilt_opened_value": "Tilt \"opened\" value", "tilt_status_template": "Tilt value template", "tilt_status_topic": "Tilt status topic", "tilt_optimistic": "Tilt optimistic" }, "data_description": { "tilt_closed_value": "The value that will be sent to the \"tilt command topic\" when the cover tilt is closed.", "tilt_command_template": "[Template](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) to define the position to be sent to the tilt command topic. Within the template the following variables are available: `entity_id`, `tilt_position` (the target tilt position percentage), `position_open`, `position_closed`, `tilt_min` and `tilt_max`. [Learn more.]({url}#tilt_command_template)", "tilt_command_topic": "The MQTT topic to publish commands to control the cover tilt. [Learn more.]({url}#tilt_command_topic)", "tilt_max": "The maximum tilt value.", "tilt_min": "The minimum tilt value.", "tilt_opened_value": "The value that will be sent to the \"tilt command topic\" when the cover tilt is opened.", "tilt_status_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract the payload for the tilt status topic. Within the template the following variables are available: `entity_id`, `position_open`, `position_closed`, `tilt_min` and `tilt_max`. [Learn more.]({url}#tilt_status_template)", "tilt_status_topic": "The MQTT topic subscribed to receive tilt status update values. [Learn more.]({url}#tilt_status_topic)", "tilt_optimistic": "Flag that defines if tilt works in optimistic mode. If tilt status topic is not defined, tilt works in optimistic mode by default. [Learn more.]({url}#tilt_optimistic)" } }, "current_humidity_settings": { "name": "Current humidity settings", "data": { "current_humidity_template": "Current humidity template", "current_humidity_topic": "Current humidity topic" }, "data_description": { "current_humidity_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract the current humidity value. [Learn more.]({url}#current_humidity_template)", "current_humidity_topic": "The MQTT topic subscribed to receive current humidity update values. [Learn more.]({url}#current_humidity_topic)" } }, "current_temperature_settings": { "name": "Current temperature settings", "data": { "current_temperature_template": "Current temperature template", "current_temperature_topic": "Current temperature topic" }, "data_description": { "current_temperature_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract the current temperature value. [Learn more.]({url}#current_temperature_template)", "current_temperature_topic": "The MQTT topic subscribed to receive current temperature update values. [Learn more.]({url}#current_temperature_topic)" } }, "light_brightness_settings": { "name": "Brightness settings", "data": { "brightness": "Separate brightness", "brightness_command_template": "Brightness command template", "brightness_command_topic": "Brightness command topic", "brightness_scale": "Brightness scale", "brightness_state_topic": "Brightness state topic", "brightness_value_template": "Brightness value template" }, "data_description": { "brightness": "Flag that defines if light supports brightness when the RGB, RGBW, or RGBWW color mode is supported.", "brightness_command_template": "A [template](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) to compose the payload to be published at the brightness command topic.", "brightness_command_topic": "The publishing topic that will be used to control the brightness. [Learn more.]({url}#brightness_command_topic)", "brightness_scale": "Defines the maximum brightness value (i.e., 100%) of the maximum brightness.", "brightness_state_topic": "The MQTT topic subscribed to receive brightness state values. [Learn more.]({url}#brightness_state_topic)", "brightness_value_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract the brightness value." } }, "lock_payload_settings": { "name": "Lock payload settings", "data": { "payload_lock": "Payload \"lock\"", "payload_open": "Payload \"open\"", "payload_reset": "Payload \"reset\"", "payload_unlock": "Payload \"unlock\"", "state_jammed": "State \"jammed\"", "state_locked": "State \"locked\"", "state_locking": "State \"locking\"", "state_unlocked": "State \"unlocked\"", "state_unlocking": "State \"unlocking\"" }, "data_description": { "payload_lock": "The payload sent when a \"lock\" command is issued.", "payload_open": "The payload sent when an \"open\" command is issued. Set this payload if your lock supports the \"open\" action.", "payload_reset": "The payload received at the state topic that resets the lock to an unknown state.", "payload_unlock": "The payload sent when an \"unlock\" command is issued.", "state_jammed": "The payload received at the state topic that represents the \"jammed\" state.", "state_locked": "The payload received at the state topic that represents the \"locked\" state.", "state_locking": "The payload received at the state topic that represents the \"locking\" state.", "state_unlocked": "The payload received at the state topic that represents the \"unlocked\" state.", "state_unlocking": "The payload received at the state topic that represents the \"unlocking\" state." } }, "fan_direction_settings": { "name": "Direction settings", "data": { "direction_command_topic": "Direction command topic", "direction_command_template": "Direction command template", "direction_state_topic": "Direction state topic", "direction_value_template": "Direction value template" }, "data_description": { "direction_command_topic": "The MQTT topic to publish commands to change the fan direction payload, either `forward` or `reverse`. Use the direction command template to customize the payload. [Learn more.]({url}#direction_command_topic)", "direction_command_template": "A [template](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) to compose the payload to be published at the direction command topic. The template variable `value` will be either `forward` or `reverse`.", "direction_state_topic": "The MQTT topic subscribed to receive fan direction state. Accepted state payloads are `forward` or `reverse`. [Learn more.]({url}#direction_state_topic)", "direction_value_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract fan direction state value. The template should return either `forward` or `reverse`. When the template returns an empty string, the direction will be ignored." } }, "fan_oscillation_settings": { "name": "Oscillation settings", "data": { "oscillation_command_topic": "Oscillation command topic", "oscillation_command_template": "Oscillation command template", "oscillation_state_topic": "Oscillation state topic", "oscillation_value_template": "Oscillation value template", "payload_oscillation_off": "Payload \"oscillation off\"", "payload_oscillation_on": "Payload \"oscillation on\"" }, "data_description": { "oscillation_command_topic": "The MQTT topic to publish commands to change the fan oscillation state. [Learn more.]({url}#oscillation_command_topic)", "oscillation_command_template": "A [template](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) to compose the payload to be published at the oscillation command topic.", "oscillation_state_topic": "The MQTT topic subscribed to receive fan oscillation state. [Learn more.]({url}#oscillation_state_topic)", "oscillation_value_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract fan oscillation state value.", "payload_oscillation_off": "The payload that represents the oscillation \"off\" state.", "payload_oscillation_on": "The payload that represents the oscillation \"on\" state." } }, "fan_preset_mode_settings": { "name": "Preset mode settings", "data": { "payload_reset_preset_mode": "Payload \"reset preset mode\"", "preset_modes": "Preset modes", "preset_mode_command_topic": "Preset mode command topic", "preset_mode_command_template": "Preset mode command template", "preset_mode_state_topic": "Preset mode state topic", "preset_mode_value_template": "Preset mode value template" }, "data_description": { "payload_reset_preset_mode": "A special payload that resets the fan preset mode state attribute to unknown when received at the preset mode state topic.", "preset_modes": "List of preset modes this fan is capable of running at. Common examples include auto, smart, whoosh, eco and breeze.", "preset_mode_command_topic": "The MQTT topic to publish commands to change the fan preset mode. [Learn more.]({url}#preset_mode_command_topic)", "preset_mode_command_template": "A [template](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) to compose the payload to be published at the preset mode command topic.", "preset_mode_state_topic": "The MQTT topic subscribed to receive fan preset mode. [Learn more.]({url}#preset_mode_state_topic)", "preset_mode_value_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract fan preset mode value." } }, "fan_speed_settings": { "name": "Speed settings", "data": { "payload_reset_percentage": "Payload \"reset percentage\"", "percentage_command_topic": "Percentage command topic", "percentage_command_template": "Percentage command template", "percentage_state_topic": "Percentage state topic", "percentage_value_template": "Percentage value template", "speed_range_min": "Speed range min", "speed_range_max": "Speed range max" }, "data_description": { "payload_reset_percentage": "A special payload that resets the fan speed percentage state attribute to unknown when received at the percentage state topic.", "percentage_command_topic": "The MQTT topic to publish commands to change the fan speed state based on a percentage. [Learn more.]({url}#percentage_command_topic)", "percentage_command_template": "A [template](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) to compose the payload to be published at the percentage command topic.", "percentage_state_topic": "The MQTT topic subscribed to receive fan speed based on percentage. [Learn more.]({url}#percentage_state_topic)", "percentage_value_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract the speed percentage value.", "speed_range_min": "The minimum of numeric output range (off not included, so speed_range_min - 1 represents 0 %). The percentage step is 100 / the number of speeds within the \"speed range\".", "speed_range_max": "The maximum of numeric output range (representing 100 %). The percentage step is 100 / number of speeds within the \"speed range\"." } }, "light_color_mode_settings": { "name": "Color mode settings", "data": { "color_mode_state_topic": "Color mode state topic", "color_mode_value_template": "Color mode value template" }, "data_description": { "color_mode_state_topic": "The MQTT topic subscribed to receive color mode updates. If this is not configured, the color mode will be automatically set according to the last received valid color or color temperature.", "color_mode_value_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract the color mode value." } }, "light_color_temp_settings": { "name": "Color temperature settings", "data": { "color_temp_command_template": "Color temperature command template", "color_temp_command_topic": "Color temperature command topic", "color_temp_state_topic": "Color temperature state topic", "color_temp_value_template": "Color temperature value template" }, "data_description": { "color_temp_command_template": "A [template](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) to compose the payload to be published at the color temperature command topic.", "color_temp_command_topic": "The publishing topic that will be used to control the color temperature. [Learn more.]({url}#color_temp_command_topic)", "color_temp_state_topic": "The MQTT topic subscribed to receive color temperature state updates. [Learn more.]({url}#color_temp_state_topic)", "color_temp_value_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract the color temperature value." } }, "light_effect_settings": { "name": "Effect settings", "data": { "effect": "Effect", "effect_command_template": "Effect command template", "effect_command_topic": "Effect command topic", "effect_list": "Effect list", "effect_state_topic": "Effect state topic", "effect_template": "Effect template", "effect_value_template": "Effect value template" }, "data_description": { "effect": "Flag that defines if the light supports effects.", "effect_command_template": "A [template](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) to compose the payload to be published at the effect command topic.", "effect_command_topic": "The publishing topic that will be used to control the light's effect state. [Learn more.]({url}#effect_command_topic)", "effect_list": "The list of effects the light supports.", "effect_state_topic": "The MQTT topic subscribed to receive effect state updates. [Learn more.]({url}#effect_state_topic)" } }, "light_hs_settings": { "name": "HS color mode settings", "data": { "hs_command_template": "HS command template", "hs_command_topic": "HS command topic", "hs_state_topic": "HS state topic", "hs_value_template": "HS value template" }, "data_description": { "hs_command_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) to compose message which will be sent to HS command topic. Available variables: `hue` and `sat`.", "hs_command_topic": "The MQTT topic to publish commands to change the light’s color state in HS format (Hue Saturation). Range for Hue: 0° .. 360°, Range of Saturation: 0..100. Note: Brightness is sent separately in the brightness command topic. [Learn more.]({url}#hs_command_topic)", "hs_state_topic": "The MQTT topic subscribed to receive color state updates in HS format. The expected payload is the hue and saturation values separated by commas, for example, `359.5,100.0`. Note: Brightness is received separately in the brightness state topic. [Learn more.]({url}#hs_state_topic)", "hs_value_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract the HS value." } }, "light_rgb_settings": { "name": "RGB color mode settings", "data": { "rgb_command_template": "RGB command template", "rgb_command_topic": "RGB command topic", "rgb_state_topic": "RGB state topic", "rgb_value_template": "RGB value template" }, "data_description": { "rgb_command_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) to compose message which will be sent to RGB command topic. Available variables: `red`, `green` and `blue`.", "rgb_command_topic": "The MQTT topic to publish commands to change the light’s RGB state. [Learn more.]({url}#rgb_command_topic)", "rgb_state_topic": "The MQTT topic subscribed to receive RGB state updates. The expected payload is the RGB values separated by commas, for example, `255,0,127`. [Learn more.]({url}#rgb_state_topic)", "rgb_value_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract the RGB value." } }, "light_rgbw_settings": { "name": "RGBW color mode settings", "data": { "rgbw_command_template": "RGBW command template", "rgbw_command_topic": "RGBW command topic", "rgbw_state_topic": "RGBW state topic", "rgbw_value_template": "RGBW value template" }, "data_description": { "rgbw_command_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) to compose message which will be sent to RGBW command topic. Available variables: `red`, `green`, `blue` and `white`.", "rgbw_command_topic": "The MQTT topic to publish commands to change the light’s RGBW state. [Learn more.]({url}#rgbw_command_topic)", "rgbw_state_topic": "The MQTT topic subscribed to receive RGBW state updates. The expected payload is the RGBW values separated by commas, for example, `255,0,127,64`. [Learn more.]({url}#rgbw_state_topic)", "rgbw_value_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract the RGBW value." } }, "light_rgbww_settings": { "name": "RGBWW color mode settings", "data": { "rgbww_command_template": "RGBWW command template", "rgbww_command_topic": "RGBWW command topic", "rgbww_state_topic": "RGBWW state topic", "rgbww_value_template": "RGBWW value template" }, "data_description": { "rgbww_command_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) to compose message which will be sent to RGBWW command topic. Available variables: `red`, `green`, `blue`, `cold_white` and `warm_white`.", "rgbww_command_topic": "The MQTT topic to publish commands to change the light’s RGBWW state. [Learn more.]({url}#rgbww_command_topic)", "rgbww_state_topic": "The MQTT topic subscribed to receive RGBWW state updates. The expected payload is the RGBWW values separated by commas, for example, `255,0,127,64,32`. [Learn more.]({url}#rgbww_state_topic)", "rgbww_value_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract the RGBWW value." } }, "light_white_settings": { "name": "White color mode settings", "data": { "white_command_topic": "White command topic", "white_scale": "White scale" }, "data_description": { "white_command_topic": "The MQTT topic to publish commands to change the light to white mode with a given brightness. [Learn more.]({url}#white_command_topic)", "white_scale": "Defines the maximum white level (i.e., 100%) of the maximum." } }, "light_xy_settings": { "name": "XY color mode settings", "data": { "xy_command_template": "XY command template", "xy_command_topic": "XY command topic", "xy_state_topic": "XY state topic", "xy_value_template": "XY value template" }, "data_description": { "xy_command_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) to compose message which will be sent to XY command topic. Available variables: `x` and `y`.", "xy_command_topic": "The MQTT topic to publish commands to change the light’s XY state. [Learn more.]({url}#xy_command_topic)", "xy_state_topic": "The MQTT topic subscribed to receive XY state updates. The expected payload is the X and Y color values separated by commas, for example, `0.675,0.322`. [Learn more.]({url}#xy_state_topic)", "xy_value_template": "Defines a [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to extract the XY value." } }, "target_humidity_settings": { "name": "Target humidity settings", "data": { "max_humidity": "Maximum humidity", "min_humidity": "Minimum humidity", "target_humidity_command_template": "Target humidity command template", "target_humidity_command_topic": "Target humidity command topic", "target_humidity_state_template": "Target humidity state template", "target_humidity_state_topic": "Target humidity state topic" }, "data_description": { "max_humidity": "The maximum target humidity that can be set.", "min_humidity": "The minimum target humidity that can be set.", "target_humidity_command_template": "A [template](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) to compose the payload to be published at the target humidity command topic.", "target_humidity_command_topic": "The MQTT topic to publish commands to change the climate target humidity. [Learn more.]({url}#humidity_command_topic)", "target_humidity_state_template": "A [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to render the value received on the target humidity state topic with.", "target_humidity_state_topic": "The MQTT topic to subscribe for changes of the target humidity. [Learn more.]({url}#humidity_state_topic)" } }, "target_temperature_settings": { "name": "Target temperature settings", "data": { "initial": "Initial temperature", "max_temp": "Maximum temperature", "min_temp": "Minimum temperature", "precision": "Precision", "temp_step": "Temperature step", "temperature_command_template": "Temperature command template", "temperature_command_topic": "Temperature command topic", "temperature_high_command_template": "Upper temperature command template", "temperature_high_command_topic": "Upper temperature command topic", "temperature_low_command_template": "Lower temperature command template", "temperature_low_command_topic": "Lower temperature command topic", "temperature_state_template": "Temperature state template", "temperature_state_topic": "Temperature state topic", "temperature_high_state_template": "Upper temperature state template", "temperature_high_state_topic": "Upper temperature state topic", "temperature_low_state_template": "Lower temperature state template", "temperature_low_state_topic": "Lower temperature state topic" }, "data_description": { "initial": "The climate initializes with this target temperature.", "max_temp": "The maximum target temperature that can be set.", "min_temp": "The minimum target temperature that can be set.", "precision": "The precision in degrees the thermostat is working at.", "temp_step": "The target temperature step in degrees Celsius or Fahrenheit.", "temperature_command_template": "A [template](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) to compose the payload to be published at the temperature command topic.", "temperature_command_topic": "The MQTT topic to publish commands to change the climate target temperature. [Learn more.]({url}#temperature_command_topic)", "temperature_high_command_template": "A [template](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) to compose the payload to be published at the upper temperature command topic.", "temperature_high_command_topic": "The MQTT topic to publish commands to change the climate upper target temperature. [Learn more.]({url}#temperature_high_command_topic)", "temperature_low_command_template": "A [template](https://www.home-assistant.io/docs/configuration/templating/#using-command-templates-with-mqtt) to compose the payload to be published at the lower temperature command topic.", "temperature_low_command_topic": "The MQTT topic to publish commands to change the climate lower target temperature. [Learn more.]({url}#temperature_low_command_topic)", "temperature_state_template": "A [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to render the value received on the temperature state topic with.", "temperature_state_topic": "The MQTT topic to subscribe for changes of the target temperature. [Learn more.]({url}#temperature_state_topic)", "temperature_high_state_template": "A [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to render the value received on the upper temperature state topic with.", "temperature_high_state_topic": "The MQTT topic to subscribe for changes of the upper target temperature. [Learn more.]({url}#temperature_high_state_topic)", "temperature_low_state_template": "A [template](https://www.home-assistant.io/docs/configuration/templating/#using-value-templates-with-mqtt) to render the value received on the lower temperature state topic with.", "temperature_low_state_topic": "The MQTT topic to subscribe for changes of the lower target temperature. [Learn more.]({url}#temperature_low_state_topic)" } } } }, "export": { "title": "Export MQTT device config", "description": "An export allows you to migrate the MQTT device configuration to YAML-based configuration or MQTT discovery. The configuration export can also be helpful for troubleshooting.", "menu_options": { "export_discovery": "Export MQTT discovery information", "export_yaml": "Export to YAML configuration" } }, "export_yaml": { "title": "[%key:component::mqtt::config_subentries::device::step::export::title%]", "description": "You can copy the configuration below and place it your configuration.yaml file. Home Assistant will detect if the setup of the MQTT device was tried via YAML instead, and will offer a repair flow to clean up the redundant subentry. You can also choose to change the identifiers if you do not want to remove the subentry.", "data": { "yaml": "Copy the YAML configuration below:" }, "data_description": { "yaml": "Place YAML configuration in your [configuration.yaml]({url}#yaml-configuration-listed-per-item)." } }, "export_discovery": { "title": "[%key:component::mqtt::config_subentries::device::step::export::title%]", "description": "To allow setup via MQTT [discovery]({url}#device-discovery-payload), the discovery payload needs to be published to the discovery topic. Copy the information from the fields below. Home Assistant will detect if the setup of the MQTT device was tried via MQTT discovery instead, and will offer a repair flow to clean up the redundant subentry. You can also choose to change the identifiers if you do not want to remove the subentry.", "data": { "discovery_topic": "Discovery topic", "discovery_payload": "Discovery payload:" }, "data_description": { "discovery_topic": "The [discovery topic]({url}#discovery-topic) to publish the discovery payload, used to trigger MQTT discovery. An empty payload published to this topic will remove the device and discovered entities.", "discovery_payload": "The JSON [discovery payload]({url}#device-discovery-payload) that contains information about the MQTT device." } } }, "abort": { "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]" }, "create_entry": { "default": "MQTT device with {platform} entity \"{entity}\" was set up successfully.\n\nNote that you can reconfigure the MQTT device at any time, e.g. to add more entities." }, "error": { "cover_get_and_set_position_must_be_set_together": "The get position and set position topic options must be set together", "cover_get_position_template_must_be_used_with_get_position_topic": "The position value template must be used together with the position state topic", "cover_set_position_template_must_be_used_with_set_position_topic": "The set position template must be used with the set position topic", "cover_tilt_command_template_must_be_used_with_tilt_command_topic": "The tilt command template must be used with the tilt command topic", "cover_tilt_status_template_must_be_used_with_tilt_status_topic": "The tilt value template must be used with the tilt status topic", "cover_value_template_must_be_used_with_state_topic": "The value template must be used with the state topic option", "empty_list_not_allowed": "Empty list is not allowed. Add at least one item", "fan_speed_range_max_must_be_greater_than_speed_range_min": "Speed range max must be greater than speed range min", "fan_preset_mode_reset_in_preset_modes_list": "Payload \"reset preset mode\" is not a valid as a preset mode", "invalid_input": "Invalid value", "invalid_regular_expression": "Must be a valid regular expression", "invalid_subscribe_topic": "Invalid subscribe topic", "invalid_template": "Invalid template", "invalid_supported_color_modes": "Invalid supported color modes selection", "invalid_uom": "The unit of measurement \"{unit_of_measurement}\" is not supported by the selected device class, please either remove the device class, select a device class which supports \"{unit_of_measurement}\", or pick a supported unit of measurement from the list", "invalid_uom_for_state_class": "The unit of measurement \"{unit_of_measurement}\" is not supported by the selected state class, please either remove the state class, select a state class which supports \"{unit_of_measurement}\", or pick a supported unit of measurement from the list", "invalid_url": "Invalid URL", "last_reset_not_with_state_class_total": "The last reset value template option should be used with state class 'Total' only", "max_below_min_humidity": "Max humidity value should be greater than min humidity value", "max_below_min_kelvin": "Max Kelvin value should be greater than min Kelvin value", "max_below_min_temperature": "Max temperature value should be greater than min temperature value", "options_not_allowed_with_state_class_or_uom": "The 'Options' setting is not allowed when state class or unit of measurement are used", "options_device_class_enum": "The 'Options' setting must be used with the Enumeration device class. If you continue, the existing options will be reset", "options_with_enum_device_class": "Configure options for the enumeration sensor", "preset_mode_none_not_allowed": "Preset \"none\" is not a valid preset mode", "uom_required_for_device_class": "The selected device class requires a unit" } } }, "device_automation": { "trigger_type": { "button_short_press": "\"{subtype}\" pressed", "button_short_release": "\"{subtype}\" released", "button_long_press": "\"{subtype}\" continuously pressed", "button_long_release": "\"{subtype}\" released after long press", "button_double_press": "\"{subtype}\" double clicked", "button_triple_press": "\"{subtype}\" triple clicked", "button_quadruple_press": "\"{subtype}\" quadruple clicked", "button_quintuple_press": "\"{subtype}\" quintuple clicked" }, "trigger_subtype": { "turn_on": "[%key:common::action::turn_on%]", "turn_off": "[%key:common::action::turn_off%]", "button_1": "First button", "button_2": "Second button", "button_3": "Third button", "button_4": "Fourth button", "button_5": "Fifth button", "button_6": "Sixth button" } }, "options": { "step": { "broker": { "title": "Broker options", "description": "[%key:component::mqtt::config::step::broker::description%]", "data": { "broker": "[%key:component::mqtt::config::step::broker::data::broker%]", "port": "[%key:common::config_flow::data::port%]", "username": "[%key:common::config_flow::data::username%]", "password": "[%key:common::config_flow::data::password%]", "advanced_options": "[%key:component::mqtt::config::step::broker::data::advanced_options%]", "certificate": "[%key:component::mqtt::config::step::broker::data::certificate%]", "client_id": "[%key:component::mqtt::config::step::broker::data::client_id%]", "client_cert": "[%key:component::mqtt::config::step::broker::data::client_cert%]", "client_key": "[%key:component::mqtt::config::step::broker::data::client_key%]", "keepalive": "[%key:component::mqtt::config::step::broker::data::keepalive%]", "tls_insecure": "[%key:component::mqtt::config::step::broker::data::tls_insecure%]", "protocol": "[%key:component::mqtt::config::step::broker::data::protocol%]", "set_ca_cert": "[%key:component::mqtt::config::step::broker::data::set_ca_cert%]", "set_client_cert": "[%key:component::mqtt::config::step::broker::data::set_client_cert%]", "transport": "[%key:component::mqtt::config::step::broker::data::transport%]", "ws_headers": "[%key:component::mqtt::config::step::broker::data::ws_headers%]", "ws_path": "[%key:component::mqtt::config::step::broker::data::ws_path%]" }, "data_description": { "broker": "[%key:component::mqtt::config::step::broker::data_description::broker%]", "port": "[%key:component::mqtt::config::step::broker::data_description::port%]", "username": "[%key:component::mqtt::config::step::broker::data_description::username%]", "password": "[%key:component::mqtt::config::step::broker::data_description::password%]", "advanced_options": "[%key:component::mqtt::config::step::broker::data_description::advanced_options%]", "certificate": "[%key:component::mqtt::config::step::broker::data_description::certificate%]", "client_id": "[%key:component::mqtt::config::step::broker::data_description::client_id%]", "client_cert": "[%key:component::mqtt::config::step::broker::data_description::client_cert%]", "client_key": "[%key:component::mqtt::config::step::broker::data_description::client_key%]", "keepalive": "[%key:component::mqtt::config::step::broker::data_description::keepalive%]", "tls_insecure": "[%key:component::mqtt::config::step::broker::data_description::tls_insecure%]", "protocol": "[%key:component::mqtt::config::step::broker::data_description::protocol%]", "set_ca_cert": "[%key:component::mqtt::config::step::broker::data_description::set_ca_cert%]", "set_client_cert": "[%key:component::mqtt::config::step::broker::data_description::set_client_cert%]", "transport": "[%key:component::mqtt::config::step::broker::data_description::transport%]", "ws_headers": "[%key:component::mqtt::config::step::broker::data_description::ws_headers%]", "ws_path": "[%key:component::mqtt::config::step::broker::data_description::ws_path%]" } }, "options": { "title": "MQTT options", "description": "Discovery - If discovery is enabled (recommended), Home Assistant will automatically discover devices and entities which publish their configuration on the MQTT broker. If discovery is disabled, all configuration must be done manually.\nDiscovery prefix - The prefix a configuration topic for automatic discovery must start with.\nBirth message - The birth message will be sent each time Home Assistant (re)connects to the MQTT broker.\nWill message - The will message will be sent each time Home Assistant loses its connection to the broker, both in case of a clean (e.g. Home Assistant shutting down) and in case of an unclean (e.g. Home Assistant crashing or losing its network connection) disconnect.", "data": { "discovery": "Enable discovery", "discovery_prefix": "Discovery prefix", "birth_enable": "Enable birth message", "birth_topic": "Birth message topic", "birth_payload": "Birth message payload", "birth_qos": "Birth message QoS", "birth_retain": "Birth message retain", "will_enable": "Enable will message", "will_topic": "Will message topic", "will_payload": "Will message payload", "will_qos": "Will message QoS", "will_retain": "Will message retain" }, "data_description": { "discovery": "Option to enable MQTT automatic discovery.", "discovery_prefix": "The prefix of configuration topics the MQTT integration will subscribe to.", "birth_enable": "When set, Home Assistant will publish an online message to your MQTT broker when MQTT is ready.", "birth_topic": "The MQTT topic where Home Assistant will publish a \"birth\" message.", "birth_payload": "The \"birth\" message that is published when MQTT is ready and connected.", "birth_qos": "The quality of service of the \"birth\" message that is published when MQTT is ready and connected", "birth_retain": "When set, Home Assistant will retain the \"birth\" message published to your MQTT broker.", "will_enable": "When set, Home Assistant will ask your broker to publish a \"will\" message when MQTT is stopped or when it loses the connection to your broker.", "will_topic": "The MQTT topic your MQTT broker will publish a \"will\" message to.", "will_payload": "The message your MQTT broker \"will\" publish when the MQTT integration is stopped or when the connection is lost.", "will_qos": "The quality of service of the \"will\" message that is published by your MQTT broker.", "will_retain": "When set, your MQTT broker will retain the \"will\" message." } } }, "error": { "bad_birth": "[%key:component::mqtt::config::error::bad_birth%]", "bad_will": "[%key:component::mqtt::config::error::bad_will%]", "bad_discovery_prefix": "[%key:component::mqtt::config::error::bad_discovery_prefix%]", "bad_certificate": "[%key:component::mqtt::config::error::bad_certificate%]", "bad_client_cert": "[%key:component::mqtt::config::error::bad_client_cert%]", "client_key_error": "[%key:component::mqtt::config::error::client_key_error%]", "bad_client_cert_key": "[%key:component::mqtt::config::error::bad_client_cert_key%]", "bad_ws_headers": "[%key:component::mqtt::config::error::bad_ws_headers%]", "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "invalid_inclusion": "[%key:component::mqtt::config::error::invalid_inclusion%]" } }, "selector": { "alarm_control_panel_code_mode": { "options": { "local_code": "Local code validation", "remote_code": "Numeric remote code validation", "remote_code_text": "Text remote code validation" } }, "alarm_control_panel_features": { "options": { "arm_away": "[%key:component::alarm_control_panel::services::alarm_arm_away::name%]", "arm_custom_bypass": "[%key:component::alarm_control_panel::services::alarm_arm_custom_bypass::name%]", "arm_home": "[%key:component::alarm_control_panel::services::alarm_arm_home::name%]", "arm_night": "[%key:component::alarm_control_panel::services::alarm_arm_night::name%]", "arm_vacation": "[%key:component::alarm_control_panel::services::alarm_arm_vacation::name%]", "trigger": "[%key:component::alarm_control_panel::services::alarm_trigger::name%]" } }, "climate_modes": { "options": { "off": "[%key:common::state::off%]", "auto": "[%key:common::state::auto%]", "heat": "[%key:component::climate::entity_component::_::state::heat%]", "cool": "[%key:component::climate::entity_component::_::state::cool%]", "heat_cool": "[%key:component::climate::entity_component::_::state::heat_cool%]", "dry": "[%key:component::climate::entity_component::_::state::dry%]", "fan_only": "[%key:component::climate::entity_component::_::state::fan_only%]" } }, "device_class_binary_sensor": { "options": { "battery": "[%key:component::binary_sensor::entity_component::battery::name%]", "battery_charging": "[%key:component::binary_sensor::entity_component::battery_charging::name%]", "carbon_monoxide": "[%key:component::binary_sensor::entity_component::carbon_monoxide::name%]", "cold": "[%key:component::binary_sensor::entity_component::cold::name%]", "connectivity": "[%key:component::binary_sensor::entity_component::connectivity::name%]", "door": "[%key:component::binary_sensor::entity_component::door::name%]", "garage_door": "[%key:component::binary_sensor::entity_component::garage_door::name%]", "gas": "[%key:component::binary_sensor::entity_component::gas::name%]", "heat": "[%key:component::binary_sensor::entity_component::heat::name%]", "light": "[%key:component::binary_sensor::entity_component::light::name%]", "lock": "[%key:component::binary_sensor::entity_component::lock::name%]", "moisture": "[%key:component::binary_sensor::entity_component::moisture::name%]", "motion": "[%key:component::binary_sensor::entity_component::motion::name%]", "moving": "[%key:component::binary_sensor::entity_component::moving::name%]", "occupancy": "[%key:component::binary_sensor::entity_component::occupancy::name%]", "opening": "[%key:component::binary_sensor::entity_component::opening::name%]", "plug": "[%key:component::binary_sensor::entity_component::plug::name%]", "power": "[%key:component::binary_sensor::entity_component::power::name%]", "presence": "[%key:component::binary_sensor::entity_component::presence::name%]", "problem": "[%key:component::binary_sensor::entity_component::problem::name%]", "running": "[%key:component::binary_sensor::entity_component::running::name%]", "safety": "[%key:component::binary_sensor::entity_component::safety::name%]", "smoke": "[%key:component::binary_sensor::entity_component::smoke::name%]", "sound": "[%key:component::binary_sensor::entity_component::sound::name%]", "tamper": "[%key:component::binary_sensor::entity_component::tamper::name%]", "update": "[%key:component::binary_sensor::entity_component::update::name%]", "vibration": "[%key:component::binary_sensor::entity_component::vibration::name%]", "window": "[%key:component::binary_sensor::entity_component::window::name%]" } }, "device_class_button": { "options": { "identify": "[%key:component::button::entity_component::identify::name%]", "restart": "[%key:common::action::restart%]", "update": "[%key:component::button::entity_component::update::name%]" } }, "device_class_cover": { "options": { "awning": "[%key:component::cover::entity_component::awning::name%]", "blind": "[%key:component::cover::entity_component::blind::name%]", "curtain": "[%key:component::cover::entity_component::curtain::name%]", "damper": "[%key:component::cover::entity_component::damper::name%]", "door": "[%key:component::cover::entity_component::door::name%]", "garage": "[%key:component::cover::entity_component::garage::name%]", "gate": "[%key:component::cover::entity_component::gate::name%]", "shade": "[%key:component::cover::entity_component::shade::name%]", "shutter": "[%key:component::cover::entity_component::shutter::name%]", "window": "[%key:component::cover::entity_component::window::name%]" } }, "device_class_sensor": { "options": { "absolute_humidity": "[%key:component::sensor::entity_component::absolute_humidity::name%]", "apparent_power": "[%key:component::sensor::entity_component::apparent_power::name%]", "area": "[%key:component::sensor::entity_component::area::name%]", "aqi": "[%key:component::sensor::entity_component::aqi::name%]", "atmospheric_pressure": "[%key:component::sensor::entity_component::atmospheric_pressure::name%]", "battery": "[%key:component::sensor::entity_component::battery::name%]", "blood_glucose_concentration": "[%key:component::sensor::entity_component::blood_glucose_concentration::name%]", "carbon_dioxide": "[%key:component::sensor::entity_component::carbon_dioxide::name%]", "carbon_monoxide": "[%key:component::sensor::entity_component::carbon_monoxide::name%]", "conductivity": "[%key:component::sensor::entity_component::conductivity::name%]", "current": "[%key:component::sensor::entity_component::current::name%]", "data_rate": "[%key:component::sensor::entity_component::data_rate::name%]", "data_size": "[%key:component::sensor::entity_component::data_size::name%]", "date": "[%key:component::sensor::entity_component::date::name%]", "distance": "[%key:component::sensor::entity_component::distance::name%]", "duration": "[%key:component::sensor::entity_component::duration::name%]", "energy": "[%key:component::sensor::entity_component::energy::name%]", "energy_distance": "[%key:component::sensor::entity_component::energy_distance::name%]", "energy_storage": "[%key:component::sensor::entity_component::energy_storage::name%]", "enum": "Enumeration", "frequency": "[%key:component::sensor::entity_component::frequency::name%]", "gas": "[%key:component::sensor::entity_component::gas::name%]", "humidity": "[%key:component::sensor::entity_component::humidity::name%]", "illuminance": "[%key:component::sensor::entity_component::illuminance::name%]", "irradiance": "[%key:component::sensor::entity_component::irradiance::name%]", "moisture": "[%key:component::sensor::entity_component::moisture::name%]", "monetary": "[%key:component::sensor::entity_component::monetary::name%]", "nitrogen_dioxide": "[%key:component::sensor::entity_component::nitrogen_dioxide::name%]", "nitrogen_monoxide": "[%key:component::sensor::entity_component::nitrogen_monoxide::name%]", "nitrous_oxide": "[%key:component::sensor::entity_component::nitrous_oxide::name%]", "ozone": "[%key:component::sensor::entity_component::ozone::name%]", "ph": "[%key:component::sensor::entity_component::ph::name%]", "pm1": "[%key:component::sensor::entity_component::pm1::name%]", "pm10": "[%key:component::sensor::entity_component::pm10::name%]", "pm25": "[%key:component::sensor::entity_component::pm25::name%]", "power": "[%key:component::sensor::entity_component::power::name%]", "power_factor": "[%key:component::sensor::entity_component::power_factor::name%]", "precipitation": "[%key:component::sensor::entity_component::precipitation::name%]", "precipitation_intensity": "[%key:component::sensor::entity_component::precipitation_intensity::name%]", "pressure": "[%key:component::sensor::entity_component::pressure::name%]", "reactive_power": "[%key:component::sensor::entity_component::reactive_power::name%]", "signal_strength": "[%key:component::sensor::entity_component::signal_strength::name%]", "sound_pressure": "[%key:component::sensor::entity_component::sound_pressure::name%]", "speed": "[%key:component::sensor::entity_component::speed::name%]", "sulphur_dioxide": "[%key:component::sensor::entity_component::sulphur_dioxide::name%]", "temperature": "[%key:component::sensor::entity_component::temperature::name%]", "timestamp": "[%key:component::sensor::entity_component::timestamp::name%]", "volatile_organic_compounds": "[%key:component::sensor::entity_component::volatile_organic_compounds::name%]", "volatile_organic_compounds_parts": "[%key:component::sensor::entity_component::volatile_organic_compounds_parts::name%]", "voltage": "[%key:component::sensor::entity_component::voltage::name%]", "volume": "[%key:component::sensor::entity_component::volume::name%]", "volume_flow_rate": "[%key:component::sensor::entity_component::volume_flow_rate::name%]", "volume_storage": "[%key:component::sensor::entity_component::volume_storage::name%]", "water": "[%key:component::sensor::entity_component::water::name%]", "weight": "[%key:component::sensor::entity_component::weight::name%]", "wind_direction": "[%key:component::sensor::entity_component::wind_direction::name%]", "wind_speed": "[%key:component::sensor::entity_component::wind_speed::name%]" } }, "device_class_switch": { "options": { "outlet": "[%key:component::switch::entity_component::outlet::name%]", "switch": "[%key:component::switch::title%]" } }, "entity_category": { "options": { "config": "Config", "diagnostic": "Diagnostic" } }, "light_schema": { "options": { "basic": "Default schema", "json": "JSON", "template": "Template" } }, "on_command_type": { "options": { "brightness": "Brightness", "first": "First", "last": "Last" } }, "platform": { "options": { "alarm_control_panel": "[%key:component::alarm_control_panel::title%]", "binary_sensor": "[%key:component::binary_sensor::title%]", "button": "[%key:component::button::title%]", "climate": "[%key:component::climate::title%]", "cover": "[%key:component::cover::title%]", "fan": "[%key:component::fan::title%]", "light": "[%key:component::light::title%]", "lock": "[%key:component::lock::title%]", "notify": "[%key:component::notify::title%]", "sensor": "[%key:component::sensor::title%]", "switch": "[%key:component::switch::title%]" } }, "set_ca_cert": { "options": { "off": "[%key:common::state::off%]", "auto": "[%key:common::state::auto%]", "custom": "Custom" } }, "state_class": { "options": { "measurement": "[%key:component::sensor::entity_component::_::state_attributes::state_class::state::measurement%]", "measurement_angle": "[%key:component::sensor::entity_component::_::state_attributes::state_class::state::measurement_angle%]", "total": "[%key:component::sensor::entity_component::_::state_attributes::state_class::state::total%]", "total_increasing": "[%key:component::sensor::entity_component::_::state_attributes::state_class::state::total_increasing%]" } }, "supported_color_modes": { "options": { "onoff": "[%key:component::light::entity_component::_::state_attributes::color_mode::state::onoff%]", "brightness": "[%key:component::light::entity_component::_::state_attributes::color_mode::state::brightness%]", "color_temp": "[%key:component::light::entity_component::_::state_attributes::color_mode::state::color_temp%]", "hs": "[%key:component::light::entity_component::_::state_attributes::color_mode::state::hs%]", "xy": "[%key:component::light::entity_component::_::state_attributes::color_mode::state::xy%]", "rgb": "[%key:component::light::entity_component::_::state_attributes::color_mode::state::rgb%]", "rgbw": "[%key:component::light::entity_component::_::state_attributes::color_mode::state::rgbw%]", "rgbww": "[%key:component::light::entity_component::_::state_attributes::color_mode::state::rgbww%]", "white": "[%key:component::light::entity_component::_::state_attributes::color_mode::state::white%]" } }, "target_temperature_feature": { "options": { "single": "Single target temperature", "high_low": "Upper/lower target temperature", "none": "No target temperature" } } }, "services": { "publish": { "name": "Publish", "description": "Publishes a message to an MQTT topic.", "fields": { "evaluate_payload": { "name": "Evaluate payload", "description": "If 'Payload' is a Python bytes literal, evaluate the bytes literal and publish the raw data." }, "topic": { "name": "Topic", "description": "Topic to publish to." }, "payload": { "name": "Payload", "description": "The payload to publish. Publishes an empty message if not provided." }, "qos": { "name": "QoS", "description": "Quality of Service to use. 0: At most once. 1: At least once. 2: Exactly once." }, "retain": { "name": "Retain", "description": "If the message should have the retain flag set. If set, the broker stores the most recent message on a topic." } } }, "dump": { "name": "Export", "description": "Writes all messages on a specific topic into the `mqtt_dump.txt` file in your configuration folder.", "fields": { "topic": { "name": "[%key:component::mqtt::services::publish::fields::topic::name%]", "description": "Topic to listen to." }, "duration": { "name": "Duration", "description": "How long we should listen for messages in seconds." } } }, "reload": { "name": "[%key:common::action::reload%]", "description": "Reloads MQTT entities from the YAML-configuration." } }, "triggers": { "_": { "name": "MQTT", "description": "When a specific message is received on a given MQTT topic.", "description_configured": "When an MQTT message has been received", "fields": { "payload": { "name": "Payload", "description": "The payload to trigger on." }, "topic": { "name": "Topic", "description": "MQTT topic to listen to." } } } }, "exceptions": { "addon_start_failed": { "message": "Failed to correctly start {addon} add-on." }, "command_template_error": { "message": "Parsing template `{command_template}` for entity `{entity_id}` failed with error: {error}." }, "invalid_platform_config": { "message": "Reloading YAML config for manually configured MQTT `{domain}` item failed. See logs for more details." }, "invalid_publish_topic": { "message": "Unable to publish: topic template `{topic_template}` produced an invalid topic `{topic}` after rendering ({error})" }, "mqtt_broker_error": { "message": "Error talking to MQTT: {error_message}." }, "mqtt_not_setup_cannot_subscribe": { "message": "Cannot subscribe to topic \"{topic}\", make sure MQTT is set up correctly." }, "mqtt_not_setup_cannot_publish": { "message": "Cannot publish to topic \"{topic}\", make sure MQTT is set up correctly." }, "mqtt_not_setup_cannot_unsubscribe_twice": { "message": "Cannot unsubscribe topic \"{topic}\" twice." }, "mqtt_topic_not_a_string": { "message": "Topic needs to be a string! Got: {topic}." }, "mqtt_trigger_cannot_remove_twice": { "message": "Can't remove trigger twice." } } }