diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 917b2f5..52d9936 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -25,11 +25,12 @@ Since in this update lots of input to the blueprint changed, we highly recommend   ## Breaking changes 1. New requirement: Home Assistant 2023.5.0 or later -2. Support to sensor display precision from Home Assistant -3. +   ## Overview of all changes 1. Alarm control panel +2. Support to sensor display precision from Home Assistant (#880) +3. Filtered device list   ## Details of all changes @@ -46,6 +47,11 @@ recommend to have a big warning, and that the user has to take care about e.g.: Now the values shown in your panel will follow the [sensor display precision](https://www.home-assistant.io/blog/2023/03/01/release-20233/#sensor-display-precision) provided by Home Assistant. => If you have problems with a value exceeding the available space in your panel, please reduce the number of decimals using Home Assistant [sensor display precision](https://www.home-assistant.io/blog/2023/03/01/release-20233/#sensor-display-precision). +### 3. Filtered device list +When selecting the NSPanel on the automation, only ESP32 devices will be shown, making easier to find your panel. +![image](https://github.com/Blackymas/NSPanel_HA_Blueprint/assets/94725493/0e66bd6b-23c3-4014-8603-958acea48462) + +   ## Next topics we are currently working on diff --git a/nspanel_blueprint.yaml b/nspanel_blueprint.yaml index 6454b81..90f9390 100644 --- a/nspanel_blueprint.yaml +++ b/nspanel_blueprint.yaml @@ -52,9 +52,9 @@ blueprint: default: [] selector: device: - #filter: # requires 2023.4, so will be implemented later - # - integration: esphome - # model: esp32dev + filter: + - integration: esphome + model: esp32dev multiple: false ##### SYSTEM SETTINGS #####