[weatherunderground] Fix equipment tag (#18672)

Make it consistent with openweathermap binding.

Signed-off-by: Laurent Garnier <lg.hc@free.fr>
pull/18644/head
lolodomo 2025-05-10 21:01:52 +02:00 committed by GitHub
parent 4ea61d38dd
commit a903727f69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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>