From 6a4f413ec8b7d2078ff184cb04d21d3db61c4b96 Mon Sep 17 00:00:00 2001 From: oznu Date: Sun, 7 Feb 2021 21:47:06 +1100 Subject: [PATCH] display unifios option in config --- config.schema.json | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config.schema.json b/config.schema.json index 091c60b..1236a39 100644 --- a/config.schema.json +++ b/config.schema.json @@ -137,6 +137,7 @@ } ] }, + "unifi.unifios", "unifi.secure", "watchGuests", "unifi.site", diff --git a/package.json b/package.json index fb714f8..987dfd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homebridge-unifi-occupancy-sensor", - "version": "2.0.0", + "version": "2.0.1", "description": "An occupancy sensor for Homebridge and UniFi", "license": "GPL-3.0", "author": "oznu ",