summaryrefslogtreecommitdiffstats
path: root/2configs/home/ham/automation/keller_buttons.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-08-31 15:14:37 +0200
committermakefu <github@syntax-fehler.de>2021-08-31 15:24:48 +0200
commit906d265ce4400e17a541ff163b46c1f084f8cdc8 (patch)
treee67eba71fb5e44d098a68389dd69e3196ab7cb7e /2configs/home/ham/automation/keller_buttons.nix
parent9465008a5c9a36ea505d17e95e11094dc1b4f4ed (diff)
ma ham: consolidate button management
Diffstat (limited to '2configs/home/ham/automation/keller_buttons.nix')
-rw-r--r--2configs/home/ham/automation/keller_buttons.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/2configs/home/ham/automation/keller_buttons.nix b/2configs/home/ham/automation/keller_buttons.nix
deleted file mode 100644
index 598dc7df0..000000000
--- a/2configs/home/ham/automation/keller_buttons.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-let
- inherit (../lib) btn_cycle_light;
-in {
- services.home-assistant.config.automation = [
- (btn_cycle_light "light.keller_osram" "keller_btn1" 128)
- ];
-}