diff --git a/config/bffh/bffh.dhall b/config/bffh/bffh.dhall index 63bae7e..159efb8 100644 --- a/config/bffh/bffh.dhall +++ b/config/bffh/bffh.dhall @@ -283,9 +283,21 @@ }, }, - actors = {=}, + actors = + { + tasmota_1 = + { + module = "Tasmota", + params = + { + topic = "tasmota/discovery/3494548365AF" + } + } + }, - actor_connections = [] : List { machine : Text, actor : Text }, + actor_connections = [ + MachineA1 : tasmota_1 + ] : List { machine : Text, actor : Text }, initiators = {=},