summaryrefslogtreecommitdiffstats
path: root/makefu/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
commit6fa5b38bed3f8e73d6f86a844ef775735a3cad29 (patch)
treea0c171025107c1adef3c0f1a6eac5cbc65862436 /makefu/2configs/home/ham/automation/keller_buttons.nix
parent2c9923264e318ad83ab9ceb4a13e47112dff0d4f (diff)
ma ham: consolidate button management
Diffstat (limited to 'makefu/2configs/home/ham/automation/keller_buttons.nix')
-rw-r--r--makefu/2configs/home/ham/automation/keller_buttons.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/makefu/2configs/home/ham/automation/keller_buttons.nix b/makefu/2configs/home/ham/automation/keller_buttons.nix
deleted file mode 100644
index 598dc7df..00000000
--- a/makefu/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)
- ];
-}