ma home-assistant: requires empty config to start up ui
This commit is contained in:
parent
f6e926defb
commit
b48f1c4c29
|
@ -41,6 +41,7 @@ in {
|
|||
};
|
||||
autoExtraComponents = true;
|
||||
config = {
|
||||
config = {};
|
||||
discovery = {};
|
||||
homeassistant = {
|
||||
name = "Bureautomation";
|
||||
|
|
|
@ -35,6 +35,7 @@ in {
|
|||
];
|
||||
};
|
||||
config = {
|
||||
config = {};
|
||||
input_select = zigbee.input_select; # dict
|
||||
timer = zigbee.timer // kurzzeitwecker.timer; # dict
|
||||
homeassistant = {
|
||||
|
|
Loading…
Reference in a new issue