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

6 lines
233 B
Plaintext
Raw Normal View History

#jinja2: lstrip_blocks: True
2019-08-28 10:45:44 +02:00
{{ ansible_managed | comment }}
{% 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 %}