From 5733f7ca857044cda674c6bef6b92bde3e538bbf Mon Sep 17 00:00:00 2001 From: Jonathan Keljo Date: Mon, 8 Apr 2019 10:02:31 -0700 Subject: [PATCH] Add explicit `arch` field to config.json (required as of hass.io 151 --- ozwcp/config.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ozwcp/config.json b/ozwcp/config.json index 57afad0..e78a0b6 100644 --- a/ozwcp/config.json +++ b/ozwcp/config.json @@ -3,6 +3,13 @@ "url": "https://github.com/jkeljo/hassio-addons/blob/master/ozwcp", "version": "1.1.0", "slug": "ozwcp", + "arch": [ + "aarch64", + "amd64", + "armhf", + "armv7", + "i386" + ], "description": "Open ZWave Control Panel", "startup": "application", "boot": "manual",