From f056dace885fce43e52d852409ea861ce6afa633 Mon Sep 17 00:00:00 2001 From: Marc Brugger Date: Sun, 19 Mar 2023 17:38:49 +0100 Subject: [PATCH 1/2] Add Home Assistant Icon Page and link to color converter to blueprint --- .gitignore | 1 + nspanel_blueprint.yaml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 7bf2894..8216e43 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ # Ignore Mac DS_Store files .DS_Store **/.DS_Store +.idea diff --git a/nspanel_blueprint.yaml b/nspanel_blueprint.yaml index c1ba07d..638f43c 100644 --- a/nspanel_blueprint.yaml +++ b/nspanel_blueprint.yaml @@ -20,6 +20,12 @@ 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). +🖼️ Home Assistant [Icon Page](https://htmlpreview.github.io/?https://github.com/jobr99/Generate-HASP-Fonts/blob/master/cheatsheet.html) + + +🎨 [Color Converter](https://nodtem66.github.io/nextion-hmi-color-convert/index.html) + + 📌 Step by Step - [Setup Video](https://www.youtube.com/watch?v=3afPFg6kUdc) From c8afa129b51e03250501d3b65588944bbfda7f9a Mon Sep 17 00:00:00 2001 From: Marc Brugger Date: Wed, 22 Mar 2023 11:06:11 +0100 Subject: [PATCH 2/2] remove .idea --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8216e43..7bf2894 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ # Ignore Mac DS_Store files .DS_Store **/.DS_Store -.idea