Commit Graph

907 Commits

Author SHA1 Message Date
Pascal Vizeli
a16cde2dcf Create stale.yml 2019-04-16 11:06:46 +02:00
Pascal Vizeli
9aa2ad8c87 deCONZ ingress & discovery (#561)
* Migrate deconz to ingress/discovery

* update chmod

* Add discovery

* Fix lint

* Fix typo

* Bump versio 0.91.2

* Fix discovery

* Cleanup config

* Fix discovery

* Fix url

* Fix port

* Fix script

* Support new host config

* Use new network feature

* add notes

* Fix shell

* simplify v1

* Cleanup

* Fix api port access

* Remove waiting

* Use more modern version

* Fix lint

* Add a note to ingress phoscon app

* fix format

* Fix ingress

* Fix ingress

* Fix output

* Change flow

* Fix wait port

* Fix config

* Add tiemout

* Cleanup
2019-04-11 14:49:36 +02:00
Pascal Vizeli
1bbe315d3e Configurator 3.1 (#563)
* Add options to configurator

* set chmod

* Fix style

* Update version
2019-04-09 15:39:25 +02:00
Pascal Vizeli
e4268b81e1 Configurator migration to new ingress (#560)
* Migrate to new ingress

* Update chmod

* Fix path

* Update handling

* Fix http lua

* Add auth flag

* Use hyprid

* Add webui

* Fix hass.io version

* cleanup
2019-04-08 17:19:55 +02:00
Franck Nijhof
bbee3edd4a ⬆️ Upgrades hassio-cli to v2.2.0 (#559) 2019-04-01 12:14:57 +02:00
Lukas Bachschwell
e4ea67c64d Adding snips-injection (#546)
* Adding snips-injection
- Update dockerfile
- Snips injection version print
- Start snips-injection in run
- Versionbump to 5.2

* remove backtick accident

* Less run blocks

* format change in snips dockerfile

* Update CHANGELOG.md
2019-03-26 18:08:31 +01:00
Pascal Vizeli
67f4e355d3 Fix none root login (#554)
* Fix account locking issue

* Fix script
2019-03-16 16:00:06 +01:00
Pascal Vizeli
dd44cc922a Revert "Fix account locking issue (#552)" (#553)
This reverts commit b2355ae596.
2019-03-16 15:50:08 +01:00
Pascal Vizeli
b2355ae596 Fix account locking issue (#552) 2019-03-16 15:41:50 +01:00
Pascal Vizeli
012f2e600e Update le to use our python images (#543)
* Update le to use our python images

* Add helper for build

* Fix build
2019-03-11 16:26:05 +01:00
Pascal Vizeli
a532023544 Fix data handling (#540) 2019-03-10 21:10:02 +01:00
Pascal Vizeli
61480978d2 Fix mariadb (#539) 2019-03-10 21:01:38 +01:00
Pascal Vizeli
ca3e9c4fda Update CHANGELOG.md 2019-03-10 20:11:43 +01:00
Pascal Vizeli
f52e0d7a60 Update branch of add-ons with armv7 (#538)
* Update branch of add-ons with armv7

* update configurator

* Fix docker file

* Update docker files

* fix image

* Update

* certbot
2019-03-10 17:09:35 +01:00
Pascal Vizeli
0e758c65dd Fix version HomeMatic (#537) 2019-03-10 15:36:19 +01:00
Pascal Vizeli
8a75cf5477 fix description 2019-03-08 17:26:51 +01:00
Pascal Vizeli
42f87c3e09 Update OCCU to 3.43.15 (#534) 2019-03-08 17:26:03 +01:00
Paulus Schoutsen
a2fb10a14e Colorlog is a dependency of the check_config script (#535)
* Colorlog is a dependency of the check_config script

* Update build.json

* Update Dockerfile

* Update config.json

* Update CHANGELOG.md

* Update config.json
2019-03-08 17:24:30 +01:00
Pascal Vizeli
06c9c94f94 Remove custom_dep & update arch tags 2019-03-06 15:38:18 +01:00
Pascal Vizeli
cd020b0566 Add jq (#533) 2019-03-04 09:43:54 +01:00
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