From 976b829a8d262b93146e842797e12e34009869f8 Mon Sep 17 00:00:00 2001 From: Pierre Date: Thu, 9 Jul 2026 23:18:58 +0200 Subject: [PATCH] vertex2_has_input_signal condition is now disabled when vertex 2 is unavailable --- apps/global/virtualsensors.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/global/virtualsensors.yaml b/apps/global/virtualsensors.yaml index 34c0d28..0708e78 100644 --- a/apps/global/virtualsensors.yaml +++ b/apps/global/virtualsensors.yaml @@ -33,7 +33,9 @@ virtual_sensors: binary_sensor.is_playstation_on: switch.ps5_136_power retain_condition.vertex2_has_input_signal: retain_time: 10 - conditions: sensor.hdfury_vertex2_07_output_tx0 or sensor.hdfury_vertex2_07_audio_output + conditions: + trigger_conditions: sensor.hdfury_vertex2_07_output_tx0 or sensor.hdfury_vertex2_07_audio_output + disable_conditions: sensor.hdfury_vertex2_07_output_tx0 == 'unavailable' binary_sensor.is_using_apple_tv: binary_sensor.is_apple_tv_on and binary_sensor.vertex2_has_input_signal and select.hdfury_vertex2_07_port_select_tx0 == 0 binary_sensor.is_using_xbox: binary_sensor.is_xbox_on and binary_sensor.vertex2_has_input_signal and select.hdfury_vertex2_07_port_select_tx0 == 1 binary_sensor.is_using_playstation: binary_sensor.is_playstation_on and binary_sensor.vertex2_has_input_signal and select.hdfury_vertex2_07_port_select_tx0 == 2