These instructions have moved to https://github.com/emporia-vue-local/esphome
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# File location: /etc/udev/rules.d/90-libvirt-usb.rules | |
ACTION=="bind", \ | |
SUBSYSTEM=="usb", \ | |
ENV{ID_VENDOR_ID}=="6b62", \ | |
ENV{ID_MODEL_ID}=="6869", \ | |
RUN+="/usr/local/bin/kvm-udev attach <domain>" | |
ACTION=="remove", \ | |
SUBSYSTEM=="usb", \ | |
ENV{ID_VENDOR_ID}=="6b62", \ | |
ENV{ID_MODEL_ID}=="6869", \ |
Major credit for this document goes to LoganFraiser. I simply built off his documentation and sources in an attempt to help make it a little more user friendly.
If you are have suggestions, problems, comments leave them below or get in touch with me (Toynbee) on discord.
First things first:
Does your Klicky work? And I don't just mean that the probe correctly detects Open
or Closed
when you push the switch with your finger (although it better do that as well). Does it dock and undock automatically? Did you install the Klicky macros and customize the variables? Have you tried your Print_Start
macro to make sure that it works, and works MORE THAN ONCE?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type: custom:button-card | |
name: Living Room | |
icon: mdi:sofa | |
tap_action: | |
action: navigate | |
navigation_path: '#livingroom' | |
entity: sensor.living_room_temp_and_hum | |
custom_fields: | |
btn: | |
card: |