[boschshc] allow setting the temperature by disabling read-only state of setpoint-temperature (#14081) (#14352)
Signed-off-by: Viktor Koop <viktor.koop@googlemail.com>
This commit is contained in:
parent
988fde1aba
commit
afaccd1cd1
|
@ -498,7 +498,7 @@
|
|||
<item-type>Number:Temperature</item-type>
|
||||
<label>Setpoint Temperature</label>
|
||||
<description>Desired temperature.</description>
|
||||
<state min="5" max="30" step="0.5" pattern="%.1f %unit%" readOnly="true"/>
|
||||
<state min="5" max="30" step="0.5" pattern="%.1f %unit%" readOnly="false"/>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="child-lock">
|
||||
|
|
Loading…
Reference in New Issue