Person at home detection

This commit is contained in:
JonatanRek
2020-01-17 08:12:40 +01:00
parent dd8743d33e
commit db3ab9dd95
3 changed files with 20 additions and 3 deletions

View File

@@ -54,6 +54,8 @@ class Automation extends Template
$template->prepare('baseDir', BASEDIR);
$template->prepare('title', 'Automation');
$template->prepare('langMng', $langMng);
$template->prepare('userManager', $userManager);
$template->prepare('automations', $automations);
$template->prepare('subDevices', $approvedSubDevices);