Make more channels advanced (#14168)

Signed-off-by: Mark Hilbush <mark@hilbush.com>
This commit is contained in:
Mark Hilbush 2023-01-06 06:49:30 -05:00 committed by GitHub
parent 4dd6d3a8a2
commit 5655303cf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -299,22 +299,22 @@
<label>Desired Fan Mode</label> <label>Desired Fan Mode</label>
<state readOnly="true" pattern="%s"/> <state readOnly="true" pattern="%s"/>
</channel-type> </channel-type>
<channel-type id="desiredHeatRangeLow"> <channel-type id="desiredHeatRangeLow" advanced="true">
<item-type>Number:Temperature</item-type> <item-type>Number:Temperature</item-type>
<label>Desired Heat Range Low</label> <label>Desired Heat Range Low</label>
<state readOnly="true" pattern="%.1f %unit%"/> <state readOnly="true" pattern="%.1f %unit%"/>
</channel-type> </channel-type>
<channel-type id="desiredHeatRangeHigh"> <channel-type id="desiredHeatRangeHigh" advanced="true">
<item-type>Number:Temperature</item-type> <item-type>Number:Temperature</item-type>
<label>Desired Heat Range High</label> <label>Desired Heat Range High</label>
<state readOnly="true" pattern="%.1f %unit%"/> <state readOnly="true" pattern="%.1f %unit%"/>
</channel-type> </channel-type>
<channel-type id="desiredCoolRangeLow"> <channel-type id="desiredCoolRangeLow" advanced="true">
<item-type>Number:Temperature</item-type> <item-type>Number:Temperature</item-type>
<label>Desired Cool Range Low</label> <label>Desired Cool Range Low</label>
<state readOnly="true" pattern="%.1f %unit%"/> <state readOnly="true" pattern="%.1f %unit%"/>
</channel-type> </channel-type>
<channel-type id="desiredCoolRangeHigh"> <channel-type id="desiredCoolRangeHigh" advanced="true">
<item-type>Number:Temperature</item-type> <item-type>Number:Temperature</item-type>
<label>Desired Cool Range High</label> <label>Desired Cool Range High</label>
<state readOnly="true" pattern="%.1f %unit%"/> <state readOnly="true" pattern="%.1f %unit%"/>
@ -554,32 +554,32 @@
<label>Quick Save Set Forward</label> <label>Quick Save Set Forward</label>
<state readOnly="false" pattern="%.0f"/> <state readOnly="false" pattern="%.0f"/>
</channel-type> </channel-type>
<channel-type id="hasHeatPump"> <channel-type id="hasHeatPump" advanced="true">
<item-type>Switch</item-type> <item-type>Switch</item-type>
<label>Has Heat Pump</label> <label>Has Heat Pump</label>
<state readOnly="true" pattern="%s"/> <state readOnly="true" pattern="%s"/>
</channel-type> </channel-type>
<channel-type id="hasForcedAir"> <channel-type id="hasForcedAir" advanced="true">
<item-type>Switch</item-type> <item-type>Switch</item-type>
<label>Has Forced Air</label> <label>Has Forced Air</label>
<state readOnly="true" pattern="%s"/> <state readOnly="true" pattern="%s"/>
</channel-type> </channel-type>
<channel-type id="hasBoiler"> <channel-type id="hasBoiler" advanced="true">
<item-type>Switch</item-type> <item-type>Switch</item-type>
<label>Has Boiler</label> <label>Has Boiler</label>
<state readOnly="true" pattern="%s"/> <state readOnly="true" pattern="%s"/>
</channel-type> </channel-type>
<channel-type id="hasHumidifier"> <channel-type id="hasHumidifier" advanced="true">
<item-type>Switch</item-type> <item-type>Switch</item-type>
<label>Has Humidifier</label> <label>Has Humidifier</label>
<state readOnly="true" pattern="%s"/> <state readOnly="true" pattern="%s"/>
</channel-type> </channel-type>
<channel-type id="hasElectric"> <channel-type id="hasElectric" advanced="true">
<item-type>Switch</item-type> <item-type>Switch</item-type>
<label>Has Electric</label> <label>Has Electric</label>
<state readOnly="true" pattern="%s"/> <state readOnly="true" pattern="%s"/>
</channel-type> </channel-type>
<channel-type id="hasDehumidifier"> <channel-type id="hasDehumidifier" advanced="true">
<item-type>Switch</item-type> <item-type>Switch</item-type>
<label>Has Dehumidifier</label> <label>Has Dehumidifier</label>
<state readOnly="true" pattern="%s"/> <state readOnly="true" pattern="%s"/>
@ -744,22 +744,22 @@
<label>WiFi Offline Alert</label> <label>WiFi Offline Alert</label>
<state readOnly="false" pattern="%s"/> <state readOnly="false" pattern="%s"/>
</channel-type> </channel-type>
<channel-type id="heatMinTemp"> <channel-type id="heatMinTemp" advanced="true">
<item-type>Number:Temperature</item-type> <item-type>Number:Temperature</item-type>
<label>Heat Min Temp</label> <label>Heat Min Temp</label>
<state readOnly="true" pattern="%.1f %unit%"/> <state readOnly="true" pattern="%.1f %unit%"/>
</channel-type> </channel-type>
<channel-type id="heatMaxTemp"> <channel-type id="heatMaxTemp" advanced="true">
<item-type>Number:Temperature</item-type> <item-type>Number:Temperature</item-type>
<label>Heat Max Temp</label> <label>Heat Max Temp</label>
<state readOnly="true" pattern="%.1f %unit%"/> <state readOnly="true" pattern="%.1f %unit%"/>
</channel-type> </channel-type>
<channel-type id="coolMinTemp"> <channel-type id="coolMinTemp" advanced="true">
<item-type>Number:Temperature</item-type> <item-type>Number:Temperature</item-type>
<label>Cool Min Temp</label> <label>Cool Min Temp</label>
<state readOnly="true" pattern="%.1f %unit%"/> <state readOnly="true" pattern="%.1f %unit%"/>
</channel-type> </channel-type>
<channel-type id="coolMaxTemp"> <channel-type id="coolMaxTemp" advanced="true">
<item-type>Number:Temperature</item-type> <item-type>Number:Temperature</item-type>
<label>Cool Max Temp</label> <label>Cool Max Temp</label>
<state readOnly="true" pattern="%.1f %unit%"/> <state readOnly="true" pattern="%.1f %unit%"/>
@ -949,12 +949,12 @@
<label>Ventilator Min On Time Away</label> <label>Ventilator Min On Time Away</label>
<state readOnly="false" pattern="%.0f"/> <state readOnly="false" pattern="%.0f"/>
</channel-type> </channel-type>
<channel-type id="backlightOffDuringSleep"> <channel-type id="backlightOffDuringSleep" advanced="true">
<item-type>Switch</item-type> <item-type>Switch</item-type>
<label>Backlight Off During Sleep</label> <label>Backlight Off During Sleep</label>
<state readOnly="false" pattern="%s"/> <state readOnly="false" pattern="%s"/>
</channel-type> </channel-type>
<channel-type id="autoAway"> <channel-type id="autoAway" advanced="true">
<item-type>Switch</item-type> <item-type>Switch</item-type>
<label>Auto Away</label> <label>Auto Away</label>
<state readOnly="false" pattern="%s"/> <state readOnly="false" pattern="%s"/>
@ -1047,7 +1047,7 @@
</channels> </channels>
</channel-group-type> </channel-group-type>
<channel-type id="alertAcknowledgeRef"> <channel-type id="alertAcknowledgeRef" advanced="true">
<item-type>String</item-type> <item-type>String</item-type>
<label>Acknowledge Ref</label> <label>Acknowledge Ref</label>
<state readOnly="true" pattern="%s"/> <state readOnly="true" pattern="%s"/>
@ -1072,12 +1072,12 @@
<label>Text</label> <label>Text</label>
<state readOnly="true" pattern="%s"/> <state readOnly="true" pattern="%s"/>
</channel-type> </channel-type>
<channel-type id="alertNumber"> <channel-type id="alertNumber" advanced="true">
<item-type>Number</item-type> <item-type>Number</item-type>
<label>Number</label> <label>Number</label>
<state readOnly="true" pattern="%.0f"/> <state readOnly="true" pattern="%.0f"/>
</channel-type> </channel-type>
<channel-type id="alertType"> <channel-type id="alertType" advanced="true">
<item-type>String</item-type> <item-type>String</item-type>
<label>Type</label> <label>Type</label>
<state readOnly="true" pattern="%s"/> <state readOnly="true" pattern="%s"/>
@ -1087,7 +1087,7 @@
<label>Is Operator Alert</label> <label>Is Operator Alert</label>
<state readOnly="true" pattern="%s"/> <state readOnly="true" pattern="%s"/>
</channel-type> </channel-type>
<channel-type id="alertReminder"> <channel-type id="alertReminder" advanced="true">
<item-type>String</item-type> <item-type>String</item-type>
<label>Reminder</label> <label>Reminder</label>
<state readOnly="true" pattern="%s"/> <state readOnly="true" pattern="%s"/>
@ -1107,7 +1107,7 @@
<label>Send Email</label> <label>Send Email</label>
<state readOnly="true" pattern="%s"/> <state readOnly="true" pattern="%s"/>
</channel-type> </channel-type>
<channel-type id="alertAcknowledgement"> <channel-type id="alertAcknowledgement" advanced="true">
<item-type>String</item-type> <item-type>String</item-type>
<label>Acknowledgement</label> <label>Acknowledgement</label>
<state readOnly="true" pattern="%s"/> <state readOnly="true" pattern="%s"/>
@ -1227,12 +1227,12 @@
<label>Heat Hold Temp</label> <label>Heat Hold Temp</label>
<state readOnly="true" pattern="%.0f"/> <state readOnly="true" pattern="%.0f"/>
</channel-type> </channel-type>
<channel-type id="eventFan"> <channel-type id="eventFan" advanced="true">
<item-type>String</item-type> <item-type>String</item-type>
<label>Fan</label> <label>Fan</label>
<state readOnly="true" pattern="%s"/> <state readOnly="true" pattern="%s"/>
</channel-type> </channel-type>
<channel-type id="eventVent"> <channel-type id="eventVent" advanced="true">
<item-type>String</item-type> <item-type>String</item-type>
<label>Vent</label> <label>Vent</label>
<state readOnly="true" pattern="%s"/> <state readOnly="true" pattern="%s"/>
@ -1363,7 +1363,7 @@
<label>Symbol</label> <label>Symbol</label>
<state readOnly="true" pattern="%.0f"/> <state readOnly="true" pattern="%.0f"/>
</channel-type> </channel-type>
<channel-type id="weatherWeatherSymbolText"> <channel-type id="weatherWeatherSymbolText" advanced="true">
<item-type>String</item-type> <item-type>String</item-type>
<label>Symbol Text</label> <label>Symbol Text</label>
<state readOnly="true" pattern="%s"/> <state readOnly="true" pattern="%s"/>
@ -1393,12 +1393,12 @@
<label>Relative Humidity</label> <label>Relative Humidity</label>
<state readOnly="true" pattern="%.0f %unit%"/> <state readOnly="true" pattern="%.0f %unit%"/>
</channel-type> </channel-type>
<channel-type id="weatherDewpoint"> <channel-type id="weatherDewpoint" advanced="true">
<item-type>Number:Temperature</item-type> <item-type>Number:Temperature</item-type>
<label>Dewpoint</label> <label>Dewpoint</label>
<state readOnly="true" pattern="%.1f %unit%"/> <state readOnly="true" pattern="%.1f %unit%"/>
</channel-type> </channel-type>
<channel-type id="weatherVisibility"> <channel-type id="weatherVisibility" advanced="true">
<item-type>Number</item-type> <item-type>Number</item-type>
<label>Visibility</label> <label>Visibility</label>
<state readOnly="true" pattern="%.0f %unit%"/> <state readOnly="true" pattern="%.0f %unit%"/>
@ -1423,7 +1423,7 @@
<label>Wind Bearing</label> <label>Wind Bearing</label>
<state readOnly="true" pattern="%.0f %unit%"/> <state readOnly="true" pattern="%.0f %unit%"/>
</channel-type> </channel-type>
<channel-type id="weatherPop"> <channel-type id="weatherPop" advanced="true">
<item-type>Number:Dimensionless</item-type> <item-type>Number:Dimensionless</item-type>
<label>Probability of Precipitation</label> <label>Probability of Precipitation</label>
<state readOnly="true" pattern="%.0f %unit%"/> <state readOnly="true" pattern="%.0f %unit%"/>
@ -1443,7 +1443,7 @@
<label>Sky</label> <label>Sky</label>
<state readOnly="true" pattern="%.0f"/> <state readOnly="true" pattern="%.0f"/>
</channel-type> </channel-type>
<channel-type id="weatherSkyText"> <channel-type id="weatherSkyText" advanced="true">
<item-type>String</item-type> <item-type>String</item-type>
<label>Sky Text</label> <label>Sky Text</label>
<state readOnly="true" pattern="%s"/> <state readOnly="true" pattern="%s"/>
@ -1490,22 +1490,22 @@
<label>City</label> <label>City</label>
<state readOnly="false" pattern="%s"/> <state readOnly="false" pattern="%s"/>
</channel-type> </channel-type>
<channel-type id="locationProvinceState"> <channel-type id="locationProvinceState" advanced="true">
<item-type>String</item-type> <item-type>String</item-type>
<label>Province/State</label> <label>Province/State</label>
<state readOnly="false" pattern="%s"/> <state readOnly="false" pattern="%s"/>
</channel-type> </channel-type>
<channel-type id="locationCountry"> <channel-type id="locationCountry" advanced="true">
<item-type>String</item-type> <item-type>String</item-type>
<label>Country</label> <label>Country</label>
<state readOnly="false" pattern="%s"/> <state readOnly="false" pattern="%s"/>
</channel-type> </channel-type>
<channel-type id="locationPostalCode"> <channel-type id="locationPostalCode" advanced="true">
<item-type>String</item-type> <item-type>String</item-type>
<label>Postal Code</label> <label>Postal Code</label>
<state readOnly="false" pattern="%s"/> <state readOnly="false" pattern="%s"/>
</channel-type> </channel-type>
<channel-type id="locationPhoneNumber"> <channel-type id="locationPhoneNumber" advanced="true">
<item-type>String</item-type> <item-type>String</item-type>
<label>Phone Number</label> <label>Phone Number</label>
<state readOnly="false" pattern="%s"/> <state readOnly="false" pattern="%s"/>
@ -1651,12 +1651,12 @@
<label>Phone</label> <label>Phone</label>
<state readOnly="true" pattern="%s"/> <state readOnly="true" pattern="%s"/>
</channel-type> </channel-type>
<channel-type id="technicianStreetAddress"> <channel-type id="technicianStreetAddress" advanced="true">
<item-type>String</item-type> <item-type>String</item-type>
<label>Street Address</label> <label>Street Address</label>
<state readOnly="true" pattern="%s"/> <state readOnly="true" pattern="%s"/>
</channel-type> </channel-type>
<channel-type id="technicianCity"> <channel-type id="technicianCity" advanced="true">
<item-type>String</item-type> <item-type>String</item-type>
<label>City</label> <label>City</label>
<state readOnly="true" pattern="%s"/> <state readOnly="true" pattern="%s"/>