ma bureautomation: fix home-assistant regression with darksky
This commit is contained in:
parent
f4ebd3b3d1
commit
3f5b67e68c
|
@ -34,7 +34,6 @@ in {
|
||||||
pkgs.pico2wave
|
pkgs.pico2wave
|
||||||
python-forecastio jsonrpc-async jsonrpc-websocket mpd2
|
python-forecastio jsonrpc-async jsonrpc-websocket mpd2
|
||||||
(callPackage ./deps/gtts-token.nix { })
|
(callPackage ./deps/gtts-token.nix { })
|
||||||
(callPackage ./deps/pyhaversion.nix { })
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
autoExtraComponents = true;
|
autoExtraComponents = true;
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
"uv_index"
|
"uv_index"
|
||||||
];
|
];
|
||||||
units = "si" ;
|
units = "si" ;
|
||||||
update_interval = { days = 0; hours = 0; minutes = 30; seconds = 0; };
|
scan_interval = "00:30:00";
|
||||||
}
|
}
|
||||||
{ platform = "luftdaten";
|
{ platform = "luftdaten";
|
||||||
name = "Ditzingen";
|
name = "Ditzingen";
|
||||||
|
|
Loading…
Reference in a new issue