diff options
author | lassulus <lassulus@lassul.us> | 2021-01-24 09:46:43 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2021-01-24 09:46:43 +0100 |
commit | a6ace6ef5e4613d2d59c20cb7e2811ea3c5e9c10 (patch) | |
tree | 5a5b8379725405e85d3c9ae9bf66ae08fd6f9661 /lass | |
parent | c334eb47eb5f5be64a3d1d969365bc7dcebbcf39 (diff) |
l hass: enable shopping list, disable hue
Diffstat (limited to 'lass')
-rw-r--r-- | lass/2configs/hass/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lass/2configs/hass/default.nix b/lass/2configs/hass/default.nix index 44f6e25f9..3cd6e0ebf 100644 --- a/lass/2configs/hass/default.nix +++ b/lass/2configs/hass/default.nix @@ -49,6 +49,7 @@ with import ./lib.nix { inherit lib; }; }; config = {}; sun.elevation = 66; + shopping_list = {}; discovery = {}; frontend = {}; mqtt = { @@ -83,7 +84,6 @@ with import ./lib.nix { inherit lib; }; (tasmota_s20 "Stereo Anlage" "stereo") ]; mobile_app = {}; - hue = {}; weather = [ { platform = "openweathermap"; |