l hass: enable shopping list, disable hue

This commit is contained in:
lassulus 2021-01-24 09:46:43 +01:00
parent c334eb47eb
commit a6ace6ef5e

View File

@ -49,6 +49,7 @@ with import ./lib.nix { inherit lib; };
}; };
config = {}; config = {};
sun.elevation = 66; sun.elevation = 66;
shopping_list = {};
discovery = {}; discovery = {};
frontend = {}; frontend = {};
mqtt = { mqtt = {
@ -83,7 +84,6 @@ with import ./lib.nix { inherit lib; };
(tasmota_s20 "Stereo Anlage" "stereo") (tasmota_s20 "Stereo Anlage" "stereo")
]; ];
mobile_app = {}; mobile_app = {};
hue = {};
weather = [ weather = [
{ {
platform = "openweathermap"; platform = "openweathermap";