Browse Source

Added Home Assistant (#285)

finnie2006 3 years ago
parent
commit
1ce300a299
3 changed files with 4 additions and 2 deletions
  1. BIN
      images/homeassistant.png
  2. 2 1
      template/portainer-v2-arm32.json
  3. 2 1
      template/portainer-v2-arm64.json

BIN
images/homeassistant.png


+ 2 - 1
template/portainer-v2-arm32.json

@@ -1726,7 +1726,8 @@
 				"8999:8123/tcp"
 			],
 			"restart_policy": "unless-stopped",
-			"title": "Home Assistant",
+			"title": "Homeassistant",
+			"type": 1,
 			"volumes": [
 				{
 					"bind": "/portainer/Files/AppData/Config/HomeAssistant/assets",

+ 2 - 1
template/portainer-v2-arm64.json

@@ -1820,7 +1820,8 @@
 			"description": "Home Assistant is a free and open-source software for home automation that is designed to be the central control system for smart home devices with focus on local control and privacy.",
 			"image": "homeassistant/home-assistant:latest",
 			"logo": "https://raw.githubusercontent.com/pi-hosted/pi-hosted/master/images/homeassistant.png",
-			"name": "home assistant",
+			"name": "home-assistant",
+		        "type": 1,
 			"platform": "linux",
 			"ports": [
 				"8999:8123/tcp"