diff --git a/README.md b/README.md index 91274b1..b40ae8a 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,13 @@ I forgot the password to my old HA instance, so I bought a nice, new, and shiny 3. `balena push Raspberry3B01` ## Changelog +### Version 1.8.0 +**2023-10-18**: + - Update README + - Add "depends_on: homeassistant" to MQTT and hass-configurator +### Version 1.7.2 +**2023-10-18**: + - Update Home Assistant ### Version 1.7.1 **2023-06-26**: - Update Home Assistant diff --git a/VERSION b/VERSION index f8a696c..27f9cd3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.7.2 +1.8.0 diff --git a/balena.yml b/balena.yml index 9b92e45..ebbf649 100644 --- a/balena.yml +++ b/balena.yml @@ -25,4 +25,4 @@ data: - BALENA_HOST_CONFIG_gpu_mem_512: 128 - BALENA_HOST_CONFIG_dtoverlay: vc4-fkms-v3d applicationEnvironmentVariables: -version: 1.7.2 +version: 1.8.0 diff --git a/docker-compose.yml b/docker-compose.yml index 5b45b19..c8e8037 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,11 +19,15 @@ services: ports: - '1883:1883' restart: always + depends_on: + - homeassistant volumes: - 'mosquitto:/mosquitto/data' hass-configurator: image: 'causticlab/hass-configurator-docker:latest' restart: always + depends_on: + - homeassistant ports: - '3218:3218' volumes: