xoxys.homeassistant_docker/templates/etc/udev/rules.d/99-mm-disable.rules.j2

6 lines
225 B
Plaintext
Raw Normal View History

#jinja2: lstrip_blocks: True
# {{ ansible_managed }}
{% for item in homeassistant_serial_device %}
2019-05-04 23:03:59 +02:00
ATTRS{idVendor}=="{{ item.vendor_id }}", ATTRS{idProduct}=="{{ item.product_id }}", ENV{ID_MM_DEVICE_IGNORE}="1"
{% endfor %}