34 lines
1.1 KiB
Text
34 lines
1.1 KiB
Text
config mqtt 'mqtt'
|
|
#MQTT Broker Address
|
|
option host '192.168.1.1'
|
|
option port '1883'
|
|
#May work without this, should bind to all interfaces. Needs to be an interface matching in /etc/config/network
|
|
option interface 'lan'
|
|
option username ''
|
|
option password ''
|
|
#Not tested
|
|
option tls '0'
|
|
option cert ''
|
|
option discovery 'homeassistant'
|
|
#Set your topic here: e.g. OpenWRTleds/CustomDevice/led1
|
|
option basetopic 'OpenWRTleds'
|
|
option subtopic 'CustomDevice'
|
|
#Reported in the 'device' page in Home Assistant
|
|
option model 'OpenWRT Device'
|
|
|
|
config leds 'leds'
|
|
#Setting this to 1 will ignore any includes
|
|
option includeall '1'
|
|
#excluded LEDs will allways be supressed
|
|
list exclude 'mt76-phy0'
|
|
list exclude 'rt2800soc-phy1::assoc'
|
|
list exclude 'rt2800soc-phy1::quality'
|
|
list exclude 'rt2800soc-phy1::radio'
|
|
#list include 'blue:internet'
|
|
|
|
config trigger 'triggers'
|
|
#Only triggers listed here will be presented to HA as 'effects'
|
|
list triggers 'none'
|
|
list triggers 'default-on'
|
|
list triggers 'heartbeat'
|
|
list triggers 'timer'
|