summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/home/zigbee2mqtt/osram.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2021-03-17 20:02:55 +0100
committermakefu <github@syntax-fehler.de>2021-03-17 20:02:55 +0100
commit53351c89441ed7843472b7292949180d491614b1 (patch)
tree51320f0e95914da7535766ec71596c1b163fad93 /makefu/2configs/home/zigbee2mqtt/osram.nix
parent4ab5210444e87627b47d215bd3e2f846fee07437 (diff)
ma home: move zigbee2mqtt out of ham
Diffstat (limited to 'makefu/2configs/home/zigbee2mqtt/osram.nix')
-rw-r--r--makefu/2configs/home/zigbee2mqtt/osram.nix14
1 files changed, 14 insertions, 0 deletions
diff --git a/makefu/2configs/home/zigbee2mqtt/osram.nix b/makefu/2configs/home/zigbee2mqtt/osram.nix
new file mode 100644
index 00000000..d1bf2b29
--- /dev/null
+++ b/makefu/2configs/home/zigbee2mqtt/osram.nix
@@ -0,0 +1,14 @@
+{
+
+
+availability_topic: /ham/zigbee/bridge/state
+command_topic: /ham/zigbee/flur_arbeitszimmer_osram2/set
+
+ - platform: "mqtt"
+ state_topic: "zigbee2mqtt/<FRIENDLY_NAME>"
+ availability_topic: "zigbee2mqtt/bridge/state"
+ payload_on: true
+ payload_off: false
+ value_template: "{{ value_json.battery_low}}"
+ device_class: "battery"
+}