diff --git a/docs/de/reference/entities.md b/docs/de/reference/entities.md index fdff4da..cdac40d 100644 --- a/docs/de/reference/entities.md +++ b/docs/de/reference/entities.md @@ -87,6 +87,9 @@ Steuert die [Ring To Open](../guide/automation/ring-to-open) Automatisierung. ### Ring To Open: Confirmation Steuert die Einschaltbestätigung für die [Ring To Open](../guide/automation/ring-to-open) Automatisierung. +### Ring To Open: Display Status +Steuert die Status LED anzeige für die [Ring To Open](../guide/automation/ring-to-open) Automatisierung. + ### Relay Steuert das eingebaute Relais. diff --git a/docs/en/changelog/firmware.md b/docs/en/changelog/firmware.md index 8510708..0ffedab 100644 --- a/docs/en/changelog/firmware.md +++ b/docs/en/changelog/firmware.md @@ -1,6 +1,11 @@ # Release Notes & Changelog Welcome to the latest updates! Here's a breakdown of all the **new features**, **improvements**, and important **changes** you need to know. Be sure to check out the **Breaking Changes** section for any actions needed to keep everything running smoothly. +## 2024.12.0 +### 🚀 What's New? +- **Added a Switch to turn off the Status LED while Ring to Open is active** + If you don't want the Status LED to blink while Ring to Open is active, you can now simply turn it off. + ## 2024.11.2 ### ✨ Improvements - **Fixed open door command** diff --git a/docs/en/reference/entities.md b/docs/en/reference/entities.md index f8e19cb..15e003f 100644 --- a/docs/en/reference/entities.md +++ b/docs/en/reference/entities.md @@ -87,6 +87,9 @@ Controls the [Ring To Open](../guide/automation/ring-to-open) automation. ### Ring To Open: Confirmation Controls the turn-on confirmation for the [Ring To Open](../guide/automation/ring-to-open) automation. +### Ring To Open: Display Status +Controls the Status LED for the [Ring To Open](../guide/automation/ring-to-open) automation. + ### Relay Controls the built-in relay. diff --git a/firmware/addons/ring-to-open.yaml b/firmware/addons/ring-to-open.yaml index e3c9898..a7a8dec 100644 --- a/firmware/addons/ring-to-open.yaml +++ b/firmware/addons/ring-to-open.yaml @@ -124,6 +124,17 @@ switch: web_server: sorting_group_id: sorting_group_doorman_settings + - platform: template + id: doorman_ring_to_open_led_status + name: "Ring To Open: Display Status" + icon: "mdi:led-on" + restore_mode: RESTORE_DEFAULT_ON + optimistic: true + entity_category: CONFIG + disabled_by_default: true + web_server: + sorting_group_id: sorting_group_doorman_settings + select: - platform: template @@ -197,6 +208,7 @@ script: - if: condition: - switch.is_on: doorman_ring_to_open + - switch.is_on: doorman_ring_to_open_led_status then: - light.turn_on: id: doorman_rgb_status_led