[weatherunderground] Fix equipment tag (#18672)
Make it consistent with openweathermap binding. Signed-off-by: Laurent Garnier <lg.hc@free.fr>pull/18644/head
parent
4ea61d38dd
commit
a903727f69
|
@ -7,7 +7,7 @@
|
||||||
<bridge-type id="bridge">
|
<bridge-type id="bridge">
|
||||||
<label>Weatherunderground Bridge</label>
|
<label>Weatherunderground Bridge</label>
|
||||||
<description>The Weather Underground bridge represents a connection to the Weather Underground service</description>
|
<description>The Weather Underground bridge represents a connection to the Weather Underground service</description>
|
||||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
<semantic-equipment-tag>WebService</semantic-equipment-tag>
|
||||||
<config-description>
|
<config-description>
|
||||||
<parameter name="apikey" type="text" required="true">
|
<parameter name="apikey" type="text" required="true">
|
||||||
<context>password</context>
|
<context>password</context>
|
||||||
|
|
Loading…
Reference in New Issue