shack/glados: enable sensemap, mpd for kiosk

This commit is contained in:
makefu 2020-02-19 14:35:53 +01:00
parent 2f49fff288
commit d9e111716a
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225
2 changed files with 11 additions and 0 deletions

View File

@ -96,6 +96,10 @@ in {
name = "lounge";
host = "lounge.mpd.shack";
}
{ platform = "mpd";
name = "kiosk";
host = "lounge.kiosk.shack";
}
];
sensor =
@ -103,6 +107,7 @@ in {
++ (import ./sensors/power.nix)
++ shackopen.sensor
++ badair.sensor;
airquality = (import ./sensors/sensemap.nix );
binary_sensor = shackopen.binary_sensor;

View File

@ -0,0 +1,6 @@
[
{
platform = "opensensemap";
station_id = "56a0de932cb6e1e41040a68b";
}
]