We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1547b commit 1e9f088Copy full SHA for 1e9f088
1 file changed
_includes/docs/sensor.md
@@ -57,6 +57,9 @@
57
<th><code>vendor_id</code></th>
58
<td>
59
{{ sensor.vendor_id }}<!--
60
+ {% if sensor.alt_vendor_id %}
61
+ --> or {{ sensor.alt_vendor_id }}<!--
62
+ {% endif %}
63
{% if sensor.vendor_id_footnote %}
64
--><span markdown="1">{{ sensor.vendor_id_footnote }}</span><!--
65
{% endif %}
0 commit comments