mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
initial push
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
id: steam_vr_on
|
||||
alias: Steam VR On
|
||||
mode: single
|
||||
# Hide warnings when triggered while in delay.
|
||||
max_exceeded: silent
|
||||
|
||||
trigger:
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.dreambox_steamvractive
|
||||
above: 0
|
||||
|
||||
condition:
|
||||
- alias: "VR switch is powered off"
|
||||
condition: state
|
||||
entity_id: switch.virtual_reality
|
||||
state: 'off'
|
||||
|
||||
action:
|
||||
- alias: "Turn on the VR Headset plug"
|
||||
service: switch.turn_on
|
||||
target:
|
||||
entity_id: switch.virtual_reality
|
||||
Reference in New Issue
Block a user