Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deCONZ #502

Merged
merged 40 commits into from
Jan 15, 2019
Merged
Changes from 1 commit
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
2451785
Migrate deCONZ addon to core repo
marthoc Nov 17, 2018
adb3b22
Merge pull request #463 from marthoc/migrate-deconz
pvizeli Jan 9, 2019
f998f57
Update add-on
pvizeli Jan 9, 2019
470e69b
Update run.sh
pvizeli Jan 10, 2019
20ea9e6
Update Dockerfile
pvizeli Jan 10, 2019
063c717
Update Dockerfile
pvizeli Jan 10, 2019
0d5ccd5
Update Dockerfile
pvizeli Jan 10, 2019
3839dd7
Update Dockerfile
pvizeli Jan 10, 2019
f8874ed
Update Dockerfile
pvizeli Jan 10, 2019
3e9d17d
Update Dockerfile
pvizeli Jan 10, 2019
6d706ed
Update build.json
pvizeli Jan 10, 2019
0116a8e
Update Dockerfile
pvizeli Jan 10, 2019
bf40388
Update Dockerfile
pvizeli Jan 11, 2019
34fdfc7
Use our raspbian
pvizeli Jan 13, 2019
0558ab7
Fix merge
pvizeli Jan 13, 2019
7aefd21
Update config.json
pvizeli Jan 13, 2019
6bb89a0
Update build.json
pvizeli Jan 13, 2019
88e76e5
Update config.json
pvizeli Jan 13, 2019
3892d8e
Update build.json
pvizeli Jan 13, 2019
071449e
Update config.json
pvizeli Jan 13, 2019
9d6dbde
Update config.json
pvizeli Jan 13, 2019
56024a4
Update run.sh
pvizeli Jan 13, 2019
d3df251
Update config.json
pvizeli Jan 13, 2019
9acafaa
Update config.json
pvizeli Jan 13, 2019
86dd20b
Delete firmware.sh
pvizeli Jan 13, 2019
34f56fd
Update Dockerfile
pvizeli Jan 14, 2019
ca601ba
Update Dockerfile
pvizeli Jan 14, 2019
db8db96
Update run.sh
pvizeli Jan 15, 2019
35d362b
Update config.json
pvizeli Jan 15, 2019
00840c8
Update run.sh
pvizeli Jan 15, 2019
3e9240d
Update Dockerfile
pvizeli Jan 15, 2019
c42d116
Create ika-otau-dl.sh
pvizeli Jan 15, 2019
5d7dff8
Update run.sh
pvizeli Jan 15, 2019
ec59959
Fix rights
pvizeli Jan 15, 2019
b8b457a
Update ika-otau-dl.sh
pvizeli Jan 15, 2019
1b3e1c6
Update ika-otau-dl.sh
pvizeli Jan 15, 2019
cb4c1cd
Update ika-otau-dl.sh
pvizeli Jan 15, 2019
601a9d9
Update ika-otau-dl.sh
pvizeli Jan 15, 2019
b582a89
Update README.md
pvizeli Jan 15, 2019
99f9590
Update Dockerfile
pvizeli Jan 15, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update config.json
  • Loading branch information
pvizeli authored Jan 13, 2019
commit 071449eb973d13df6b22e21275c01c2b15aad231
2 changes: 1 addition & 1 deletion deconz/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://home-assistant.io/addons/deconz",
"startup": "system",
"boot": "auto",
"webui": "http://[HOST]:[PORT:8080]",
"webui": "http://[HOST]:[PORT:80]",
"ports": {
"80/tcp": 9880,
"8080/tcp": 9881
Expand Down