Skip to content

Commit 22daed0

Browse files
authored
Fix MQTT link text to be sentence cased (home-assistant#157191)
1 parent 13384de commit 22daed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/mqtt/strings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
"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.",
275275
"reports_position": "Set this option if the valve reports the position or supports setting the position. Enabling this option will cause the position to be published instead of a payload defined by payload \"open\", payload \"close\" or payload \"stop\". When receiving messages, state topic will accept numeric payloads or one of the configured state messages.",
276276
"schema": "The schema to use. [Learn more.]({url}#comparison-of-light-mqtt-schemas)",
277-
"state_class": "The [State class]({available_state_classes_url}) of the sensor. [Learn more.]({url}#state_class)",
277+
"state_class": "The [state class]({available_state_classes_url}) of the sensor. [Learn more.]({url}#state_class)",
278278
"suggested_display_precision": "The number of decimals which should be used in the {platform} entity state after rounding. [Learn more.]({url}#suggested_display_precision)",
279279
"supported_features": "The features that the entity supports.",
280280
"temperature_unit": "This determines the native unit of measurement the MQTT device works with.",

0 commit comments

Comments
 (0)