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;
|
autoExtraComponents = true;
|
||||||
config = {
|
config = {
|
||||||
|
config = {};
|
||||||
discovery = {};
|
discovery = {};
|
||||||
homeassistant = {
|
homeassistant = {
|
||||||
name = "Bureautomation";
|
name = "Bureautomation";
|
||||||
|
|
|
@ -35,6 +35,7 @@ in {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
config = {
|
config = {
|
||||||
|
config = {};
|
||||||
input_select = zigbee.input_select; # dict
|
input_select = zigbee.input_select; # dict
|
||||||
timer = zigbee.timer // kurzzeitwecker.timer; # dict
|
timer = zigbee.timer // kurzzeitwecker.timer; # dict
|
||||||
homeassistant = {
|
homeassistant = {
|
||||||
|
|
Loading…
Reference in a new issue