From 888899e3c032ee658b8bb8594f4f4c3d7b91907b Mon Sep 17 00:00:00 2001 From: Jameson_UK <1040621+jamesonuk@users.noreply.github.com> Date: Sat, 28 Jun 2025 13:08:07 +0100 Subject: [PATCH] remove incorrect example --- 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 360ae7fa8888..9da92e6c232f 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.