add features to readme

This commit is contained in:
joBr99
2022-03-07 21:40:49 +01:00
parent f90389e3c8
commit 43ce954d4a
2 changed files with 15 additions and 0 deletions

View File

@@ -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.

View File

@@ -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