Updated readme

This commit is contained in:
Daniel Perna 2018-04-23 21:55:19 +02:00
parent f7b8555c45
commit acf86b41e8
2 changed files with 5 additions and 4 deletions

View file

@ -9,13 +9,14 @@ While the configuration UI of [Home Assistant](https://home-assistant.io/) is st
- Web-Based editor to modify your files with syntax highlighting and automatic yaml-linting
- Upload and download files
- Stage and commit changes in Git repositories, create and switch between branches, push to remotes
- Lists of available triggers, events, entities, conditions and services. Selected element gets inserted into the editor at the last cursor position.
- Restart HASS directly with the click of a button (API-password required)
- Home Assistant event observer (connect to HASS via WebSocket and see all the events that happen)
- Restart HASS directly with the click of a button
- SSL support
- Optional authentication and IP filtering for added security
- Direct links to HASS documentation and icons
- Direct links to Home Assistant documentation and icons
- Execute shell commands
- Stage and commit changes in Git repositories, create and switch between branches, push to SSH remotes
- Customizable editor settings (saved using [localStorage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage))
#### Screenshot HASS Configurator:

View file

@ -1,4 +1,4 @@
Version 0.2.8 (2018-)
Version 0.2.8 (2018-04-23)
- Updated CDN libraries @jmart518
- Cosmetic improvements @jmart518
- Added event observer @danielperna84