Adjust channel min state (#14219)

Signed-off-by: lsiepel <leosiepel@gmail.com>
This commit is contained in:
lsiepel 2023-01-14 12:43:34 +01:00 committed by GitHub
parent f4268c4964
commit 649da669ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@
<item-type>Number:Temperature</item-type> <item-type>Number:Temperature</item-type>
<label>@text/channel-type.gree.targettemperature.label</label> <label>@text/channel-type.gree.targettemperature.label</label>
<description>@text/channel-type.gree.targettemperature.description</description> <description>@text/channel-type.gree.targettemperature.description</description>
<state min="16" max="86" step="1" pattern="%d %unit%"></state> <state min="5" max="86" step="1" pattern="%d %unit%"></state>
</channel-type> </channel-type>
<channel-type id="currentTemperature"> <channel-type id="currentTemperature">
<item-type>Number:Temperature</item-type> <item-type>Number:Temperature</item-type>