Pascal Vizeli
2eac4b8d9b
Update version.json
2017-07-14 23:51:48 +02:00
Pascal Vizeli
143a358b0c
Change startup system / Allow nested dict ( #99 )
...
* Change startup system / Allow nested dict
* fix schema
* fix lint
2017-07-14 23:51:24 +02:00
Pascal Vizeli
fa049066fc
Update version.json
2017-07-12 23:12:34 +02:00
Pascal Vizeli
3877dcf355
Pump version to 0.44
2017-07-12 17:25:12 +02:00
Pascal Vizeli
bfa7443ae2
Merge pull request #97 from home-assistant/dev
...
Release 0.43
0.43
2017-07-12 02:31:19 +02:00
Pascal Vizeli
253962df87
Update version.json
2017-07-12 02:25:18 +02:00
Pascal Vizeli
f8fbee68f4
Merge pull request #96 from pvizeli/cleanup_api_snapshot_p2
...
Update API / fix isoformat
2017-07-12 02:24:20 +02:00
Pascal Vizeli
3c5d4037f7
fix lint
2017-07-12 02:19:01 +02:00
Pascal Vizeli
772709dd75
Update API / fix isoformat
2017-07-12 01:38:15 +02:00
Pascal Vizeli
bcfd76d33c
Merge pull request #94 from pvizeli/extend_hass
...
Add landingpage / cleanup homeassistant core handling
2017-07-12 00:12:12 +02:00
Pascal Vizeli
2bbe7e7dc1
cleanup after install
2017-07-12 00:09:03 +02:00
Pascal Vizeli
dbcd090244
fix flow
2017-07-11 23:45:29 +02:00
Pascal Vizeli
a0a1fd4875
fix coro
2017-07-11 23:29:38 +02:00
Pascal Vizeli
d978ec00aa
fix progress v2
2017-07-11 23:08:47 +02:00
Pascal Vizeli
e40963a686
fix calling
2017-07-11 23:02:20 +02:00
Pascal Vizeli
55ec1a84fa
expose running state of docker
2017-07-11 22:58:05 +02:00
Pascal Vizeli
cf154b57f3
fix lint p4
2017-07-11 22:45:09 +02:00
Pascal Vizeli
ebf4daf4cc
fix lint
2017-07-11 22:38:07 +02:00
Pascal Vizeli
40e8f411ff
fix lint p2
2017-07-11 22:19:22 +02:00
Pascal Vizeli
421b380043
fix lint
2017-07-11 22:11:25 +02:00
pvizeli
5ebf2068b2
Update interface, allow update every time
2017-07-11 16:57:03 +02:00
pvizeli
e5fc6846e0
fix snapshot with custom image
2017-07-11 16:52:16 +02:00
pvizeli
906c4e03fb
Finish new homeassistant handling
2017-07-11 16:19:24 +02:00
pvizeli
02c8baef68
Add landingpage / cleanup homeassistant core handling
2017-07-11 12:26:58 +02:00
Pascal Vizeli
a14917e017
Pump version 0.43
2017-07-07 14:21:41 +02:00
Pascal Vizeli
7e5b2673dc
Merge pull request #93 from home-assistant/dev
...
* Pump version to 0.42
* Update util.py (#92 )
Add an optional extended description…
* Update version.json
0.42
2017-07-07 14:21:01 +02:00
Pascal Vizeli
d31895123e
Update version.json
2017-07-07 14:14:55 +02:00
Pascal Vizeli
6c1456902e
Update util.py ( #92 )
...
Add an optional extended description…
2017-07-07 14:12:26 +02:00
Pascal Vizeli
03bed162f4
Pump version to 0.42
2017-07-07 00:30:04 +02:00
Pascal Vizeli
f798e75e30
update hassio to 0.41
0.41
2017-07-07 00:22:30 +02:00
Pascal Vizeli
710f8570d2
Update tasks.py
2017-07-07 00:20:38 +02:00
Pascal Vizeli
4dfd11ffb4
Update const.py
2017-07-07 00:00:45 +02:00
Pascal Vizeli
4e4368debb
Update setup.py
0.40
2017-07-06 23:49:42 +02:00
Pascal Vizeli
30c7ddf4ef
Update version.json
2017-07-06 23:48:03 +02:00
Pascal Vizeli
7186f5a8c0
Add more addons functions. ( #91 )
...
* Add more addons functions.
* fix lint
* fix lint p2
* Allow more customable network settings
* fix lint
* change point of validate
* fix lint
* fix handling
* fix lint & validate data before write
2017-07-06 23:40:49 +02:00
Pascal Vizeli
f52d1c4509
Pump version
2017-07-06 01:52:30 +02:00
Pascal Vizeli
4dbece8e8e
Merge remote-tracking branch 'origin/dev'
0.39
2017-07-06 01:42:07 +02:00
Pascal Vizeli
f731c630a6
Update version.json
2017-07-06 01:34:37 +02:00
Pascal Vizeli
0ac96c207e
Convert homeassistant into a dict (snapshot) ( #90 )
...
* Convert homeassistant into a dict
* fix lint
* fix bugs
* cleanup code
* fix cleanup
2017-07-06 01:29:09 +02:00
Pascal Vizeli
e2a29b7290
Add snapshot feature ( #88 )
...
* Add API layout for snapshot
* Update api
* Add support for export/import docker images
* Move restore into addon
* Add restore to addon
* Fix lint
* fix lint
* cleanup
* init object
* fix executor
* cleanup
* Change flow of init
* Revert "Change flow of init"
This reverts commit 6b3215e44c990d16f728f766df52b20c091de807.
* allow restore from none
* forward working
* add size
* add context for snapshot
* add init function to set meta data
* update local addon on load
* add more validate and optimaze code
* Optimaze code for restore data
* add validate layer
* Add more function to snapshot / cleanup others
* finish snapshot function
* Cleanup config / optimaze code
* Finish snapshot on core
* Some improvments first object for api
* finish
* fix lint p1
* fix lint p2
* fix lint p3
* fix async with
* fix lint p4
* fix lint p5
* fix p6
* make staticmethod
* fix schema
* fix parse system data
* fix bugs
* fix get function
* extend snapshot/restore
* add type
* fix lint
* move to gz / xz is to slow
* move to gz / xz is to slow p2
* Fix config folder
* small compresslevel for more speed
* fix lint
* fix load
* fix tar stream
* fix tar stream p2
* fix parse
* fix partial
* fix start hass
* fix rep
* fix set
* fix real
* fix generator
* Cleanup old image
* add log
* fix lint
* fix lint p2
* fix load from tar
2017-07-05 18:16:14 +02:00
Pascal Vizeli
f107a73e28
Update HomeAssistant to 0.48.1
2017-07-05 11:16:19 +02:00
Pascal Vizeli
2c68e5801f
Update HomeAssistant to 0.48.1
2017-07-05 11:15:57 +02:00
Pascal Vizeli
91502a0727
Update HomeAssistant 0.48
2017-07-03 07:03:35 +02:00
Pascal Vizeli
872f1d0ae3
update homeassistant 0.48
2017-07-03 07:03:03 +02:00
Pascal Vizeli
3c4240a8a8
Update __init__.py
2017-06-29 21:10:42 +02:00
Pascal Vizeli
7a470bb3ac
Pump version 0.39
2017-06-29 12:03:00 +02:00
pvizeli
766a9af54e
Update version after merge
0.38
2017-06-29 12:00:39 +02:00
Pascal Vizeli
ca303a62f2
UI update for 0.38 ( #87 )
...
* Update UI
* Update frontend
2017-06-29 10:24:21 +02:00
Pascal Vizeli
90030d3a28
Add websession for reload ( #86 )
2017-06-29 07:57:04 +02:00
Pascal Vizeli
0ed48a7741
fix self update style on startup ( #85 )
...
* fix self update style on startup
* Check beta/dev upstream on update function
2017-06-29 07:50:42 +02:00