v0.13.4
This commit is contained in:
+9
-9
@@ -1189,16 +1189,16 @@
|
||||
<details class="profile-editor">
|
||||
<summary data-i18n="zones.profileTemperatures">Comfort / sleep / away temperatures</summary>
|
||||
<div class="profile-grid"><strong data-i18n="mode.cool">Cooling</strong><label><span
|
||||
data-i18n="preset.comfort">Comfort</span><input type="text" inputmode="decimal" step="0.5"
|
||||
data-i18n="preset.comfort">Comfort</span><input type="text" inputmode="decimal" step="0.1"
|
||||
name="cool_comfort_setpoint" value="23"></label><label><span data-i18n="preset.sleep">Sleep</span><input
|
||||
type="text" inputmode="decimal" step="0.5" name="cool_sleep_setpoint" value="24.5"></label><label><span
|
||||
data-i18n="preset.away">Away</span><input type="text" inputmode="decimal" step="0.5"
|
||||
type="text" inputmode="decimal" step="0.1" name="cool_sleep_setpoint" value="24.5"></label><label><span
|
||||
data-i18n="preset.away">Away</span><input type="text" inputmode="decimal" step="0.1"
|
||||
name="cool_away_setpoint" value="27"></label></div>
|
||||
<div class="profile-grid"><strong data-i18n="mode.heat">Heating</strong><label><span
|
||||
data-i18n="preset.comfort">Comfort</span><input type="text" inputmode="decimal" step="0.5"
|
||||
data-i18n="preset.comfort">Comfort</span><input type="text" inputmode="decimal" step="0.1"
|
||||
name="heat_comfort_setpoint" value="21"></label><label><span data-i18n="preset.sleep">Sleep</span><input
|
||||
type="text" inputmode="decimal" step="0.5" name="heat_sleep_setpoint" value="19"></label><label><span
|
||||
data-i18n="preset.away">Away</span><input type="text" inputmode="decimal" step="0.5"
|
||||
type="text" inputmode="decimal" step="0.1" name="heat_sleep_setpoint" value="19"></label><label><span
|
||||
data-i18n="preset.away">Away</span><input type="text" inputmode="decimal" step="0.1"
|
||||
name="heat_away_setpoint" value="17"></label></div>
|
||||
</details>
|
||||
<div class="two zone-hysteresis-row">
|
||||
@@ -1280,8 +1280,8 @@
|
||||
<button type="button" class="danger" id="temporaryThermostatStop" data-i18n="zones.temporaryStop">Zakończ
|
||||
teraz</button>
|
||||
</div>
|
||||
<label><span data-i18n="zones.temporaryTarget">Temperatura szybkiego termostatu</span><input type="number"
|
||||
name="target_temperature" min="8" max="30" step="0.5" required></label>
|
||||
<label><span data-i18n="zones.temporaryTarget">Temperatura szybkiego termostatu</span><input type="text"
|
||||
inputmode="decimal" name="target_temperature" min="8" max="30" step="0.1" required></label>
|
||||
<label><span data-i18n="zones.temporaryStartRule">Kiedy uruchomić</span><select name="start_kind"
|
||||
id="temporaryStartKind">
|
||||
<option value="now" data-i18n="zones.temporaryStartNow">Od razu</option>
|
||||
@@ -1404,7 +1404,7 @@
|
||||
<option value="custom" data-i18n="preset.custom">Custom temperature</option>
|
||||
</select></label>
|
||||
<label id="scheduleSetpointField"><span data-i18n="common.temperatureC">Custom temperature °C</span><input
|
||||
type="text" inputmode="decimal" name="setpoint" step="0.5" min="8" max="30" value="23"></label>
|
||||
type="text" inputmode="decimal" name="setpoint" step="0.1" min="8" max="30" value="23"></label>
|
||||
<label class="check"><input type="checkbox" name="enabled" checked> <span
|
||||
data-i18n="common.enabled">Enabled</span></label>
|
||||
<div class="form-actions"><button type="button" class="secondary" data-close
|
||||
|
||||
Reference in New Issue
Block a user