https://github.com/actstorms/ha-gamewire
Gamewire Integration for Home Assistant
https://github.com/actstorms/ha-gamewire
cloud-gaming custom-integration gamewire home-assistant iot smart-home
Last synced: 4 months ago
JSON representation
Gamewire Integration for Home Assistant
- Host: GitHub
- URL: https://github.com/actstorms/ha-gamewire
- Owner: actstorms
- Created: 2024-07-13T11:34:54.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T19:21:46.000Z (almost 2 years ago)
- Last Synced: 2026-02-08T20:57:19.783Z (5 months ago)
- Topics: cloud-gaming, custom-integration, gamewire, home-assistant, iot, smart-home
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Home Assistant Gamewire integration
Table of Contents
1. [Sensors](#sensors)
2. [Switches](#switches)
3. [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [HACS Installation](#hacs-installation)
4. [Localization](#localization)
## Sensors
This component will set up the following sensors:
| Platform | Sample sensor | Description |
| -------- | --------------------------- | -------------------------------------------------------------------------- |
| `sensor` | `sensor.instance_status` | Sensor with all information of your Gamewire instance |
## Switches
This component will set up the following switches:
| Platform | Sample switch | Description |
| -------- | ----------------------------------- | -------------------------------------------------- |
| `switch` | `switch.instance_power` | Toggle your Gamewire instance on and off |
## Getting Started
### Prerequisites
Use Home Assistant v2023.2.0 or above.
### HACS Installation
You can find it in the default HACS repo. Just search `Gamewire`.
### Integration Setup
- Browse to your Home Assistant instance.
- In the sidebar click on [Configuration](https://my.home-assistant.io/redirect/config).
- From the configuration menu select: [Integrations](https://my.home-assistant.io/redirect/integrations).
- In the bottom right, click on the [Add Integration](https://my.home-assistant.io/redirect/config_flow_start?domain=gamewire) button.
- From the list, search and select “Gamewire”.
- Follow the instruction on screen to complete the set up.
- After completing, the Gamewire integration will be immediately available for use.
## Localization
Currently the integration supports the following languages:
- Danish
- English
- French
- German (Germany)
- Norwegian (bokmål)
- Swedish
- Spanish
- Finnish
If you want to translate the project to your own language, follow the [Localization guide](LOCALIZATION.md).