ma home-assistant: requires empty config to start up ui
This commit is contained in:
parent
84172b9484
commit
6eb00a342f
@ -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 New Issue
Block a user