]> git.basschouten.com Git - openhab-addons.git/commitdiff
[openweathermap] Cleanup semantic tags (#12285)
authorlolodomo <lg.hc@free.fr>
Sun, 13 Feb 2022 20:35:20 +0000 (21:35 +0100)
committerGitHub <noreply@github.com>
Sun, 13 Feb 2022 20:35:20 +0000 (21:35 +0100)
Related to #12262

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
bundles/org.openhab.binding.openweathermap/src/main/resources/OH-INF/thing/channel-types.xml

index 46be639ce723d1b4393a1e5ea26bbcb58c931d52..fc11c45e22dbc21abc46f5ce94ce11ba1b5991c6 100644 (file)
                <label>Apparent Temperature</label>
                <description>Current apparent temperature.</description>
                <category>Temperature</category>
-               <tags>
-                       <tag>Measurement</tag>
-                       <tag>Temperature</tag>
-               </tags>
                <state readOnly="true" pattern="%.1f %unit%"/>
        </channel-type>
 
                <label>Precipitation</label>
                <description>Precipitation volume of the related timespan.</description>
                <category>Rain</category>
-               <tags>
-                       <tag>Measurement</tag>
-                       <tag>Rain</tag>
-               </tags>
                <state readOnly="true" pattern="%.2f %unit%"/>
        </channel-type>