endor-force d5263e9b6e Fix bash variable input (#207)
* 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
2017-12-06 11:35:30 +01:00
2017-12-06 11:35:30 +01:00
2017-07-23 12:12:06 -07:00
2017-11-14 11:13:44 +01:00

Hass.io Addons repository

https://home-assistant.io/hassio

Best practice

  • Make a bash script called run.sh it will parse and prepare the env
  • If you have a special configuration file move it to /etc or 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
No description provided
Readme Apache-2.0 282 KiB
Languages
Shell 67.5%
Dockerfile 32.5%