🔧 add matrix notifier

This commit is contained in:
James Walker 2023-01-24 22:07:14 -05:00
parent 1f913b8cd9
commit acf0c9d1ca
Signed by: walkah
GPG Key ID: 3C127179D6086E93
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,4 @@
home_latititude: 1
home_longitude: 1
home_elevation: 1
matrix_password: hunter2

11
packages/matrix.yaml Normal file
View File

@ -0,0 +1,11 @@
matrix:
homeserver: https://matrix.walkah.chat
username: "@hass:walkah.chat"
password: !secret matrix_password
rooms:
- "#nerdhaus:walkah.chat"
notify:
- name: matrix
platform: matrix
default_room: "#nerdhaus:walkah.chat"