14 lines
396 B
Python
14 lines
396 B
Python
mqtt_server = '{{ mqtt_internal_host }}'
|
|
mqtt_port = 1883
|
|
|
|
spacestate_topic = 'bitlair/state'
|
|
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 = '{{ mastodon_spacestate_access_token }}'
|
|
homeserver = 'https://hsnl.social'
|