Integration that lets you monitor and control your SteamVR setup (HTC Vive, Valve Index, HP REVERB, Oculus Rift and more) from Home Assistant.
- Sensors:
- SteamVR status
- Current game
- Headset status (In use/Standby/Idle)
- Controllers (is connected, battery level, is charging)
- Notifications to headset
- Vibrating controllers from Home Assistant
Install Home Assistant Agent for SteamVR on the PC that you are using with your VR
Open HACS and search for SteamVR
under integrations.
You can choose to install a specific version or from master (Not recommended).
View instructions
- Open the directory with your Home Assistant configuration (where you find
configuration.yaml
, usually~/.homeassistant/
). - If you do not have a
custom_components
directory there, you need to create it.
This is a preferred method of manual installation, because it allows you to keep the git
functionality,
allowing you to manually install updates just by running git pull origin master
from the created directory.
Now you can clone the repository somewhere else and symlink it to Home Assistant like so:
-
Clone the repo.
git clone https://github.com/Antoni-Czaplicki/SteamVR.HA.git
-
Create the symlink to
steamvr
in the configuration directory. If you have non-standard directory for configuration, use it instead.ln -s SteamVR.HA/custom_components/steamvr ~/.homeassistant/custom_components/steamvr
- Download ZIP with the code.
- Unpack it.
- Copy the
custom_components/toyota/
from the unpacked archive tocustom_components
in your Home Assistant configuration directory.
- Browse to your Home Assistant instance.
- In the sidebar click on Configuration.
- From the configuration menu select: Integrations.
- In the bottom right, click on the Add Integration button.
- From the list, search and select “SteamVR”.
- Follow the instruction on screen to complete the set-up.
- After completing, the SteamVR integration will be immediately available for use.
If you are experiencing frequent state changes between standby
and idle
you can enable Replace headset standby status with idle
configuration option.