diff options
author | makefu <github@syntax-fehler.de> | 2018-12-13 01:47:56 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2018-12-13 01:47:56 +0100 |
commit | 8bf287558e0c2f53fe08bfb39b33e7e107b1989b (patch) | |
tree | 4cff23ffb4f685c7bdc18b10e0c86daa44d5a64f /makefu/2configs/homeautomation/default.nix | |
parent | 3ff0c20ffcbfebd74aa33b5b711467cc48dfcd9d (diff) |
ma homeautomation: use MEM1
Diffstat (limited to 'makefu/2configs/homeautomation/default.nix')
-rw-r--r-- | makefu/2configs/homeautomation/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/homeautomation/default.nix b/makefu/2configs/homeautomation/default.nix index 94799b11d..596d0002a 100644 --- a/makefu/2configs/homeautomation/default.nix +++ b/makefu/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 |