Skip to content

Commit

Permalink
Improved Blueprint Input Clarity
Browse files Browse the repository at this point in the history
Solves #1782
  • Loading branch information
edwardtfn committed Feb 11, 2024
1 parent d062b54 commit 8dbb83c
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 48 deletions.
6 changes: 3 additions & 3 deletions ReleaseNotes.md
Expand Up @@ -457,7 +457,7 @@ ensuring users are well-informed for successful system setup and operation.
| Motion Sensor for Display Wake-Up (#1687) | Enhancement | `Blueprint` |
| Enhanced Consistency in Cover Controls (#1688) | Enhancement | `Blueprint` |
| Support ESPHome `friendly_name` (#1719) | Enhancement | `Blueprint`<br>`ESPHome` |
| Clean-up Blueprint Inputs (#1722) | Enhancement | `Blueprint` |
| Improved Blueprint Input Clarity (#1722 and #1782) | Enhancement | `Blueprint` |
| Enhanced Memory Allocation When Uploading TFT (`esp-idf` only) | Enhancement | `ESPHome` |
| Expanded Visualization on Chips | Enhancement | `Blueprint` |
| Direct TFT Transfer from GitHub for Arduino Users | Enhancement | `ESPHome` |
Expand Down Expand Up @@ -495,8 +495,8 @@ Previously, using `friendly_name` could disrupt communication between the Bluepr
This update resolves these issues, ensuring seamless integration.
Users can now utilize the `friendly_name` substitution in their YAML setup to assign more intuitive and descriptive names to their devices,
significantly improving the ease of device identification and overall user experience.
- **Clean-up Blueprint Inputs**: Simplified the naming of Blueprint inputs for better clarity and ease of use.
Labels such as *"Button14"* have been updated to more descriptive formats like *"Button page 2, Button 6"*, enhancing the user's ability to understand and navigate
- **Improved Blueprint Input Clarity**: Simplified the naming of Blueprint inputs for better clarity and ease of use. Labels such as *"Button14"* have been updated to more descriptive formats like *"Button page 2, Button 6"*.
Additionally, terms like "LABEL COLOR" have been refined to "Text Color" to improve understanding related to sensor display customization.
- **Enhanced Memory Allocation When Uploading TFT (esp-idf only)**: Optimized memory management for TFT uploads on systems using the `esp-idf` framework.
This update prevents simultaneous HTTP server connections, allowing for better memory allocation and reducing the risk of system crashes due to memory shortages.
It does not affect users on the `arduino` framework.
Expand Down
90 changes: 45 additions & 45 deletions nspanel_blueprint.yaml
Expand Up @@ -172,11 +172,11 @@ blueprint:
device_class:
- temperature
home_outdoor_temp_label_color:
name: Outdoor Temperature Sensor - LABEL COLOR (Optional)
name: Outdoor Temperature Sensor - Text Color (Optional)
description: >
*HOME page*

*Label color which should be displayed*
*Choose a color for the sensor's display text.*
default: [255, 255, 255] # 65535 White
selector: &color_selector
color_rgb:
Expand Down Expand Up @@ -236,11 +236,11 @@ blueprint:
default: [255, 255, 255] # 65535 White
selector: *color_selector
home_indoor_temp_label_color:
name: Indoor Temperature Sensor - LABEL COLOR (Optional)
name: Indoor Temperature Sensor - Text Color (Optional)
description: >
*HOME page*

*Label color which should be displayed*
*Choose a color for the sensor's display text.*
default: [255, 255, 255] # 65535 White
selector: *color_selector
##### Sensors - Page Home #####
Expand All @@ -263,6 +263,14 @@ blueprint:
filter:
domain:
- sensor
home_value01_label_color:
name: Sensor 01 - Text Color (Optional)
description: >
*HOME page*

*Choose a color for the sensor's display text.*
default: [200, 204, 200] # 52857 Grey super light
selector: *color_selector
home_value01_icon:
name: Sensor 01 - ICON (Optional)
description: >
Expand All @@ -279,14 +287,6 @@ blueprint:
*Icon color which should be displayed*
default: [200, 204, 200] # 52857 Grey super light
selector: *color_selector
home_value01_label_color:
name: Sensor 01 - LABEL COLOR (Optional)
description: >
*HOME page*

*Label color which should be displayed*
default: [200, 204, 200] # 52857 Grey super light
selector: *color_selector
home_value02:
name: Sensor 02 - ENTITY (Optional)
description: >
Expand All @@ -295,6 +295,14 @@ blueprint:
*Entity which should be displayed*
default: []
selector: *entity_sensor-selector
home_value02_label_color:
name: Sensor 02 - Text Color (Optional)
description: >
*HOME page*

*Choose a color for the sensor's display text.*
default: [200, 204, 200] # 52857 Grey super light
selector: *color_selector
home_value02_icon:
name: Sensor 02 - ICON (Optional)
description: >
Expand All @@ -311,14 +319,6 @@ blueprint:
*Icon color which should be displayed*
default: [200, 204, 200] # 52857 Grey super light
selector: *color_selector
home_value02_label_color:
name: Sensor 02 - LABEL COLOR (Optional)
description: >
*HOME page*

*Label color which should be displayed*
default: [200, 204, 200] # 52857 Grey super light
selector: *color_selector
home_value03:
name: Sensor 03 - ENTITY (Optional)
description: >
Expand All @@ -327,6 +327,14 @@ blueprint:
*Entity which should be displayed*
default: []
selector: *entity_sensor-selector
home_value03_label_color:
name: Sensor 03 - Text Color (Optional)
description: >
*HOME page*

*Choose a color for the sensor's display text.*
default: [200, 204, 200] # 52857 Grey super light
selector: *color_selector
home_value03_icon:
name: Sensor 03 - ICON (Optional)
description: >
Expand All @@ -343,14 +351,6 @@ blueprint:
*Icon color which should be displayed*
default: [200, 204, 200] # 52857 Grey super light
selector: *color_selector
home_value03_label_color:
name: Sensor 03 - LABEL COLOR (Optional)
description: >
*HOME page*

*Label color which should be displayed*
default: [200, 204, 200] # 52857 Grey super light
selector: *color_selector
##### Chips - Page Home #####
##### PLACEHOLDER ######################################################################
placeholder03:
Expand Down Expand Up @@ -936,11 +936,11 @@ blueprint:
default: [200, 204, 200] # 52857 Grey super light
selector: *color_selector
climate_value01_label_color:
name: Sensor 01 - LABEL COLOR (Optional)
name: Sensor 01 - Text Color (Optional)
description: >
*CLIMATE page*

*Label color which should be displayed*
*Choose a color for the sensor's display text.*
default: [200, 204, 200] # 52857 Grey super light
selector: *color_selector
## Climate page - Sensor 02
Expand Down Expand Up @@ -969,11 +969,11 @@ blueprint:
default: [200, 204, 200] # 52857 Grey super light
selector: *color_selector
climate_value02_label_color:
name: Sensor 02 - LABEL COLOR (Optional)
name: Sensor 02 - Text Color (Optional)
description: >
*CLIMATE page*

*Label color which should be displayed*
*Choose a color for the sensor's display text.*
default: [200, 204, 200] # 52857 Grey super light
selector: *color_selector
## Climate page - Sensor 03
Expand Down Expand Up @@ -1002,11 +1002,11 @@ blueprint:
default: [200, 204, 200] # 52857 Grey super light
selector: *color_selector
climate_value03_label_color:
name: Sensor 03 - LABEL COLOR (Optional)
name: Sensor 03 - Text Color (Optional)
description: >
*CLIMATE page*

*Label color which should be displayed*
*Choose a color for the sensor's display text.*
default: [200, 204, 200] # 52857 Grey super light
selector: *color_selector
## Climate page - Sensor 04
Expand Down Expand Up @@ -1035,11 +1035,11 @@ blueprint:
default: [200, 204, 200] # 52857 Grey super light
selector: *color_selector
climate_value04_label_color:
name: Sensor 04 - LABEL COLOR (Optional)
name: Sensor 04 - Text Color (Optional)
description: >
*CLIMATE page*

*Label color which should be displayed*
*Choose a color for the sensor's display text.*
default: [200, 204, 200] # 52857 Grey super light
selector: *color_selector

Expand Down Expand Up @@ -1172,11 +1172,11 @@ blueprint:
selector:
action:
left_button_color:
name: Left hardware button - LABEL COLOR (Optional)
name: Left hardware button - Text Color (Optional)
description: >
*HOME page*

*LABEL color which should be displayed*
*Choose a color for the button's display text.*
default: [200, 204, 200] # 52857 Grey super light
selector: *color_selector
relay_2_local_fallback:
Expand Down Expand Up @@ -1227,11 +1227,11 @@ blueprint:
selector:
action:
right_button_color:
name: Right hardware button - LABEL COLOR (Optional)
name: Right hardware button - Text Color (Optional)
description: >
*HOME page*

*LABEL color which should be displayed*
*Choose a color for the button's display text.*
default: [200, 204, 200] # 52857 Grey super light
selector: *color_selector

Expand Down Expand Up @@ -3122,20 +3122,20 @@ blueprint:
selector: *color_selector
##### Time label ######
time_label_color:
name: Time - LABEL COLOR (Optional)
name: Time - Text Color (Optional)
description: >
*HOME page*

*Label color which should be displayed (default color is set)*
*Choose a color for the time's display text.*
default: [255, 255, 255] # 65535 White
selector: *color_selector
##### Date label ######
date_label_color:
name: Date - LABEL COLOR (Optional)
name: Date - Text Color (Optional)
description: >
*HOME page*

*Label color which should be displayed (default color is set)*
*Choose a color for the date's display text.*
default: [255, 255, 255] # 65535 White
selector: *color_selector
##### Screensaver #####
Expand Down Expand Up @@ -7280,7 +7280,7 @@ action:
entity_id: '{{ nspanel_event.entity }}'
continue_on_error: true
- delay:
milliseconds: 250
milliseconds: 100
- service: fan.set_percentage
data:
percentage: '{{ nspanel_event.value }}'
Expand Down

0 comments on commit 8dbb83c

Please sign in to comment.