From c2d959f2a60392003f96a8aa8365ca803af8c01f Mon Sep 17 00:00:00 2001 From: jameson_uk <1040621+jamesonuk@users.noreply.github.com> Date: Mon, 30 Jun 2025 09:55:34 +0100 Subject: [PATCH] Update alexa_devices.markdown (#39607) --- source/_integrations/alexa_devices.markdown | 23 --------------------- 1 file changed, 23 deletions(-) diff --git a/source/_integrations/alexa_devices.markdown b/source/_integrations/alexa_devices.markdown index 360ae7fa888..9da92e6c232 100644 --- a/source/_integrations/alexa_devices.markdown +++ b/source/_integrations/alexa_devices.markdown @@ -82,29 +82,6 @@ automation: entity_id: notify.echo_dot_livingroom_announce ``` -### Automation: Start Radio on all Echo dots - -```yaml -automation: -- alias: Start Radio B.B.C. - id: "start_radio_bbc" - trigger: - - platform: sun - event: sunset - condition: - conditions: - - alias: "condition alias (home)" - condition: state - entity_id: group.person_family - state: "home" - action: - - action: notify.send_message - data: - message: Play B.B.C. on Tunein - target: - entity_id: notify.everywhere_announce -``` - ## Data updates This integration {% term polling polls %} data from the device every 30 seconds by default.