Pascal Vizeli
1bdd3d88de
Bugfix SSL settings on proxy ( #288 )
...
* Bugfix SSL settings on proxy
* fix lint
2017-12-26 12:10:24 +01:00
Pascal Vizeli
38a599011e
Add long_description from README.md ( #287 )
...
* Add readme to API
* update name
2017-12-26 01:31:24 +01:00
Pascal Vizeli
b9ce405ada
Add websocket proxy support ( #286 )
...
* Add websocket proxy support
* forward
* update proxy code
* fix import
* fix import
* fix
* reorder
* fix setup
* fix code
* stage al
* fix lint
* convert it into object
* fix lint
* fix url
* fix routing
* update log output
* fix future
* add loop
* Update log messages & error handling
* fix error message
* Update logging
* improve handling
* better error handling
* Fix server read
* fix cancel reader
2017-12-26 00:51:07 +01:00
Pascal Vizeli
d7df423deb
Allow event stream over api proxy ( #285 )
...
* Allow event stream over api proxy
* fix lint
* fix lint
* cleanup code
* fix bug
* fix prepare
* Fix stream bug
* fix api request
2017-12-24 15:04:16 +01:00
Pascal Vizeli
26d8dc0ec6
Add support for host dbus system ( #274 )
2017-12-12 09:10:39 +01:00
Pascal Vizeli
fd41bda828
Cleanup some API stuff ( #272 )
...
* Update API.md
* Update addons.py
2017-12-11 22:40:02 +01:00
Pascal Vizeli
1e3868bb70
Add support for changelog ( #271 )
2017-12-10 23:45:30 +01:00
Pascal Vizeli
ece6c644cf
IPC ( #267 )
...
* Update API.md
* Update const.py
* Update addon.py
* Update validate.py
* Update addon.py
* Update addons.py
* fix lint
2017-12-10 23:29:51 +01:00
Pascal Vizeli
8f94b4d63f
Print error on invalid json ( #263 )
2017-11-30 20:23:20 +01:00
Paulus Schoutsen
ce9c3565b6
Hassio panel split ( #249 )
...
* Allow serving two types of panels
* Remove old panel
* Make backwards compatible
* Add comment
2017-11-20 13:44:04 +01:00
Pascal Vizeli
f591f67a2a
Show hardware GPIO interface ( #233 )
...
* Update hardware.py
* Update host.py
* Update API.md
* Update API.md
* fix lint
2017-10-25 11:50:00 +02:00
Pascal Vizeli
8c82c467d4
Fix aiohttp 2.3.1 ( #231 )
2017-10-22 14:05:45 +02:00
Pascal Vizeli
fe04b7ec59
Remove dedicated API calls ( #212 )
...
* Update addons.py
* Update API.md
* Update addon.py
* Update addon.py
* Update addons.py
2017-10-09 10:48:17 +02:00
Pascal Vizeli
bd1c8be1e1
Support new API for add-on STDIN support ( #207 )
...
* Add function to write data to add-on stdin with API
* Update API Doc
* Add to api
* Update addon.py
2017-10-03 16:44:48 +02:00
Pascal Vizeli
f167197640
New config for homeassistant_api & upgrade snapshot ( #206 )
...
* New config for homeassistant_api & upgrade snapshot
* fix lint
2017-10-03 11:47:35 +02:00
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
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
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
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
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
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
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
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
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
8afde1e881
Return a error on update with own version ( #124 )
...
Return a error on update with own version
2017-08-02 16:59:38 +02:00
Pascal Vizeli
1155ee07e5
Hardware interface for UI ( #116 )
...
* Init hardware object
* Update API
* Update hardware list
* fix api description
* fix lint
* add hardware to API
* fix lint
* fix wrong
* fix view
2017-07-28 23:05:40 +02:00
Pascal Vizeli
863456525f
fix json validate ( #112 )
2017-07-25 00:01:02 +02:00
Pascal Vizeli
4915c935dd
use set for speedup
2017-07-24 10:36:47 +02:00
Pascal Vizeli
e78d935824
fix spell
2017-07-24 10:33:04 +02:00
pvizeli
934ca64a32
Allow SYS_ADMIN, show devices and privileged on API
2017-07-24 10:30:51 +02:00
Pascal Vizeli
58c5ed7ba1
Update supervisor.py
2017-07-22 22:49:58 +02:00
Pascal Vizeli
9d88255225
API cleanup ( #106 )
...
* API cleanup
* fix lint
* fix wrong return
* fix snapshots/reload
* cleanup
* fix lint
* fix lint
2017-07-22 22:34:25 +02:00
Pascal Vizeli
0f30a23f3e
Add support for webui ( #105 )
...
* Add support for webui
* support lists
* fix regex
2017-07-21 01:34:46 +02:00
Pascal Vizeli
7e1bb42bb7
add logo support ( #104 )
...
* fix lint
* fix lint p2
* fix api output
* fix decorator
* fix decorator p2
* fix UnboundLocalError
* revert
* fix trace bug
* fix conent type
* allow logo
2017-07-21 00:23:31 +02:00
Pascal Vizeli
251a43216e
fix lint
2017-07-20 22:28:55 +02:00
Pascal Vizeli
4801b9903c
fix coro
2017-07-20 22:05:58 +02:00
Pascal Vizeli
cd5a09938f
Add support for logo
2017-07-20 22:04:44 +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
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
pvizeli
5ebf2068b2
Update interface, allow update every time
2017-07-11 16:57:03 +02:00
pvizeli
906c4e03fb
Finish new homeassistant handling
2017-07-11 16:19:24 +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
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