-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adds new integration [Antoni-Czaplicki/SteamVR.HA] #2307
base: master
Are you sure you want to change the base?
Conversation
There is not a single line of information or documentation? |
For now, the integration requires an agent for the pc and (this is in readme) and after that the setup is pretty straightforward. In the feature I'm going to update the docs to include some examples but rn I'm more focused on developing the agent for the computer. |
The agent repo also does not seem to contain any docs. |
I'm aware of that - installation instructions and current features are available for each release as the agent is under active development and there can be some breaking changes between the releases. Once the development reaches more stable state I will create docs for both integration and agent |
I've added documentation and installation instructions |
@@ -69,6 +69,7 @@ | |||
"ankohanse/hass-dab-pumps", | |||
"Anonym-tsk/homeassistant-climate-xiaomi-remote", | |||
"anrolosia/shopping-list-with-grocy", | |||
"Antoni-Czaplicki/SteamVR.HA", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hassfest action is failing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to add new repository without passing hassfest? The only problem is Invalid strings.json: Invalid translation key 'VREvent_None', need to be [a-z0-9-_]+
because the event contains uppercase letters as this is the format used internally by SteamVR and to change it to lower case would require additional mapping to be added. Additionally the code works just fine with uppercase letters in translation keys.
Checklist
Links
Link to current release: https://github.com/Antoni-Czaplicki/SteamVR.HA/releases/tag/0.1.1
Link to successful HACS action (without the
ignore
key): https://github.com/Antoni-Czaplicki/SteamVR.HA/actions/runs/7671042646Link to successful hassfest action (if integration): https://github.com/Antoni-Czaplicki/SteamVR.HA/actions/runs/7671042642