Use dockerhub hosted images as base

This commit is contained in:
Max Winterstein
2021-01-05 17:11:48 +01:00
parent f44b716804
commit fa91041478
5 changed files with 33 additions and 26 deletions

View File

@@ -1,14 +1,13 @@
{
"name": "Eufy Home Assistant MQTT Bridge",
"version": "0.6.0",
"version": "0.7.0",
"slug": "eufy-ha-mqtt-bridge",
"description": "Publish events as MQTT messages",
"arch": [
"armhf",
"armv7",
"aarch64",
"amd64",
"i386"
"amd64"
],
"startup": "application",
"boot": "auto",
@@ -41,6 +40,6 @@
"map": [
"share:rw"
],
"hassio_role": "default",
"hassio_api": true
"hassio_role": "default",
"hassio_api": true
}