1 <?xml version="1.0" encoding="UTF-8"?>
2 <config-description:config-descriptions
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xmlns:config-description="https://openhab.org/schemas/config-description/v1.0.0"
5 xsi:schemaLocation="https://openhab.org/schemas/config-description/v1.0.0 https://openhab.org/schemas/config-description-1.0.0.xsd">
7 <config-description uri="channel-type:mqtt:ha-channel">
8 <parameter name="component" type="text" readOnly="true" required="true">
9 <label>Component</label>
10 <description>Home Assistant component type (e.g. binary_sensor, switch, light)</description>
13 <parameter name="nodeid" type="text" readOnly="true">
14 <label>Node ID</label>
15 <description>Optional node name of the component</description>
18 <parameter name="objectid" type="text" readOnly="true" required="true">
19 <label>Object ID</label>
20 <description>Object ID of the component</description>
23 <parameter name="config" type="text" readOnly="true" required="true">
24 <label>JSON Configuration</label>
25 <description>The JSON configuration string received by the component via MQTT.</description>
29 </config-description:config-descriptions>