Pascal Vizeli
a2789ac540
Extend Audio support
2018-04-11 23:53:30 +02:00
Pascal Vizeli
6f2cf2ef85
Robust json file handling with default reset on runtime ( #321 )
...
* Update json.py
* Update validate.py
* Update validate.py
* Update snapshots.py
* Update validate.py
* Update homeassistant.py
* Update validate.py
* Update snapshot.py
* Update snapshot.py
* Update snapshot.py
* Update json.py
* Update json.py
* Update json.py
* Update validate.py
* Update snapshots.py
* Update validate.py
* Update validate.py
* improve config updates
* fix lint
* update build
* fix schema
* fix validate
* fix lint
* fix some styles
* fix
* fix snapshot
* fix errors
* Update API
2018-01-18 23:33:05 +01:00
Pascal Vizeli
db8aaecdbe
Remove old security layer ( #306 )
...
* Remove old security layer
* remove unneded libs
* Update diagram
2018-01-10 22:27:47 +01:00
Pascal Vizeli
1c49351e66
Refactory code / object handling ( #289 )
...
* Refactory code / object handling
* Next step
* fix lint
* Step 2
* Cleanup API code
* cleanup addons code
* cleanup data handling
* Cleanup addons data handling
* Cleanup docker api
* clean docker api p2
* next cleanup round
* cleanup start on snapshots
* update format strings
* fix setup
* fix lint
* fix lint
* fix lint
* fix tox
* Fix wrong import of datetime module
* Fix bug with attributes
* fix extraction
* Update core
* Update logs
* Expand scheduler
* add support for time interval objects
* next updates on tasks
* Fix some things
* Cleanup code / supervisor
* fix lint
* Fix some code styles
* rename stuff
* cleanup api call reload
* fix lock replacment
* fix lint
* fix lint
* fix bug
* fix wrong config links
* fix bugs
* fix bug
* Update version on startup
* Fix some bugs
* fix bug
* Fix snapshot
* Add wait boot options
* fix lint
* fix default config
* fix snapshot
* fix snapshot
* load snapshots on startup
* add log message at the end
* Some cleanups
* fix bug
* add logger
* add logger for supervisor update
* Add more logger
2018-01-02 21:21:29 +01:00
Pascal Vizeli
5a80be9fd4
Allow stop/start home-assistant & flow of startup ( #182 )
...
* Allow config boot
* Read boot settings
* Use internal boot time for detect reboot
* Check if Home-Assistant need to watch
* Make datetime string and parse_datetime
* Add api calls
* fix lint p1
* Use new datetime parser for sessions and make a real default boot time
* fix lint p2
* only start docker if they is running
* convert to int (timestamp)
* add boot flag
2017-09-11 14:14:26 +02:00
Pascal Vizeli
04514a9f5c
WIP: Network docker hassio ( #159 )
...
* Create hassio network layer / allow linking
* rename docker
* fix lint
* fix lint p2
* Set network options
* First version of network code
* Finish network layer
* Remove old api_endpoint stuff
* Add DNS forwarding
* Fix DNS recorder
* Fix lint p1
* Fix lint p2
* Fix lint p3
* Fix spell
* Fix ipam struct
* Fix ip to str
* Fix ip to str v2
* Fix spell
* Fix hass on host
* Fix host attach to network
* Cleanup network code
* Fix lint & add debug
* fix link
* Remove log
* Fix network
* fix reattach of supervisor
* set options
* Fix containers
* Fix remapping & add a test
* Fix dict bug
* Fix prop
* Test with run container
* Fix problem
2017-08-24 14:57:13 +02:00
Pascal Vizeli
cd3b382902
Cleanup json / api code with new options ( #137 )
...
* Cleanup json / api code with new options
* fix lint
2017-08-08 10:47:39 +02:00
Pascal Vizeli
99cf44aacd
Cleanup config / new updater object / New audio ( #135 )
...
* Cleanup config / new updater object / New audio
* Cleanup beta_channel
* fix lint
* fix lint p3
* Fix lint p4
* Allow set audio options
* Fix errors
* add host options
2017-08-08 00:53:54 +02:00
Pascal Vizeli
40e8f411ff
fix lint p2
2017-07-11 22:19:22 +02:00
pvizeli
02c8baef68
Add landingpage / cleanup homeassistant core handling
2017-07-11 12:26:58 +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
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
d5eb66bc0d
Use tmp folder / fix log bug / add executor ( #83 )
...
* Use tmp folder / fix log bug / add executor
* Update __main__.py
* Update .travis.yml
* Add autoupdate on startup.
* Fix bug
* Move selfupdate code part into start
2017-06-28 16:22:44 +02:00
Pascal Vizeli
1b887e38d6
Add new data Layer for addons ( #81 )
...
* Add new data Layer for addons
* draft v2
* part 3
* Cleanups for new addon layout
* cleanup part 5
* fix lint p1
* fix lint p2
* fix api bug
* Fix lint p3
* fix lint p4
* fix lint p5
* fix lint p6
* fix update
* fix lint
* Update repo add code part 1
* new repository load code
* reorder code
* Code cleanup p1
* Don't allow change options for not installed addons
* Cleanup error handling
* Fix addon restart config bug
* minimize timeout for bad addons
* set core timeout for docker to 15
* fix lint
* fix start bug
* Add startuptype
* change names / fix update bug
* fix update bug p2
* Cleanup arch
* Ignore built-in repositories
* fix lint
* fix bug
* fix bug p4
* fix arch handling / better bugfix for boot option
* fix lint
* fix arch
* fix options
* fix close is no coro
* update api description & fix lint
* Fix error
* fix api validate config
* cleanup api
* Fix repo loader
* cleanup slugs
* fix lint
2017-06-23 00:51:28 +02:00
Pascal Vizeli
d15b6f0294
Allow map special device to homeassistant docker ( #75 )
...
* Allow map special device to homeassistant docker
* fix lint
* fix '/dev/'
2017-06-02 23:39:54 +02:00
Pascal Vizeli
6b16da93cd
WIP: Refactory / Cleanup docker base ( #73 )
...
* Refactory / Cleanup docker base
* Check ID of running image
* Small bugs / lint
* Add log info
* Fix lint
* Add a real cleanup solution
* fix unused import
* Cleanup restart after updates
* Use restart callback
* rename callback
* Add info log for cleanup & fix lint
* Fix lint
* fix wrong id
* fix set addon as install
2017-05-31 23:41:04 +02:00
Pascal Vizeli
6927c989d0
Timezone ( #69 )
...
* Add Timezone support
* finish PR
* fix lint
2017-05-22 22:56:44 +02:00
Pascal Vizeli
6031a60084
Add addon share and allow to mount host mnt ( #58 )
...
* Add addon share and allow to mount host mnt
* fix comments logs
2017-05-17 17:21:54 +02:00
Pascal Vizeli
f4cb16ad09
WIP: Add support for build docker on local repository ( #42 )
...
* Add support for build docker on local repository
* Add docker support
* finish build
* change api
* add dockerfile generator
* finish it
* fix lint
* fix path
* fix path
* fix copy
* add debug stuff
* fix docker template
* cleanups
* fix addons
* change handling
* fix lint / cleanup code
* fix lint
* tag
2017-05-12 01:37:03 +02:00
Pascal Vizeli
956af2bd62
Add security api and TOTP on supervisor ( #41 )
...
* Add security api and TOTP on supervisor
* finish security api
* fix lint
* fix lint p2
* add new api view to init
* Task session cleanup / fix hass wachdog
* fix lint
* fix api return
* fix check
2017-05-10 22:02:47 +02:00
Pascal Vizeli
19b72b1a79
add logoutbut ( #29 )
...
* add logoutbut
* Protect host update
* schedule a hostcontrol update task
* change log level
* cleanup names
2017-05-02 23:16:58 +02:00
Pascal Vizeli
ff640c598d
Support for repository store. ( #26 )
...
* Support for repository store.
* Fix api
* part 1 of restruct and migrate pathlib
* Migrate p2
* fix lint / cleanups
* fix lint p2
* fix lint p3
2017-05-02 00:02:55 +02:00
Pascal Vizeli
a61311e928
Don't store homeassistant image from env to config ( #23 )
2017-04-30 09:46:19 +02:00
Pascal Vizeli
9d95b70534
fix list remove
2017-04-28 01:40:06 +02:00
Pascal Vizeli
422dd78489
Fix list handling
2017-04-28 00:45:53 +02:00
Pascal Vizeli
3c0ebdf643
fix lint
2017-04-27 23:28:58 +02:00
Pascal Vizeli
c6cc8adbb7
Change handling with repo list
2017-04-27 21:58:21 +02:00
pvizeli
dd38c73b85
Fix lint p4
2017-04-27 21:08:28 +02:00
pvizeli
c916314704
Fix lint p3
2017-04-27 21:08:28 +02:00
pvizeli
e0dcce5895
Fix lint p2
2017-04-27 21:08:28 +02:00
pvizeli
db20ea95d9
Fix lint
2017-04-27 21:08:28 +02:00
pvizeli
d142ea5d23
Allow custome repository / improve config validate
2017-04-27 21:08:28 +02:00
Pascal Vizeli
76cead72e8
Update API for hass api v2 ( #14 )
...
* Update API for hass api v2
* fix lint
* Refactory the old version of host_control
* cleanup
* Cleanup name inside addons/data
* Cleanup name inside addons/data p2
* Rename api list
* Fix path bug
* Fix wrong config set
2017-04-26 11:15:56 +02:00
Pascal Vizeli
297f4af047
Cleanup old stuff / make more secure ( #10 )
...
* Cleanup old stuff / make more secure
* pump version
2017-04-23 15:45:03 +02:00
Pascal Vizeli
d285fd4ad4
Fix handling with docker container ( #7 )
...
* Fix handling with docker container
* Fix lint
* update version
* fix lint v2
* fix signal handling
* fix log output
2017-04-20 14:59:03 +02:00
Pascal Vizeli
f9c7371140
Extend addons options to allow lists ( #5 )
...
Extend addons options to allow lists
2017-04-19 17:07:24 +02:00
pvizeli
094c5968f4
Fix cleanup name
2017-04-18 17:18:32 +02:00
pvizeli
c9876988da
Add cleanup
2017-04-18 16:20:19 +02:00
Pascal Vizeli
2bd1636097
change handling with arch detection
2017-04-17 18:50:05 +02:00
Pascal Vizeli
b5ec1e0cfd
add support for custom image
2017-04-16 11:39:54 +02:00
Pascal Vizeli
f340a19e40
fix lint
2017-04-13 23:09:45 +02:00
pvizeli
14500d3ac4
Cleanups
2017-04-13 23:09:45 +02:00
Pascal Vizeli
5c70d68262
Addons config support
2017-04-13 23:09:45 +02:00
pvizeli
530f17d502
Add support for addon config.
2017-04-13 23:09:45 +02:00
Pascal Vizeli
f127de8059
Add support for git repo
2017-04-13 23:09:45 +02:00
pvizeli
2f47f9aa9b
Split build stuff to new repo
2017-04-06 11:52:28 +02:00