diff --git a/apps/globals/alexa/globals.py b/apps/globals/alexa/globals.py new file mode 100644 index 0000000..8ebf600 --- /dev/null +++ b/apps/globals/alexa/globals.py @@ -0,0 +1 @@ +ALEXA = True \ No newline at end of file diff --git a/apps/globals/frigate/globals.py b/apps/globals/frigate/globals.py new file mode 100644 index 0000000..7470305 --- /dev/null +++ b/apps/globals/frigate/globals.py @@ -0,0 +1 @@ +FRIGATE = True