Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8513dd20a8 | ||
|
|
97a728d7ab | ||
|
|
86efacc40b | ||
|
|
e2944af7e7 | ||
|
|
9f5acb35ba | ||
|
|
5d6c64943c | ||
|
|
32c4ccbbef | ||
|
|
47ac25b446 | ||
|
|
5804383c2b | ||
|
|
4efeb2d937 | ||
|
|
a19f35262f |
@@ -14,7 +14,7 @@ The goal was to create a version that allows everyone to use the NSpanel fully l
|
|||||||
|
|
||||||
📕 Full documentation and installation is available here [NSPanel Configuration, Setup and HowTo](https://github.com/Blackymas/NSPanel_HA_Blueprint/wiki).
|
📕 Full documentation and installation is available here [NSPanel Configuration, Setup and HowTo](https://github.com/Blackymas/NSPanel_HA_Blueprint/wiki).
|
||||||
|
|
||||||
🚀 How to create "Issues" when I have a problem [WIKI HowTo](https://github.com/Blackymas/NSPanel_HA_Blueprint/wiki/Welcome-to-the-NSPanel_HA_Blueprint-WIKI)
|
🚀 How to create "Issues" when I have a problem [WIKI HowTo](https://github.com/Blackymas/NSPanel_HA_Blueprint/wiki)
|
||||||
|
|
||||||
⭐ All Feature Requests can be found here [All Feature Request](https://github.com/Blackymas/NSPanel_HA_Blueprint/labels/new%20feature%20request)
|
⭐ All Feature Requests can be found here [All Feature Request](https://github.com/Blackymas/NSPanel_HA_Blueprint/labels/new%20feature%20request)
|
||||||
|
|
||||||
|
|||||||
@@ -6,17 +6,32 @@ blueprint:
|
|||||||
name: NSPanel Configuration
|
name: NSPanel Configuration
|
||||||
description: '# Configuration and synchronization NSPanel via Blueprint
|
description: '# Configuration and synchronization NSPanel via Blueprint
|
||||||
|
|
||||||
This Blueprint makes it possible to configure the complete NSPanel easily via blueprint
|
[](https://my.home-assistant.io/redirect/blueprint_import/?blueprint_url=https%3A%2F%2Fgithub.com%2FBlackymas%2FNSPanel_HA_Blueprint%2Fblob%2Fmain%2Fnspanel_blueprint.yaml)
|
||||||
|
|
||||||
It is no longer necessary to change anything in the code. All entities can be set and configured via the blueprint.
|
(you can update your blueprint via the link)
|
||||||
|
|
||||||
The only requirement is that the NSPanel was flashed with ESPHome. See Wiki.
|
|
||||||
|
|
||||||
|
|
||||||
📕 Full documentation is available here [NSPanel Configuration, Setup and HowTo](https://github.com/Blackymas/NSPanel_HA_Blueprint/wiki).
|
This project allows you to configure your complete NSPanel via a Blueprint with UI.
|
||||||
|
|
||||||
|
### *That means you dont have to customize any code or change any lines in the code.*
|
||||||
|
|
||||||
|
So you have a nice graphical interface where you can build your NSPanel.
|
||||||
|
And the best thing is, the installation takes only a few minutes.
|
||||||
|
|
||||||
|
|
||||||
ℹ️ Version 2.0.0
|
The goal was to create a version that allows everyone to use the NSpanel fully local without having to deal with programming or reading hours of documentation - *AND YES WE DID IT!!!!* ;)
|
||||||
|
|
||||||
|
|
||||||
|
📕 Full documentation and installation is available here [NSPanel Configuration, Setup and HowTo](https://github.com/Blackymas/NSPanel_HA_Blueprint/wiki).
|
||||||
|
|
||||||
|
|
||||||
|
🚀 How to create "Issues" when I have a problem [WIKI HowTo](https://github.com/Blackymas/NSPanel_HA_Blueprint/wiki)
|
||||||
|
|
||||||
|
|
||||||
|
⭐ All Feature Requests can be found here [All Feature Request](https://github.com/Blackymas/NSPanel_HA_Blueprint/labels/new%20feature%20request)
|
||||||
|
|
||||||
|
|
||||||
|
🎉 Roadmap Roadmap can be found here [Roadmap](https://github.com/Blackymas/NSPanel_HA_Blueprint/labels/roadmap)
|
||||||
|
|
||||||
'
|
'
|
||||||
|
|
||||||
@@ -1629,7 +1644,7 @@ action:
|
|||||||
button_label: "{{ entity24_name }}"
|
button_label: "{{ entity24_name }}"
|
||||||
button: buttonpage03.button08
|
button: buttonpage03.button08
|
||||||
- entity: "{{ entity25 }}"
|
- entity: "{{ entity25 }}"
|
||||||
button_label: "{{ entity17_name }}"
|
button_label: "{{ entity25_name }}"
|
||||||
button: buttonpage04.button01
|
button: buttonpage04.button01
|
||||||
- entity: "{{ entity26 }}"
|
- entity: "{{ entity26 }}"
|
||||||
button_label: "{{ entity26_name }}"
|
button_label: "{{ entity26_name }}"
|
||||||
Reference in New Issue
Block a user