Update alexa_devices.markdown (#39607)

This commit is contained in:
jameson_uk 2025-06-30 09:55:34 +01:00 committed by GitHub
parent fd6a816b0c
commit c2d959f2a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.