Advertisement
energywave

Restart Alexa Media Player every morning at 5:30

Feb 20th, 2024
1,092
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.37 KB | None | 0 0
  1.   # Ricarica integrazione Alexa tutte le notti
  2.   - id: 7a85ce07-9175-4f67-a728-c87968b5a80c
  3.     alias: Alexa - Fix - Riavvia integrazione
  4.     trigger:
  5.       - platform: time_pattern
  6.         hours: "5"
  7.         minutes: "30"
  8.     action:
  9.       - service: homeassistant.reload_config_entry
  10.         data: {}
  11.         target:
  12.           entity_id: media_player.pian_terreno  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement