mirror of
https://github.com/adrianjagielak/home-assistant-futurehome.git
synced 2025-11-18 09:09:03 +00:00
Add repository
This commit is contained in:
14
futurehome/build.yaml
Normal file
14
futurehome/build.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
# https://developers.home-assistant.io/docs/add-ons/configuration#add-on-dockerfile
|
||||
build_from:
|
||||
aarch64: "ghcr.io/home-assistant/aarch64-base:3.15"
|
||||
amd64: "ghcr.io/home-assistant/amd64-base:3.15"
|
||||
armhf: "ghcr.io/home-assistant/armhf-base:3.15"
|
||||
armv7: "ghcr.io/home-assistant/armv7-base:3.15"
|
||||
i386: "ghcr.io/home-assistant/i386-base:3.15"
|
||||
labels:
|
||||
org.opencontainers.image.title: "Home Assistant Add-on: Futurehome"
|
||||
org.opencontainers.image.description: "Futurehome Home Assistant add-on"
|
||||
org.opencontainers.image.source: "https://github.com/adrianjagielak/home-assistant-futurehome"
|
||||
org.opencontainers.image.licenses: "MIT License"
|
||||
args:
|
||||
TEMPIO_VERSION: "2021.09.0"
|
||||
Reference in New Issue
Block a user