mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(hass): disable grocy
This commit is contained in:
parent
d8776c6a07
commit
df6f0a1ae0
1 changed files with 2 additions and 1 deletions
|
|
@ -169,7 +169,8 @@ in {
|
||||||
prometheus = {};
|
prometheus = {};
|
||||||
wake_on_lan = {};
|
wake_on_lan = {};
|
||||||
};
|
};
|
||||||
grocy.enable = true;
|
# XXX: broken on new python x.x
|
||||||
|
grocy.enable = false;
|
||||||
extraComponents = [
|
extraComponents = [
|
||||||
"esphome"
|
"esphome"
|
||||||
"apple_tv"
|
"apple_tv"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue