You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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)",
@@ -275,8 +277,10 @@
275
277
"state_class": "The [State class]({available_state_classes_url}) of the sensor. [Learn more.]({url}#state_class)",
276
278
"suggested_display_precision": "The number of decimals which should be used in the {platform} entity state after rounding. [Learn more.]({url}#suggested_display_precision)",
277
279
"supported_features": "The features that the entity supports.",
278
-
"temperature_unit": "This determines the native unit of measurement the MQTT climate device works with.",
279
-
"unit_of_measurement": "Defines the unit of measurement, if any."
280
+
"temperature_unit": "This determines the native unit of measurement the MQTT device works with.",
281
+
"unit_of_measurement": "Defines the unit of measurement, if any.",
282
+
"water_heater_feature_current_temperature": "The water heater supports reporting the current temperature.",
283
+
"water_heater_feature_power": "The water heater supports the power \"on\" and \"off\" commands."
280
284
},
281
285
"description": "Please configure specific details for {platform} entity \"{entity}\":",
282
286
"sections": {
@@ -400,7 +404,7 @@
400
404
"min": "Minimum value. [Learn more.]({url}#min)",
401
405
"mode": "Control how the number should be displayed in the UI. [Learn more.]({url}#mode)",
402
406
"mode_command_template": "[Template]({command_templating_url}) to define the operation mode to be sent to the operation mode command topic. [Learn more.]({url}#mode_command_template)",
403
-
"mode_command_topic": "The MQTT topic to publish commands to change the climate operation mode. [Learn more.]({url}#mode_command_topic)",
407
+
"mode_command_topic": "The MQTT topic to publish commands to change the operation mode. [Learn more.]({url}#mode_command_topic)",
404
408
"mode_state_template": "Defines a [template]({value_templating_url}) to extract the operation mode state. [Learn more.]({url}#mode_state_template)",
405
409
"mode_state_topic": "The MQTT topic subscribed to receive operation mode state messages. [Learn more.]({url}#mode_state_topic)",
406
410
"modes": "A list of supported operation modes. [Learn more.]({url}#modes)",
@@ -957,13 +961,13 @@
957
961
"temperature_state_topic": "Temperature state topic"
958
962
},
959
963
"data_description": {
960
-
"initial": "The climate initializes with this target temperature.",
964
+
"initial": "The device initializes with this target temperature.",
961
965
"max_temp": "The maximum target temperature that can be set.",
962
966
"min_temp": "The minimum target temperature that can be set.",
963
967
"precision": "The precision in degrees the thermostat is working at.",
964
968
"temp_step": "The target temperature step in degrees Celsius or Fahrenheit.",
965
969
"temperature_command_template": "A [template]({command_templating_url}) to compose the payload to be published at the temperature command topic.",
966
-
"temperature_command_topic": "The MQTT topic to publish commands to change the climate target temperature. [Learn more.]({url}#temperature_command_topic)",
970
+
"temperature_command_topic": "The MQTT topic to publish commands to change the target temperature. [Learn more.]({url}#temperature_command_topic)",
967
971
"temperature_high_command_template": "A [template]({command_templating_url}) to compose the payload to be published at the upper temperature command topic.",
968
972
"temperature_high_command_topic": "The MQTT topic to publish commands to change the climate upper target temperature. [Learn more.]({url}#temperature_high_command_topic)",
969
973
"temperature_high_state_template": "A [template]({value_templating_url}) to render the value received on the upper temperature state topic with.",
@@ -1012,6 +1016,21 @@
1012
1016
"state_opening": "The payload received at the state topic that represents the \"opening\" state."
"power_command_topic": "The MQTT topic to publish commands to change the water heater power state. Sends the payload configured with payload \"on\" or payload \"off\". [Learn more.]({url}#power_command_topic)"
0 commit comments