Skip to content

Commit 1e9f088

Browse files
committed
Handle new alt_vendor_id field for sensors
1 parent 1a1547b commit 1e9f088

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

_includes/docs/sensor.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@
5757
<th><code>vendor_id</code></th>
5858
<td>
5959
{{ sensor.vendor_id }}<!--
60+
{% if sensor.alt_vendor_id %}
61+
--> or {{ sensor.alt_vendor_id }}<!--
62+
{% endif %}
6063
{% if sensor.vendor_id_footnote %}
6164
--><span markdown="1">{{ sensor.vendor_id_footnote }}</span><!--
6265
{% endif %}

0 commit comments

Comments
 (0)