initial push

This commit is contained in:
CeeWeasel
2024-04-14 14:08:56 -04:00
commit 53bf393d14
1111 changed files with 71730 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
id: steam_vr_off
alias: Steam VR Off
mode: single
# Hide warnings when triggered while in delay.
max_exceeded: silent
trigger:
- platform: numeric_state
entity_id: sensor.dreambox_steamvractive
below: 1
for:
seconds: 30
condition:
- alias: "VR switch is powered on"
condition: state
entity_id: switch.virtual_reality
state: 'on'
action:
- alias: "Turn off the VR Headset plug"
service: switch.turn_off
target:
entity_id: switch.virtual_reality