summaryrefslogtreecommitdiffstats
path: root/makefu/2configs/ham/default.nix
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-02-24 16:56:42 +0100
committermakefu <github@syntax-fehler.de>2020-02-24 16:56:42 +0100
commitbcbc9ad90304a7bc86018e1fdb08c12feb33f17f (patch)
tree26db73187f25b5d67c6ac5088af823498a530d92 /makefu/2configs/ham/default.nix
parent910686f65623aaccfcf55b91b538441bfbbec5d9 (diff)
ma ham/esphome: rip, replaced with autodiscovery
Diffstat (limited to 'makefu/2configs/ham/default.nix')
-rw-r--r--makefu/2configs/ham/default.nix10
1 files changed, 3 insertions, 7 deletions
diff --git a/makefu/2configs/ham/default.nix b/makefu/2configs/ham/default.nix
index 1a65ba62..de9fa6be 100644
--- a/makefu/2configs/ham/default.nix
+++ b/makefu/2configs/ham/default.nix
@@ -12,7 +12,6 @@ let
zigbee = import ./multi/zigbee2mqtt.nix;
flurlicht = import ./multi/flurlicht.nix;
kurzzeitwecker = import ./multi/kurzzeitwecker.nix;
- esphome = import ./multi/esphome.nix;
# switch
# automation
# binary_sensor
@@ -34,7 +33,7 @@ in {
longitude = "9.2478";
elevation = 247;
};
- #discovery = {};
+ discovery = {};
conversation = {};
history = {};
logbook = {};
@@ -110,7 +109,6 @@ in {
};
binary_sensor =
zigbee.binary_sensor
- ++ esphome.binary_sensor
++ flurlicht.binary_sensor;
sensor = [
{ platform = "speedtest";
@@ -119,10 +117,9 @@ in {
# https://www.home-assistant.io/cookbook/automation_for_rainy_days/
]
++ ((import ./sensor/outside.nix) {inherit lib;})
- ++ esphome.sensor
++ zigbee.sensor ;
frontend = { };
- light = flurlicht.light ++ esphome.light;
+ light = flurlicht.light;
group =
{ default_view =
{ view = "yes";
@@ -166,8 +163,7 @@ in {
};
http = { };
switch =
- esphome.switch
- ++ zigbee.switch;
+ zigbee.switch;
automation =
flurlicht.automation
++ kurzzeitwecker.automation