From 999a35d693aaf4fccc07c690f0a51fc23f4fc586 Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Tue, 13 Jun 2023 00:09:23 +0200 Subject: [PATCH] Remove RoomAssistant automations --- configuration/automations/home-music.yaml | 78 ----------------------- 1 file changed, 78 deletions(-) delete mode 100644 configuration/automations/home-music.yaml diff --git a/configuration/automations/home-music.yaml b/configuration/automations/home-music.yaml deleted file mode 100644 index 352c4d5..0000000 --- a/configuration/automations/home-music.yaml +++ /dev/null @@ -1,78 +0,0 @@ -- id: ra_music_bathroom_arrive - alias: '[RA] Bathroom arrive' - mode: single - trigger: - - platform: state - entity_id: sensor.przemyslaws_apple_watch_room_presence - to: ra-bathroom - condition: - - condition: or - conditions: - - condition: state - entity_id: media_player.bedroom - state: playing - action: - - service: media_player.join - data: - group_members: media_player.bedroom - target: - entity_id: media_player.bathroom - -- id: ra_music_bathroom_leave - alias: '[RA] Bathroom leave' - mode: single - trigger: - - platform: state - entity_id: sensor.przemyslaws_apple_watch_room_presence - from: ra-bathroom - for: '0:01:00' - condition: - - condition: or - conditions: - - condition: state - entity_id: media_player.bathroom - state: playing - action: - - service: media_player.unjoin - target: - entity_id: media_player.bathroom - -- id: ra_music_bedroom_arrive - alias: '[RA] Bedroom arrive' - mode: single - trigger: - - platform: state - entity_id: sensor.przemyslaws_apple_watch_room_presence - to: ra-bedroom - condition: - - condition: or - conditions: - - condition: state - entity_id: media_player.bathroom - state: playing - action: - - service: media_player.join - data: - group_members: media_player.bathroom - target: - entity_id: media_player.bedroom - -- id: ra_music_bedroom_leave - alias: '[RA] Bedroom leave' - mode: single - trigger: - - platform: state - entity_id: sensor.przemyslaws_apple_watch_room_presence - from: ra-bedroom - for: '0:01:00' - condition: - - condition: or - conditions: - - condition: state - entity_id: media_player.bedroom - state: playing - action: - - service: sonos.unjoin - target: - entity_id: media_player.bedroom -