Pascal Vizeli
f38e28a4d9
Add interface and home-assistant api proxy ( #205 )
...
* Add initial for hass interface
* For better compatibility, remove extra options for cleanup old stuff
* Add new functions to api
* Add api proxy to home-assistant
* use const
* fix lint
* fix lint
* Add check_api_state function
* Add api watchdog
* Fix lint
* update output
* fix url
* Fix API call
* fix API documentation
* remove password
* fix api call to hass api only
* fix problem with config missmatch
* test
* Detect wrong ssl settings
* disable watchdog & add options
* Update API
2017-10-03 00:31:14 +02:00
Pascal Vizeli
2998cd94ff
Allow dynamic handling of proto part ( #203 )
...
* Allow dynamic handling of proto part
* Fix lint
* fix bug
2017-10-01 00:03:06 +02:00
Pascal Vizeli
79e2f3e8ab
Pump version to 0.67
2017-09-30 12:09:22 +02:00
Pascal Vizeli
4baa80c3de
Map sysfs devices/platform/soc data
2017-09-30 11:04:27 +02:00
Pascal Vizeli
d94ada6216
Pump version to 0.65
2017-09-29 22:12:52 +02:00
Pascal Vizeli
40324beb72
Add support for kernel gpio interface ( #202 )
...
* Add support for kernel gpio interface
* Update addon.py
* fix git python module change
* Update git.py
2017-09-29 21:42:33 +02:00
Pascal Vizeli
c02f6913b3
Extend label schema ( #200 )
...
* Update build.py
* Update build.py
* fix lint
2017-09-29 16:29:23 +02:00
Pascal Vizeli
1795103086
Pump version to 0.65
2017-09-26 09:10:56 +02:00
Pascal Vizeli
8bb43daf91
Remove support for custom configs / configs for other hass.io versions ( #197 )
...
* Remove support for custom configs
* not need since supervisor is autoupdate
2017-09-19 21:52:18 +02:00
Pascal Vizeli
a7e65613d6
Update validate.py ( #196 )
2017-09-19 20:43:44 +02:00
Pascal Vizeli
3c04c71401
Update build system to origin docker ( #191 )
...
* Update build system to origin docker
* Rename build env
* fix lint p1
* fix bug & add more log info for snapshot/restore
* fix exception
* Log build info
* revert last change
* fix regex
2017-09-19 18:06:34 +02:00
Pascal Vizeli
1353d52bd1
Reset json file to default on schema error ( #193 )
2017-09-19 17:51:16 +02:00
Pascal Vizeli
df66102de0
Pump version to 0.64
2017-09-17 14:42:35 +02:00
Pascal Vizeli
f39006be01
Change flow and start landingpage faster ( #189 )
...
* Change flow and start landingpage faster
* run homeassistant after install
* Update homeassistant.py
2017-09-16 14:45:36 +02:00
Pascal Vizeli
ba352abf0b
Pump version to 0.63
2017-09-12 20:13:41 +02:00
Pascal Vizeli
3b26136636
More schema options ( #187 )
...
* Extend the addon schema options
* convert range to float
* convert match to string
* fix lint
* cleanup
* fix lint
* fix options name
2017-09-12 19:38:26 +02:00
Pascal Vizeli
8249f042c0
Pump version to 0.62
2017-09-11 14:42:23 +02: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
a733886803
Pump version to 0.61
2017-09-11 10:03:15 +02:00
Pascal Vizeli
dcbb6a2160
Fix socat spawn ( #172 )
...
* Update dns.py
* Update dns.py
2017-08-25 16:41:48 +02:00
Pascal Vizeli
56fa1550d2
Pump version to 0.60
2017-08-24 22:40:19 +02:00
Pascal Vizeli
6ab3fe18d9
Allow to see log also if there some process ( #170 )
2017-08-24 22:23:24 +02:00
Pascal Vizeli
7969f3dfd7
Remove default bridge ( #168 )
...
* Remove default bridge
* rename bridge
2017-08-24 21:49:36 +02:00
Pascal Vizeli
6f05b90e4e
Pump hass.io to 0.59
2017-08-24 17:17:34 +02:00
Pascal Vizeli
3525f5a02f
Cleanup network mode & fix port mapping ( #166 )
...
* Cleanup network mode & fix port mapping
* Fix lint
2017-08-24 16:39:06 +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
1c915ef4cd
Pump hass.io version to 0.58
2017-08-22 16:29:10 +02:00
Pascal Vizeli
5c69dca7b3
New panel with poly2 ( #163 )
2017-08-22 15:44:14 +02:00
Pascal Vizeli
dfda7dc748
Better cleanup for local build add-ons ( #161 )
...
* Better cleanup for local build add-ons
* fix lint
2017-08-20 23:02:58 +02:00
Pascal Vizeli
cb7710c23f
Add a error message if that is not a local build addon ( #162 )
2017-08-20 22:33:27 +02:00
Pascal Vizeli
f9b12a2eb2
Allow rebuild for local build addons ( #158 )
...
* Allow rebuild for local build addons
* fix lint
2017-08-19 22:44:39 +02:00
Pascal Vizeli
6a7617faad
Use deepmerge for options ( #157 )
...
Add an optional extended description…
2017-08-18 15:57:13 +02:00
Pascal Vizeli
05554ccf7e
Pump version to 0.57
2017-08-16 11:38:43 +02:00
Pascal Vizeli
fa9b3b939e
Use exit code to detect wrong configs ( #156 )
...
* Update homeassistant.py
* Update homeassistant.py
* Update util.py
* add support for yaml errors
2017-08-16 11:25:38 +02:00
Pascal Vizeli
70685c41be
Update const.py
2017-08-16 02:18:33 +02:00
Pascal Vizeli
7798e7cde2
Code cleanup & add config check to API ( #155 )
...
* Code cleanup & add config check to API
* Fix comments
* fix lint p1
* Fix lint p2
* fix coro
* fix parameter
* add log output
* fix command layout
* fix Pannel
* fix lint p4
* fix regex
* convert to ascii
* fix lint p5
* add temp logging
* fix output on non-zero exit
* remove temporary log
2017-08-16 02:10:38 +02:00
Pascal Vizeli
4af92b9d25
Don't return false for addon startup on update ( #153 )
2017-08-15 21:30:05 +02:00
Pascal Vizeli
eab958860c
Pump hassio to 0.55
2017-08-15 09:15:21 +02:00
Pascal Vizeli
f00b21dc28
Bugfix git clone ( #152 )
...
Add an optional extended description…
2017-08-15 08:55:55 +02:00
Pascal Vizeli
021946e181
Pump version to 0.54
2017-08-15 00:35:58 +02:00
Pascal Vizeli
57f3178408
Change update flow to a higher level ( #150 )
2017-08-14 23:56:52 +02:00
Franck Nijhof
14013ac923
Recursively git clone addon repositories, allowing submodules ( #148 )
2017-08-14 16:15:08 +02:00
Pascal Vizeli
5af3040223
Pump version to 0.53
2017-08-10 11:25:07 +02:00
Pascal Vizeli
38284e036d
Move system into startup protection ( #145 )
...
Add an optional extended description…
2017-08-10 11:08:43 +02:00
Pascal Vizeli
27a079742d
Fix hostname / add device if it use audio ( #144 )
...
Add an optional extended description…
2017-08-10 11:06:55 +02:00
Pascal Vizeli
7f33b3b5aa
Pump version to 0.52
2017-08-08 21:14:37 +02:00
Pascal Vizeli
c39d6357f3
fix parameter
2017-08-08 18:31:37 +02:00
Pascal Vizeli
d1b30a0e95
fix last version of HomeAssistant ( #140 )
2017-08-08 18:17:23 +02:00
Pascal Vizeli
6a74893a30
Bugfix docker have no version ( #139 )
2017-08-08 18:01:53 +02:00
Pascal Vizeli
8d468328f3
Expose new function to add-ons ( #138 )
...
* Expose new function to add-ons
* Rename `hassio` to `hassio_api`
* fix lint
* done
2017-08-08 16:54:42 +02:00