diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 3d57c50..4145ee5 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -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`
`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` | @@ -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. diff --git a/nspanel_blueprint.yaml b/nspanel_blueprint.yaml index 921add6..c0ba21c 100644 --- a/nspanel_blueprint.yaml +++ b/nspanel_blueprint.yaml @@ -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: @@ -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 ##### @@ -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: > @@ -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: > @@ -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: > @@ -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: > @@ -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: > @@ -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: @@ -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 @@ -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 @@ -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 @@ -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 @@ -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: @@ -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 @@ -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 ##### @@ -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 }}'