1
0
Fork 0

Add matrix notifications to fluffy HA

This commit is contained in:
Malte Brandy 2022-01-05 20:59:15 +01:00
parent 5c98b34aee
commit 2fa2b5ecbb

View file

@ -79,6 +79,12 @@ in
);
configDir = homeAssistantDir;
config = {
matrix = {
homeserver = "https://matrix.maralorn.de";
username = "@marabot:maralorn.de";
password = pkgs.privateValue "" "matrix/marabot-pw";
};
notify = [{ platform = "matrix"; default_room = "#fluffy:maralorn.de"; }];
group = {
wohnzimmer_lights = {
name = "Lichter Wohnzimmer";