Skip to content

Commit 43cd125

Browse files
authored
Add tempio (#27)
1 parent 4b4f2c7 commit 43cd125

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

base/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ RUN \
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}/* \

0 commit comments

Comments
 (0)