diff --git a/README.md b/README.md index 45e6dd7f..9948c64f 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ NsPanel Lovelace UI is a Firmware for the nextion screen inside of NSPanel in th ## Features -- Entities Page with support for cover, switch, input_boolean, sensor, button, input_button and light +- Entities Page with support for cover, switch, input_boolean, sensor, button, scenes, input_button and light +- Grid Page with support for cover, switch, input_boolean, button, scenes, and light - Detail Pages for Lights (Brightness, Temperature and Color of the Light) and for Covers (Position) - Thermostat Page - Media Player Card @@ -278,14 +279,23 @@ 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') + - delete # (read this as 'empty') - type: cardEntities heading: Example Page 3 items: - - scene.some_scene - - scene.moodlights + - scene.example_scene - delete - delete + - delete + - type: cardGrid + heading: Example Page 4 + items: + - light.light_example + - button.example_button + - cover.example_cover + - scene.example_scene + - switch.example_switch + - delete - type: cardThermo heading: Exmaple Thermostat item: climate.example_climate diff --git a/appdaemon/apps.yaml b/appdaemon/apps.yaml index 92e6c4bd..fc5b85ef 100644 --- a/appdaemon/apps.yaml +++ b/appdaemon/apps.yaml @@ -32,14 +32,23 @@ nspanel: - 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') + - delete # (read this as 'empty') - type: cardEntities heading: Example Page 3 items: - - scene.some_scene - - scene.moodlights + - scene.example_scene - delete - delete + - delete + - type: cardGrid + heading: Example Page 4 + items: + - light.light_example + - button.example_button + - cover.example_cover + - scene.example_scene + - switch.example_switch + - delete - type: cardThermo heading: Exmaple Thermostat item: climate.example_climate diff --git a/doc-pics/screens.png b/doc-pics/screens.png index 11acf5b4..eaf0aff8 100644 Binary files a/doc-pics/screens.png and b/doc-pics/screens.png differ diff --git a/info.md b/info.md index 31629e63..4b3e2ade 100644 --- a/info.md +++ b/info.md @@ -38,14 +38,23 @@ 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') + - delete # (read this as 'empty') - type: cardEntities heading: Example Page 3 items: - - scene.some_scene - - scene.moodlights + - scene.example_scene - delete - delete + - delete + - type: cardGrid + heading: Example Page 4 + items: + - light.light_example + - button.example_button + - cover.example_cover + - scene.example_scene + - switch.example_switch + - delete - type: cardThermo heading: Exmaple Thermostat item: climate.example_climate