From ecd5e5cf32b9618a85a0e7232e208c6e519436be Mon Sep 17 00:00:00 2001 From: Erick Hitter <services@ethitter.com> Date: Sat, 10 Sep 2016 17:30:44 -0700 Subject: [PATCH] Correct syntax error in sample config --- config-sample.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-sample.json b/config-sample.json index 7ba4adc..b4992b8 100644 --- a/config-sample.json +++ b/config-sample.json @@ -6,6 +6,6 @@ "home_assistant_pass": null, "home_assistant_alarm_entity_id": "alarm_control_panel.shm", "buttons": { - 0: { "mac": "", "label": "" } + "0": { "mac": "", "label": "" } } } -- GitLab