From 309f97626c0a62a735acb5e460f4f51522a295c6 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Wed, 31 Jan 2024 16:43:42 +0100 Subject: [PATCH] Add "Fan" to chips --- ReleaseNotes.md | 6 +++--- nspanel_blueprint.yaml | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 8e29ba7..a19d701 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -451,7 +451,7 @@ ensuring users are well-informed for successful system setup and operation. | Enhanced Consistency in Cover Controls (#1688) | Enhancement | `Blueprint` | | Support ESPHome `friendly_name` (#1719) | Enhancement | `Blueprint`
`ESPHome` | | Motion Sensor for Display Wake-Up (#1687) | Enhancement | `Blueprint` | -| Media Player on Chips | Enhancement | `Blueprint` | +| Expanded Visualization on Chips | Enhancement | `Blueprint` | | Clean-up Blueprint Inputs (#1722) | Enhancement | `Blueprint` | | Update docs (install.md) with memory requirements (#1720) | Documentation | `Documentation` | @@ -484,8 +484,8 @@ presence, or door sensor to wake up the display, enhancing the panel's responsiv Each detected motion or sensor activation event triggers the panel to wake up, with the sleep timer resetting with every new detection. While the panel will still follow the pre-set sleep duration settings regardless of continuous motion or sensor activity, this initial implementation marks a significant step in making user interactions more dynamic and intuitive. -- **Media Player Visualization on Chips**: Updated the home page chips to support the display of Media Player entities. -It enriches the home page with informative visual feedback on media playback status, contributing to a more informative and visually engaging user interface. +- **Expanded Visualization on Chips**: Enhanced the home page chips to display not only Media Player entities but now also Fan entities, among previously supported domains. +This update broadens the informative visual feedback available on the home page, offering a more comprehensive and visually engaging snapshot of the device status within the user interface. - **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 - **Documentation Update on Memory Requirements for ESPHome**: Enhanced the installation documentation to include detailed guidelines on memory requirements. diff --git a/nspanel_blueprint.yaml b/nspanel_blueprint.yaml index a7d4151..e8ee4c6 100644 --- a/nspanel_blueprint.yaml +++ b/nspanel_blueprint.yaml @@ -389,6 +389,7 @@ blueprint: - binary_sensor - climate - cover + - fan - input_boolean - light - media_player @@ -6671,7 +6672,7 @@ condition: - '{{ trigger.event is defined and trigger.event.data is defined }}' - '{{ trigger.event.data.new_state is defined and trigger.event.data.new_state.state is defined }}' - '{{ trigger.event.data.old_state is defined and trigger.event.data.old_state.state is defined }}' - - '{{ trigger.event.data.new_state.state != trigger.event.data.new_state.state}}' + - '{{ trigger.event.data.new_state.state != trigger.event.data.new_state.state }}' - condition: or # Do not update values when page entities is not visible conditions: - condition: not