From b87bcafb7256ab7f8461b5ca703693dba4adb7cb Mon Sep 17 00:00:00 2001 From: broyuken Date: Wed, 22 Jan 2020 14:48:47 -0500 Subject: [PATCH 1/7] Update config.json --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index b5cacaa..667b046 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "ring alarm hassio integration", - "version": "0.52", + "version": "0.53", "slug": "ring_alarm", "description": "Ring Alarm Integration! uses https://github.com/tsightler/ring-alarm-mqtt", "startup": "before", @@ -21,6 +21,7 @@ "mqtt_pass": "", "ring_user": "ring_email", "ring_pass": "ring_password" + "ring_token": "ring_token", }, "schema": { "host": "str", From 68e33fa8bf04359af379d0f911f25f164299edc3 Mon Sep 17 00:00:00 2001 From: broyuken Date: Wed, 22 Jan 2020 14:49:14 -0500 Subject: [PATCH 2/7] Update config.json --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 667b046..a81ac4b 100644 --- a/config.json +++ b/config.json @@ -20,8 +20,8 @@ "mqtt_user": "", "mqtt_pass": "", "ring_user": "ring_email", - "ring_pass": "ring_password" - "ring_token": "ring_token", + "ring_pass": "ring_password", + "ring_token": "ring_token" }, "schema": { "host": "str", From b0bea4ca6233b0286ca5734709fc24960908d5eb Mon Sep 17 00:00:00 2001 From: broyuken Date: Wed, 22 Jan 2020 15:08:53 -0500 Subject: [PATCH 3/7] Update config.json --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index a81ac4b..40a90fb 100644 --- a/config.json +++ b/config.json @@ -31,6 +31,7 @@ "mqtt_user": "str", "mqtt_pass": "str", "ring_user": "str", - "ring_pass": "str" + "ring_pass": "str", + "ring_token": "str" } } From 98f971ec7b105200961bb06b4d0e0d12250eba9b Mon Sep 17 00:00:00 2001 From: broyuken Date: Wed, 22 Jan 2020 15:09:08 -0500 Subject: [PATCH 4/7] Update config.json --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 40a90fb..1e17c81 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "ring alarm hassio integration", - "version": "0.53", + "version": "0.54", "slug": "ring_alarm", "description": "Ring Alarm Integration! uses https://github.com/tsightler/ring-alarm-mqtt", "startup": "before", From ad42bd6b5f7777983bc3b9aa499d2f63e21fcfc5 Mon Sep 17 00:00:00 2001 From: broyuken Date: Wed, 22 Jan 2020 15:11:08 -0500 Subject: [PATCH 5/7] Update repository.json --- repository.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository.json b/repository.json index 6a93148..c9a193c 100644 --- a/repository.json +++ b/repository.json @@ -1,5 +1,5 @@ { "name": "Ring Alarm HASSIO Addon", - "maintainer": "RS" + "maintainer": "RS/broyuken" } From e4fce7a84941fe736c45c932e59413fd73823e57 Mon Sep 17 00:00:00 2001 From: broyuken Date: Wed, 22 Jan 2020 19:42:07 -0500 Subject: [PATCH 6/7] Update config.json --- config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 1e17c81..4330179 100644 --- a/config.json +++ b/config.json @@ -21,7 +21,8 @@ "mqtt_pass": "", "ring_user": "ring_email", "ring_pass": "ring_password", - "ring_token": "ring_token" + "ring_token": "ring_token", + "location_ids": [""] }, "schema": { "host": "str", @@ -32,6 +33,7 @@ "mqtt_pass": "str", "ring_user": "str", "ring_pass": "str", - "ring_token": "str" + "ring_token": "str", + "location_ids": ["str"] } } From 99f4a3d4223b8106d7a230f1cb44eb79601ef0a1 Mon Sep 17 00:00:00 2001 From: broyuken Date: Wed, 22 Jan 2020 21:47:43 -0500 Subject: [PATCH 7/7] Update config.json --- config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.json b/config.json index 4330179..7f33312 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "name": "ring alarm hassio integration", - "version": "0.54", + "version": "0.55", "slug": "ring_alarm", "description": "Ring Alarm Integration! uses https://github.com/tsightler/ring-alarm-mqtt", "startup": "before", @@ -19,9 +19,9 @@ "hass_topic": "hass/status", "mqtt_user": "", "mqtt_pass": "", - "ring_user": "ring_email", - "ring_pass": "ring_password", - "ring_token": "ring_token", + "ring_user": "", + "ring_pass": "", + "ring_token": "", "location_ids": [""] }, "schema": {