Moving to using local Blue audio jack instead of chrome cast for main audio
This commit is contained in:
parent
9210c8d58a
commit
7e1521dca2
|
@ -223,7 +223,7 @@ automation:
|
||||||
- service: script.turn_off
|
- service: script.turn_off
|
||||||
entity_id: script.rex_manning_audio
|
entity_id: script.rex_manning_audio
|
||||||
- service: media_player.media_stop
|
- service: media_player.media_stop
|
||||||
entity_id: media_player.ha_speaker
|
entity_id: media_player.ha_blue
|
||||||
|
|
||||||
- id: new_ha_notification
|
- id: new_ha_notification
|
||||||
alias: New HA Notification
|
alias: New HA Notification
|
||||||
|
@ -251,7 +251,7 @@ automation:
|
||||||
# condition: template
|
# condition: template
|
||||||
# value_template: '{{ states.calendar.skylar_school.state == "Off" }}'
|
# value_template: '{{ states.calendar.skylar_school.state == "Off" }}'
|
||||||
# action:
|
# action:
|
||||||
# - wait_template: "{{ not is_state('media_player.ha_speaker', 'playing') }}"
|
# - wait_template: "{{ not is_state('media_player.ha_blue', 'playing') }}"
|
||||||
# - service: script.status_annc
|
# - service: script.status_annc
|
||||||
# data_template:
|
# data_template:
|
||||||
# who: '{{ states.sensor.room_presence.state }}'
|
# who: '{{ states.sensor.room_presence.state }}'
|
||||||
|
@ -271,7 +271,7 @@ automation:
|
||||||
# entity_id: input_boolean.blackout_time
|
# entity_id: input_boolean.blackout_time
|
||||||
# state: 'on'
|
# state: 'on'
|
||||||
# action:
|
# action:
|
||||||
# - wait_template: "{{ not is_state('media_player.ha_speaker', 'playing') }}"
|
# - wait_template: "{{ not is_state('media_player.ha_blue', 'playing') }}"
|
||||||
# - service: script.status_annc
|
# - service: script.status_annc
|
||||||
# data_template:
|
# data_template:
|
||||||
# who: '{{ states.sensor.room_presence.state }}'
|
# who: '{{ states.sensor.room_presence.state }}'
|
||||||
|
@ -323,15 +323,15 @@ script:
|
||||||
entity_id: sensor.family_status
|
entity_id: sensor.family_status
|
||||||
state: Home
|
state: Home
|
||||||
- service: media_player.turn_on
|
- service: media_player.turn_on
|
||||||
entity_id: media_player.ha_speaker
|
entity_id: media_player.ha_blue
|
||||||
- service: media_player.volume_set
|
- service: media_player.volume_set
|
||||||
data_template:
|
data_template:
|
||||||
entity_id: media_player.ha_speaker
|
entity_id: media_player.ha_blue
|
||||||
volume_level: .4
|
volume_level: .4
|
||||||
- service: media_player.play_media
|
- service: media_player.play_media
|
||||||
entity_id: media_player.ha_speaker
|
entity_id: media_player.ha_blue
|
||||||
data:
|
data:
|
||||||
media_content_id: http://192.168.7.40/audio/Rex_Manning_-_Say_No_More_Mon_Amour.mp3
|
media_content_id: /media/music/Rex_Manning_-_Say_No_More_Mon_Amour.mp3
|
||||||
media_content_type: "music"
|
media_content_type: "music"
|
||||||
|
|
||||||
digital_learning_notification:
|
digital_learning_notification:
|
||||||
|
|
Loading…
Reference in New Issue