-
Notifications
You must be signed in to change notification settings - Fork 21
Documentation error in climate component #44
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
According climate/climate.html from line 36 on there is an error in climate/locales/en-US/climate.html
It should be:
<h3>Details</h3>
<dl class="message-properties">
<dt>payload <span class="property-type">Current Temperature</span></dt>
<dt>mode <span class="property-type">Mode</span></dt>
<dt>swingMode <span class="property-type">Swing Mode</span></dt>
<dt>fanMode <span class="property-type">Fan Mode</span></dt>
<dt>target_humidity <span class="property-type">Target Humidity</span></dt>
</dl>
(Second, third and fourth description Text is wrong)
Thanks for fixing!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation