diff options
author | makefu <github@syntax-fehler.de> | 2020-02-24 16:59:11 +0100 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2020-02-24 16:59:16 +0100 |
commit | 843ee70248752c7b3fc656807bd12b6e6f21f0e1 (patch) | |
tree | 3c359eb7cdac479a222748b160e775bd70e7d343 /makefu/2configs/ham/default.nix | |
parent | bcbc9ad90304a7bc86018e1fdb08c12feb33f17f (diff) |
ma ham/zigbee2mqtt: configuration with discovery in mind
Diffstat (limited to 'makefu/2configs/ham/default.nix')
-rw-r--r-- | makefu/2configs/ham/default.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/makefu/2configs/ham/default.nix b/makefu/2configs/ham/default.nix index de9fa6be7..ae0c46baa 100644 --- a/makefu/2configs/ham/default.nix +++ b/makefu/2configs/ham/default.nix @@ -108,8 +108,7 @@ in { sensors.monitored_conditions = [ "P1" "P2" ]; }; binary_sensor = - zigbee.binary_sensor - ++ flurlicht.binary_sensor; + flurlicht.binary_sensor; sensor = [ { platform = "speedtest"; monitored_conditions = [ "ping" "download" "upload" ]; @@ -162,8 +161,7 @@ in { ]; }; http = { }; - switch = - zigbee.switch; + switch = []; automation = flurlicht.automation ++ kurzzeitwecker.automation |