l hass: enable shopping list, disable hue
This commit is contained in:
parent
c334eb47eb
commit
a6ace6ef5e
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue