Commit Graph

537 Commits

Author SHA1 Message Date
Pascal Vizeli
fa1de02f1f Delete .travis.yml 2019-03-04 09:37:44 +01:00
Pascal Vizeli
68751e51e3 Fix lint error (#532) 2019-03-04 09:10:02 +01:00
Pascal Vizeli
ed25726475 Add workflow (#531) 2019-03-04 09:06:51 +01:00
Ville Skyttä
aff51f34b8 ssh: Update hassio cli to 2.1.0 (#527)
* ssh: Update hassio cli to 2.1.0

* ssh: Grammar and spelling fixes

* Update config.json
2019-03-04 09:03:10 +01:00
Pascal Vizeli
d4d68d3b0f Update deconz 2.05.59 (#524)
* Update deconz 2.05.59

* Add cache support
2019-02-20 19:13:21 +01:00
Pascal Vizeli
4bde63110c Update deconz V2_05_58 (#519)
* Update deconz V2_05_58

* Update CHANGELOG.md

* Update config.json
2019-01-31 20:22:58 +01:00
Fréderic Kinnaer
9f2d6102ce git_pull: fix restart_ignore for subdirectories (#516)
* git_pull: fix restart_ignore for subdirectories

* Update config.json

* Update CHANGELOG.md
2019-01-25 15:10:46 +01:00
Pascal Vizeli
a84f63cc76 git_pull 7.1 (#514)
* continue script when internet connection lost once (#511)

* continue script when internet connection lost once

changed some "exit 1" to "return 1" in function git-synchronize. By this, the script should not terminate when there's no internet connection during a repeat check. I left "exit 1" for the initial, critical and config topics => script should terminate here I think.

* improved style of "if" statement

* 7.1 Fix repeat option (#511)

* 7.1 Fix repeat option (#511)

* git_pull: Enhance restart_ignore to support whole directories (#513)

* git_pull: Enhance restart_ignore to support whole directories

* Missing double-quote
2019-01-24 17:30:19 +01:00
Pascal Vizeli
705c0b4d01 Update deconz to 2.05.57 (#512)
* Update deconz to 2.05.57

* Update CHANGELOG.md

* Update config.json
2019-01-22 21:57:50 +01:00
Pascal Vizeli
f550d6dce7 Remove unused interface list 2019-01-22 17:00:37 +01:00
Franck Nijhof
b3e38d246d SSH: Enables auto mapping of all UART/Serial devices (#506)
* Enabled auto mapping of all UART/Serial devices

* Update config.json

* Update CHANGELOG.md
2019-01-18 13:34:42 +01:00
kroimon
5e78babf0a Update deCONZ to version 2.05.55 (#508)
* Update deCONZ to version 2.05.55

* Update config.json

* Update CHANGELOG.md
2019-01-18 13:30:43 +01:00
Pascal Vizeli
85d31f6237 deCONZ (#502)
* Migrate deCONZ addon to core repo

* Update add-on

* Update run.sh

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update build.json

* Update Dockerfile

* Update Dockerfile

* Use our raspbian

* Update config.json

* Update build.json

* Update config.json

* Update build.json

* Update config.json

* Update config.json

* Update run.sh

* Update config.json

* Update config.json

* Delete firmware.sh

* Update Dockerfile

* Update Dockerfile

* Update run.sh

* Update config.json

* Update run.sh

* Update Dockerfile

* Create ika-otau-dl.sh

* Update run.sh

* Fix rights

* Update ika-otau-dl.sh

* Update ika-otau-dl.sh

* Update ika-otau-dl.sh

* Update ika-otau-dl.sh

* Update README.md

* Update Dockerfile
2019-01-15 15:21:36 +01:00
Pascal Vizeli
e8fa8aa5c8 Update New CLI (#500)
* Update New CLI

* Fix shell

* ssh: Include hassio bash completion (#501)
2019-01-09 13:59:44 +01:00
Tod Schmidt
d8bbc59e95 0.60.8 (#494)
* 0.58.2

* 0.58.2

* rebase

* rebase

* 0.58.3

* 0.58.3

* cleanup

* Updated to 0.60.8; Containers built from base images

* update snips-entrypoint and build images

* Removed asr-injection (not available)

* Updated CHANGELOG with correct version; Updated to use BUILD_ARCH

* Optimize size of container

* Cleanup & standardize

* Update Dockerfile
2018-12-29 12:58:12 +01:00
Pascal Vizeli
fdb94cc4e8 Homematic: Fix InterfacesList.xml exception (#491) 2018-12-29 01:09:12 +01:00
Dougal Matthews
3a6cbff4b3 Show the installed homeassistant version (#490)
This can be useful if you use "latest" but are not sure which version is
the latest or if you look at the log output and it isn't clear if the
addon was ran since the latest release.
2018-12-20 11:53:46 +01:00
Alec Rust
332c0cec7c Improve wording in Git Pull output (#488)
Currently an example output is:

```sh
Updating ed47959..2da4bb6
Fast-forward
 configuration.yaml | 1 +
 1 file changed, 1 insertion(+)
[Info] Check if something is changed
[Info] Something has changed, check Home-Assistant config
```

For a while I thought the last line was an instruction to the user, especially since this config check seems to take the longest to complete.

This PR improves the wording of the last two lines to make it clearer what's happening:

```sh
Updating ed47959..2da4bb6
Fast-forward
 configuration.yaml | 1 +
 1 file changed, 1 insertion(+)
[Info] Checking if something has changed
[Info] Something has changed, checking Home-Assistant config...
```
2018-12-17 09:30:38 +01:00
Fréderic Kinnaer
04d1079008 git_pull: correct technical error in CHANGELOG (#486) 2018-12-13 14:33:30 +01:00
Pascal Vizeli
e0eb9dca9c Homematic v8.0 (#485)
* Update HomeMatic OCCU to version 3.41.11 (#482)

* Update HomeMatic OCCU to version 3.41.11

* Update CHANGELOG.md

* Update config.json

* Homematic OCCU: Fix write error when starting OCCU due to missing status directory. (#483)

HMIPServer writes a lock file to /var/status/HMServerStarted, so create directory /var/status to prevent an exception that may confuse users.

* Homematic OCCU: Supply custom log4j configuration for HMIPServer to log to console. (#484)

This allows reading the HMIPServer log via the docker log file.
The default configuration logs to file and syslog which is not accessible from outside the docker container.

* Update CHANGELOG.md

* Update CHANGELOG.md
2018-12-13 11:59:50 +01:00
Tod Schmidt
d9ab42bc83 Version Change Only - Snips 0.60.1 (#458)
* 0.58.2

* 0.58.2

* rebase

* rebase

* 0.58.3

* 0.58.3

* cleanup

* updated version

* Fix version - push files to s3

* Fix log string

* Update snips/CHANGELOG.md

Co-Authored-By: tschmidty69 <tschmidty@yahoo.com>

* Ugh, changed docker hub

* added resolv.conf

* Removed nameserver

* Update CHANGELOG.md

* Update config.json
2018-12-13 11:06:38 +01:00
Fréderic Kinnaer
96c9f0c020 git_pull: fix for home-assistant/hassio-addons#480 (#481)
* git_pull: fix git diff command - #480

* git_pull: version bump & update CHANGELOG
2018-12-13 10:51:26 +01:00
Adam Goodbar
65082b5361 Support the changes in specific files without restarting home assistant (#475)
* Support the changes in specific files without restarting home assistant

Support the changes in specific files without restarting home assistant.  Files such as the lovelace config can be picked up without a restart of the service, decreasing impact of changes.

* Syntax Changes

* Shellcheck Fixes

* Remove extra quote

* Update config.json

* Update CHANGELOG.md
2018-12-06 11:44:34 +01:00
Pascal Vizeli
d0424b83d5 Change RPi handling CEC (#468)
* Update Dockerfile

* Update config.json

* Update CHANGELOG.md
2018-11-21 00:49:04 +01:00
Pascal Vizeli
beb4933c33 Update Dockerfile 2018-11-19 15:44:56 +01:00
Pascal Vizeli
53df18566e Update libCEC (#465)
* Create build.json

* Update Dockerfile

* Update config.json

* Create CHANGELOG.md

* Update Dockerfile

* Update Dockerfile
2018-11-19 15:41:18 +01:00
Pascal Vizeli
94f50b2129 HomeMatic 3.41.7 (#460)
* HomeMatic 3.41.7

* Update version
2018-11-11 00:16:19 +01:00
Pascal Vizeli
9ea5964ad0 Fix share 2018-11-09 23:51:25 +01:00
Pascal Vizeli
7c141a99f8 Support for firmware update homematic (#452)
* Support for firmware update homematic

* Update run.sh

* Update run.sh

* Update rfd.conf

* Update hs485d.conf

* Update run.sh

* Update crRFD.conf

* Update Dockerfile

* Update Dockerfile

* Create hm-firmware.sh

* Update config.json

* Update build.json

* Update build.json

* Update run.sh

* Update crRFD.conf

* Update hm-firmware.sh

* Update run.sh

* Update hm-firmware.sh

* Update CHANGELOG.md

* Update Dockerfile

* Update hm-firmware.sh

* Update CHANGELOG.md

* Update hm-firmware.sh

* Update config.json

* Update CHANGELOG.md
2018-11-09 23:46:31 +01:00
Pascal Vizeli
450015413b Use alpine 3.7 for mqtt (#454)
* Use alpine 3.7 for mqtt

* Update config.json

* Update CHANGELOG.md
2018-11-08 16:58:31 +01:00
Pascal Vizeli
cd1e88665f Snips with new service API (#444)
* Snips with new service API

* Update Dockerfile

* Update run.sh

* Update config.json

* Update run.sh

* Update customtts.sh

* Update customtts.sh

* Update customtts.sh

* Update run.sh
2018-11-06 07:26:58 +01:00
Pascal Vizeli
95a9ff737c Update Nginx (#445)
* Update Nginx

* Update Dockerfile

* Update config.json
2018-11-05 21:13:42 +01:00
Pascal Vizeli
5fd76330b8 Fix snips package handling 2018-11-05 00:58:08 +01:00
Pascal Vizeli
f3ed1ccc29 Update to new mqtt generation (#442) 2018-11-05 00:50:29 +01:00
Pascal Vizeli
efb08ed09c Fix snips for amd64 2018-11-05 00:49:59 +01:00
Jorim Tielemans
e5c3bf8dee Fix /backup path (#439)
* Fix /backup path

* Update CHANGELOG.md

* Update config.json

* Update config.json

* Update CHANGELOG.md
2018-11-04 17:21:45 +01:00
Pascal Vizeli
f425a5b1d9 New SMB add-on (#437)
* New SMB add-on

* Update config.json
2018-11-03 23:03:10 +01:00
Pascal Vizeli
b9075a87cc Store hmip_address.conf (#435)
* Store hmip_address.conf

* Update Dockerfile

* Update config.json

* Update CHANGELOG.md

* Update crRFD.conf

* Update run.sh
2018-10-31 16:45:40 +01:00
Pascal Vizeli
a59deb7d6e Homematic IP support (#424)
* Update config.json

* Sync time of RF Daemon every 30min (#425)

* sync homematic time periodically

* Show "Run SetInterfaceClock" in log file

* signal handler added

* version incremented

* Update CHANGELOG.md

* Grammar fixes (#429)

* Update config.json

* Forward

* fix config

* small size

* fix copy

* fix path

* Debug

* Fix script

* fix settings

* fix path

* Update run.sh
2018-10-28 23:28:27 +01:00
Ville Skyttä
0a48cb1541 Grammar fixes (#429) 2018-10-24 15:50:11 +02:00
IceOnly
36470854b0 Sync time of RF Daemon every 30min (#425)
* sync homematic time periodically

* Show "Run SetInterfaceClock" in log file

* signal handler added

* version incremented

* Update CHANGELOG.md
2018-10-16 23:08:04 +02:00
George Marshall
446dd8d65c Fixes to custom deps (#422)
* Fix spelling

* Cleanup up custom_deps/run.sh

* Disable sheelcheck warning

* Update run.sh

* Update CHANGELOG.md

* Update config.json

* Create build.json

* Update Dockerfile
2018-10-10 10:07:35 +02:00
Pascal Vizeli
c7cbeb6972 Create build.json 2018-10-10 09:49:04 +02:00
adipose
075be5b7b5 Update smb.conf (#420)
* Update smb.conf

windows 10 clients cannot connect with user/password, only guest.

* Update config.json

* Update CHANGELOG.md

* Update smb.conf

* Update run.sh
2018-10-05 14:37:26 +02:00
Pascal Vizeli
3e4f8e468e Fix timezone && update 3.37.8 (#418)
* Fix name

* Update build.json

* Update Dockerfile

* Update CHANGELOG.md

* Update config.json
2018-10-04 16:35:40 +02:00
Pascal Vizeli
5697d26b00 Update OpenSSH 7.7 2018-09-23 01:44:15 +02:00
Pascal Vizeli
20dea3ef3c Update Samba to version 4.8.4 (#412)
* Update Samba to version 4.8.4

* Update CHANGELOG.md
2018-09-23 01:42:16 +02:00
Jorim Tielemans
0ac31f469a Map Hass.io backup and share folders (#408)
* Map additional Hass.io folders

Added backup and share to config.json

* Make ssl rw

* Update config.json

* Update CHANGELOG.md

* Update config.json

* Update config.json

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update config.json
2018-09-23 01:32:15 +02:00
Franck Nijhof
c47b3673de ⬆️ Upgrades Hassio CLI to 1.4.0 (#411)
* ⬆️ Upgrades Hassio CLI to 1.4.0

* Update CHANGELOG.md

* Update config.json

* Update CHANGELOG.md

* Update config.json

* Update CHANGELOG.md
2018-09-23 01:27:37 +02:00
Franck Nijhof
5b4f0a73ff Merge pull request #398 from rnizametdinov/patch-1
Update url in config
2018-09-09 15:29:16 +02:00