Skip to content

Commit

Permalink
mqttled: update to 0.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Grime <[email protected]>
  • Loading branch information
trevortrevor authored and neheb committed Aug 16, 2022
1 parent cb5bf2b commit c1a96ac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/mqttled/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=mqttled
PKG_VERSION:=0.1.0
PKG_VERSION:=0.1.2
PKG_RELEASE:=1

PYPI_NAME:=mqttled
PKG_HASH:=20f46b7114b6ddace6e0faaaa078640f609c3d495e4ccff8d8caeb77ac5418f7
PKG_HASH:=eb94af853605f4f1ea3c34b66e2f84f3d9845d795529ae8429feb954e74876d7

PKG_MAINTAINER:=Tom Grime <[email protected]>
PKG_LICENSE:=MIT
Expand Down
10 changes: 10 additions & 0 deletions utils/mqttled/files/mqttled.config
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ config leds 'leds'
list exclude 'rt2800soc-phy1::radio'
#list include 'blue:internet'

config rgb 'rgb'
# Exposes 3 LEDs to HomeAssistant as a single RGB LED
option enablergb '0'
# The name of the RGB LED to expose to HomeAssistant
option name 'RGB'
# The IDs of the three colored LEDs
option red 'LED0_Red'
option green 'LED0_Green'
option blue 'LED0_Blue'

config trigger 'triggers'
#Only triggers listed here will be presented to HA as 'effects'
list triggers 'none'
Expand Down

0 comments on commit c1a96ac

Please sign in to comment.