From 6f5fa3337c258caf59cca3e9bd4ef639cb5f0ef8 Mon Sep 17 00:00:00 2001 From: makefu Date: Thu, 13 Dec 2018 01:47:56 +0100 Subject: [PATCH] ma homeautomation: use MEM1 --- 2configs/homeautomation/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2configs/homeautomation/default.nix b/2configs/homeautomation/default.nix index 94799b1..596d000 100644 --- a/2configs/homeautomation/default.nix +++ b/2configs/homeautomation/default.nix @@ -31,7 +31,7 @@ let brightness_scale = 100; # color rgb_state_topic = "/ham/${topic}/stat/Color"; - rgb_command_topic = "/ham/${topic}/cmnd/Color2"; + rgb_command_topic = "/ham/${topic}/cmnd/MEM1"; # use enabled tasmota rule rgb_command_mode = "hex"; rgb_command_template = "{{ '%02x%02x%02x' | format(red, green, blue)}}"; # effects