From 43ce954d4a3ad51ba4e5983f02f3a31cef348b87 Mon Sep 17 00:00:00 2001 From: joBr99 <29555657+joBr99@users.noreply.github.com> Date: Mon, 7 Mar 2022 21:40:49 +0100 Subject: [PATCH] add features to readme --- README.md | 8 ++++++++ info.md | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/README.md b/README.md index ac64689c..6fb44b99 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,14 @@ NsPanel Lovelace UI is a Firmware for the nextion screen inside of NSPanel in the Design of [HomeAssistant](https://www.home-assistant.io/)'s Lovelace UI Design. +## Features + +- Entities Page with support for cover, switch, input_boolean, sensor, button, input_button and light +- Detail Pages for Lights (Brightness and Temperature of the Light) and for Covers (Position) +- Thermostat Page +- Media Player Card +- Screensaver Page with Time and Date + It works with [Tasmota](https://tasmota.github.io/docs/) and MQTT. To control the panel and update it with content from HomeAssistant there is an [AppDeamon](https://github.com/AppDaemon/appdaemon) App. diff --git a/info.md b/info.md index 58f776cf..78ccd9b0 100644 --- a/info.md +++ b/info.md @@ -35,6 +35,13 @@ nspanel-1: - button.example_button - input_button.example_input_button - light.light_example + - delete # To make sure we don't keep buttons from previous page (read this as 'empty') + - type: cardEntities + heading: Example Page 3 + items: + - scene.some_scene + - scene.moodlights + - delete - delete - type: cardThermo heading: Exmaple Thermostat