mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-01 03:05:49 +01:00
81278ce7b06002723976d3f34903351e4d34baed
* Fix bash variable input
This will cause error in validation.
i have tried with
if ! msg="$(tdtool --"$input")"; then
if ! msg="$(tdtool --"${input}")"; then
if ! msg="$(tdtool --${input})"; then
without success.
The only one i got working in real life is the one in this PR.
* Trying variable with curlies
Changed frm only output errors to output all output from tdtool.
Enables listing of devices and sensors with output to add-on log.
* Update config.json
* fix not used exec
* fix lint
* update output
Hass.io Addons repository
https://home-assistant.io/hassio
Best practice
- Make a bash script called
run.shit will parse and prepare the env - If you have a special configuration file move it to
/etcor modify the default configuration file at its origin place
Version
- A fix or small improvments give +0.1
- New options, big change give +1
Description
Languages
Shell
37.4%
Tcl
35.3%
Dockerfile
14.4%
HTML
5.1%
Python
4.2%
Other
3.6%