aboutsummaryrefslogtreecommitdiff
path: root/nixos/machine/hass/light.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-12-30 21:13:56 +0100
committerKarel Kočí <cynerd@email.cz>2022-12-30 21:13:56 +0100
commitef25d69c4d273765afd2ef86783e42bc98ca4b3d (patch)
tree13882154c7bdb305473aa7e9191917d31ec1c9f6 /nixos/machine/hass/light.nix
parente09a2f8a23161e52859754e5cf874ec4099a2008 (diff)
downloadnixos-personal-ef25d69c4d273765afd2ef86783e42bc98ca4b3d.tar.gz
nixos-personal-ef25d69c4d273765afd2ef86783e42bc98ca4b3d.tar.bz2
nixos-personal-ef25d69c4d273765afd2ef86783e42bc98ca4b3d.zip
nixos: move home assistant around
Diffstat (limited to 'nixos/machine/hass/light.nix')
-rw-r--r--nixos/machine/hass/light.nix13
1 files changed, 0 insertions, 13 deletions
diff --git a/nixos/machine/hass/light.nix b/nixos/machine/hass/light.nix
deleted file mode 100644
index a9d158b..0000000
--- a/nixos/machine/hass/light.nix
+++ /dev/null
@@ -1,13 +0,0 @@
-[
- {
- name = "RGB Osvětlení";
- command_topic = "homeassistant/led-strip";
- brightness_scale = 100;
- brightness_command_topic = "bigclown/node/power-controller:0/led-strip/-/brightness/set";
- #brightness_state_topic = "bigclown/node/power-controller:0/led-strip/-/brightness/set";
- rgb_command_template = ''"#{{"%02x" % red}}{{"%02x" % green}}{{"%02x" % blue}}"'';
- rgb_command_topic = "bigclown/node/power-controller:0/led-strip/-/color/set";
- #rgb_value_template = ''{{int(value[2:4],16)}},{{int(value[5:7],16)}},{{int(value[8:10],16)}}'';
- #rgb_state_topic = "bigclown/node/power-controller:0/led-strip/-/color/set";
- }
-]