diff options
| author | makefu <github@syntax-fehler.de> | 2020-05-21 10:58:00 +0200 | 
|---|---|---|
| committer | makefu <github@syntax-fehler.de> | 2020-05-21 10:58:00 +0200 | 
| commit | 6eb00a342fc674b698ed0296391364e773113cfd (patch) | |
| tree | f55316f5d3690d11d4460b6eaba5c54323e36fc6 /makefu | |
| parent | 84172b9484e3e0544cc9b9e0cd7455bb23d8259c (diff) | |
ma home-assistant: requires empty config to start up ui
Diffstat (limited to 'makefu')
| -rw-r--r-- | makefu/2configs/bureautomation/default.nix | 1 | ||||
| -rw-r--r-- | makefu/2configs/ham/default.nix | 1 | 
2 files changed, 2 insertions, 0 deletions
diff --git a/makefu/2configs/bureautomation/default.nix b/makefu/2configs/bureautomation/default.nix index 3c1659558..c115bcb6c 100644 --- a/makefu/2configs/bureautomation/default.nix +++ b/makefu/2configs/bureautomation/default.nix @@ -41,6 +41,7 @@ in {      };      autoExtraComponents = true;      config = { +      config = {};        discovery = {};        homeassistant = {          name = "Bureautomation"; diff --git a/makefu/2configs/ham/default.nix b/makefu/2configs/ham/default.nix index ddcf65b5a..2db4ad4de 100644 --- a/makefu/2configs/ham/default.nix +++ b/makefu/2configs/ham/default.nix @@ -35,6 +35,7 @@ in {        ];      };      config = { +      config = {};        input_select = zigbee.input_select; # dict        timer = zigbee.timer // kurzzeitwecker.timer; # dict        homeassistant = {  | 
