Skip to content
Snippets Groups Projects
Commit daf04c26 authored by Niels Abspoel's avatar Niels Abspoel
Browse files

Merge branch 'master' into use_lookup_map.jinja

parents 896578a7 96b409fa
Branches
No related tags found
No related merge requests found
......@@ -944,5 +944,11 @@ halite:
rest_cherrypy:
{% for name, value in cfg_master['rest_cherrypy'].items() %}
{{ name }}: {{ value }}
{% endfor %}
{%- endfor %}
{%- endif %}
{% if 'presence_events' in cfg_master %}
##### presence events #####
##########################################
{{ get_config('presence_events', 'False') }}
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment