File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ repository contain some extras:
3636- Adds ` jq ` & ` curl ` , since every add-on uses them.
3737- Adds Docker [ Label Schema] [ label-schema ] support.
3838- Includes a helper library: [ Bashio] [ bashio ]
39+ - Includes template helper: [ tempio] [ tempio ]
3940- Handles logs, add-on startup banners and update notifications.
4041- Several small adjustments and improvements.
4142
@@ -147,3 +148,4 @@ SOFTWARE.
147148[ repository ] : https://github.com/hassio-addons/repository
148149[ s6 ] : http://skarnet.org/software/s6/overview.html
149150[ semver ] : http://semver.org/spec/v2.0.0.html
151+ [ tempio ] : https://github.com/home-assistant/tempio
Original file line number Diff line number Diff line change 4949 && mv /tmp/bashio/lib /usr/lib/bashio \
5050 && ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
5151 \
52+ && curl -L -s -o /usr/bin/tempio \
53+ "https://github.com/home-assistant/tempio/releases/download/2021.01.0/tempio_${BUILD_ARCH}" \
54+ && chmod a+x /usr/bin/tempio \
55+ \
5256 && rm -fr \
5357 /tmp/* \
5458 /var/{cache,log}/* \
You can’t perform that action at this time.
0 commit comments