ma home-assistant: requires empty config to start up ui

This commit is contained in:
makefu 2020-05-21 10:58:00 +02:00
parent f6e926defb
commit b48f1c4c29
2 changed files with 2 additions and 0 deletions

View file

@ -41,6 +41,7 @@ in {
};
autoExtraComponents = true;
config = {
config = {};
discovery = {};
homeassistant = {
name = "Bureautomation";

View file

@ -35,6 +35,7 @@ in {
];
};
config = {
config = {};
input_select = zigbee.input_select; # dict
timer = zigbee.timer // kurzzeitwecker.timer; # dict
homeassistant = {