Update to the current version
Some checks failed
Savin's Home Assistant / build (push) Failing after 1m45s
Some checks failed
Savin's Home Assistant / build (push) Failing after 1m45s
This commit is contained in:
@ -1,4 +1,15 @@
|
||||
---
|
||||
# source_list: Windows 11, PlayStation 4 Pro, Nvidia Shield TV, Unifi Protect, TV/Nothing, Sonos, ChromeCast/Network, Bluetooth
|
||||
# friendly_name: VSX-LX505
|
||||
# supported_features: 69516
|
||||
# video_out: yes,out
|
||||
# video_information:
|
||||
# video_input_port: No Video
|
||||
# input_resolution: Unknown
|
||||
#input_color_depth: 24bit
|
||||
# output_resolution: Unknown
|
||||
# output_color_depth: 24bit
|
||||
|
||||
- alias: "[Media] Projector mode"
|
||||
id: media_switching_to_projector_mode
|
||||
initial_state: "true"
|
||||
@ -22,24 +33,19 @@
|
||||
- service: media_player.onkyo_select_hdmi_output
|
||||
data:
|
||||
entity_id: media_player.onkyo_receiver
|
||||
hdmi_output: out-sub
|
||||
hdmi_output: out-sub # out | out-sub | sub/both
|
||||
- delay: "00:00:01"
|
||||
- service: button.press
|
||||
target:
|
||||
entity_id:
|
||||
- button.esp8266_hdmi_cec_01_turn_active_source
|
||||
# - button.esp8266_hdmi_cec_01_turn_everything_off
|
||||
# - service: remote.send_command
|
||||
# target:
|
||||
# entity_id: remote.broadlink_rm4_mini
|
||||
# data:
|
||||
# device: projector_lg_hu810pw
|
||||
# command:
|
||||
# - "Power Off"
|
||||
# - "b64:JgBYAAABII8TERMSEjcTERMRExISEhISEjYTNxISEjYTNhI2EjcTNhISEhITERM1ExITEhISExETNhI2EjcTERM2EjYTNhI3EgAFAAABIUgSAAwTAAEhRxMADQU="
|
||||
- service: notify.telegram_alex
|
||||
- service: telegram_bot.send_message
|
||||
data:
|
||||
message: "Switching to media system to the Projector mode"
|
||||
target: "-1002338954143"
|
||||
message_thread_id: 4
|
||||
message_tag: night_mode_finished
|
||||
title: "[Home Assistant] Media System"
|
||||
message: 'Switching to media system to the Projector mode'
|
||||
|
||||
- alias: "[Media] TV mode"
|
||||
id: media_switching_to_tv_mode
|
||||
@ -49,6 +55,10 @@
|
||||
entity_id: select.living_room_harmony_hub_activities
|
||||
to: "ShTV+AVR+TV"
|
||||
action:
|
||||
# - service: button.press
|
||||
# target:
|
||||
# entity_id:
|
||||
# - button.esp8266_hdmi_cec_01_turn_everything_off
|
||||
- choose:
|
||||
- conditions:
|
||||
- condition: state
|
||||
@ -71,9 +81,18 @@
|
||||
data:
|
||||
entity_id: media_player.onkyo_receiver
|
||||
hdmi_output: out
|
||||
- service: notify.telegram_alex
|
||||
- delay: "00:00:01"
|
||||
- service: button.press
|
||||
target:
|
||||
entity_id:
|
||||
- button.esp8266_hdmi_cec_02_turn_active_source
|
||||
- service: telegram_bot.send_message
|
||||
data:
|
||||
message: "Switching to media system to the TV mode"
|
||||
target: "-1002338954143"
|
||||
message_thread_id: 4
|
||||
message_tag: night_mode_finished
|
||||
title: "[Home Assistant] Media System"
|
||||
message: 'Switching to media system to the TV mode'
|
||||
|
||||
- alias: "[Media] Off mode"
|
||||
id: media_switching_off
|
||||
@ -86,6 +105,18 @@
|
||||
- service: cover.close_cover
|
||||
data:
|
||||
entity_id: cover.motor_01
|
||||
- service: notify.telegram_alex
|
||||
- service: button.press
|
||||
target:
|
||||
entity_id:
|
||||
- button.esp8266_hdmi_cec_01_turn_everything_off
|
||||
- service: button.press
|
||||
target:
|
||||
entity_id:
|
||||
- button.esp8266_hdmi_cec_02_turn_everything_off
|
||||
- service: telegram_bot.send_message
|
||||
data:
|
||||
message: "Switching off media system"
|
||||
target: "-1002338954143"
|
||||
message_thread_id: 4
|
||||
message_tag: night_mode_finished
|
||||
title: "[Home Assistant] Media System"
|
||||
message: 'Switching OFF media system'
|
||||
|
Reference in New Issue
Block a user