Add semantic equipment tags (#18538)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>pull/18582/head
parent
8fb2ab1310
commit
d62f97e1c7
|
@ -12,6 +12,7 @@
|
|||
|
||||
<label>Coffee Machine</label>
|
||||
<description>This is a Miele@home compatible coffee machine</description>
|
||||
<semantic-equipment-tag>CoffeeMaker</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="state" typeId="state"/>
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
<label>Dishwasher</label>
|
||||
<description>This is a Miele@home compatible dishwasher</description>
|
||||
<semantic-equipment-tag>Dishwasher</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="state" typeId="state"/>
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
<label>Fridge</label>
|
||||
<description>This is a Miele@home compatible fridge</description>
|
||||
<semantic-equipment-tag>Refrigerator</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="state" typeId="state"/>
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
<label>Fridge Freezer</label>
|
||||
<description>This is a Miele@home compatible fridgefreezer</description>
|
||||
<semantic-equipment-tag>Refrigerator</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="state" typeId="state"/>
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
<label>Hob</label>
|
||||
<description>This is a Miele@home compatible hob</description>
|
||||
<semantic-equipment-tag>Cooktop</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="state" typeId="state"/>
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
<label>Hood</label>
|
||||
<description>This is a Miele@home compatible hood</description>
|
||||
<semantic-equipment-tag>KitchenHood</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="state" typeId="state"/>
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
<label>Oven</label>
|
||||
<description>This is a Miele@home compatible oven</description>
|
||||
<semantic-equipment-tag>Oven</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="state" typeId="state"/>
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
<label>Tumbledryer</label>
|
||||
<description>This is a Miele@home compatible tumbledryer</description>
|
||||
<semantic-equipment-tag>Dryer</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="state" typeId="state"/>
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
<label>Washing Machine</label>
|
||||
<description>This is a Miele@home compatible washing machine</description>
|
||||
<semantic-equipment-tag>WashingMachine</semantic-equipment-tag>
|
||||
|
||||
<channels>
|
||||
<channel id="state" typeId="state"/>
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<bridge-type id="xgw3000">
|
||||
<label>Miele XGW3000</label>
|
||||
<description>The Miele bridge represents the Miele@home XGW 3000 gateway.</description>
|
||||
<semantic-equipment-tag>NetworkAppliance</semantic-equipment-tag>
|
||||
|
||||
<properties>
|
||||
<property name="vendor">Miele</property>
|
||||
|
|
Loading…
Reference in New Issue