initial commit
This commit is contained in:
commit
17b88d752f
5 changed files with 59 additions and 0 deletions
14
config.py.dist
Normal file
14
config.py.dist
Normal file
|
@ -0,0 +1,14 @@
|
|||
mqtt_server = 'mqtt.bitlair.nl'
|
||||
mqtt_port = 1883
|
||||
|
||||
spacestate_topic = 'bitlair/state/bitlair'
|
||||
open_string = 'open'
|
||||
closed_string = 'closed'
|
||||
|
||||
spacestate_profile_key = 'Spacestate'
|
||||
open_profile_field = 'Open! @ {}'
|
||||
closed_profile_field = 'Closed @ {}'
|
||||
|
||||
profile_fields = [('Website', 'https://bitlair.nl/')]
|
||||
access_token = 'aaaaAAAAaaaa1234'
|
||||
homeserver = 'https://hsnl.social'
|
Loading…
Add table
Add a link
Reference in a new issue