From acf86b41e8e8607747eadd7fdc3bb5f2241a332c Mon Sep 17 00:00:00 2001 From: Daniel Perna Date: Mon, 23 Apr 2018 21:55:19 +0200 Subject: [PATCH] Updated readme --- README.md | 7 ++++--- changelog.txt | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 17521df..3f49770 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/changelog.txt b/changelog.txt index b4c46f9..e8652bc 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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