Home Assistant blink(1) integration
Go to file
Thomas Nagels 145cbf8a4c
Update README.md
2021-04-02 11:32:00 +02:00
custom_components/blink1_status files moved 2021-04-01 12:42:09 +01:00
.gitattributes Initial commit 2021-03-22 15:47:33 +01:00
.gitignore gitignore 2021-04-01 11:54:26 +01:00
README.md Update README.md 2021-04-02 11:32:00 +02:00
hacs.json Update hacs.json 2021-03-24 18:16:46 +01:00
requirements.txt Updates 2021-03-25 14:53:35 +01:00

README.md

Blink(1) Integration

This integration sets up and uses a Blink(1) usb status led for use within Home Assistant.

Installation

Copy this folder to <config_dir>/custom_components/blink1/. Thanks to the work of Qu3uk you can now also add this repo to HACS for easy installation.

Add the following entry in your configuration.yaml:

light:
  - platform: blink1_status 

Remarks

  • Use at your own risk. This is far from complete, but for me it works.
  • Feel free to do anything with the code, for my work there is no license attached.