mirror of
https://github.com/danieldemus/openhab-addons
synced 2026-07-29 12:34:21 +02:00
Various tag post fixes (#18910)
* netatmo post fix Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
This commit is contained in:
@@ -133,6 +133,7 @@
|
||||
<label>Contact</label>
|
||||
<category>Contact</category>
|
||||
<tags>
|
||||
<tag>Status</tag>
|
||||
<tag>OpenState</tag>
|
||||
</tags>
|
||||
<state readOnly="true"/>
|
||||
@@ -291,6 +292,7 @@
|
||||
<description>Current blind level</description>
|
||||
<category>Rollershutter</category>
|
||||
<tags>
|
||||
<tag>Control</tag>
|
||||
<tag>OpenLevel</tag>
|
||||
</tags>
|
||||
<autoUpdatePolicy>veto</autoUpdatePolicy>
|
||||
|
||||
+1
@@ -330,6 +330,7 @@
|
||||
<label>Entry Contact</label>
|
||||
<description>Door/window contact open/closed</description>
|
||||
<tags>
|
||||
<tag>Status</tag>
|
||||
<tag>OpenState</tag>
|
||||
</tags>
|
||||
<state readOnly="true"></state>
|
||||
|
||||
+1
-1
@@ -64,7 +64,7 @@
|
||||
<category>Switch</category>
|
||||
<tags>
|
||||
<tag>Switch</tag>
|
||||
<tag>Mode</tag>
|
||||
<tag>Enabled</tag>
|
||||
</tags>
|
||||
</channel-type>
|
||||
|
||||
|
||||
-3
@@ -12,9 +12,6 @@
|
||||
<channel-type id="homie-color">
|
||||
<item-type>Color</item-type>
|
||||
<label>Color Value (Red,Green,Blue)</label>
|
||||
<tags>
|
||||
<tag>Color</tag>
|
||||
</tags>
|
||||
</channel-type>
|
||||
|
||||
<channel-type id="homie-datetime">
|
||||
|
||||
@@ -177,7 +177,7 @@
|
||||
<description>State of the floodlight (On/Off/Auto)</description>
|
||||
<category>Lightbulb</category>
|
||||
<tags>
|
||||
<tag>Status</tag>
|
||||
<tag>Control</tag>
|
||||
<tag>Mode</tag>
|
||||
</tags>
|
||||
<state pattern="%s">
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
<description>Contact state information of this zone.</description>
|
||||
<category>Contact</category>
|
||||
<tags>
|
||||
<tag>Status</tag>
|
||||
<tag>OpenState</tag>
|
||||
</tags>
|
||||
<state readOnly="true"/>
|
||||
|
||||
@@ -58,8 +58,8 @@
|
||||
<description>Control the roller shutter position (read/write)</description>
|
||||
<category>Blinds</category>
|
||||
<tags>
|
||||
<tag>Control</tag>
|
||||
<tag>OpenLevel</tag>
|
||||
<tag>Opening</tag>
|
||||
</tags>
|
||||
</channel-type>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user