Skip to content

Commit

Permalink
updated repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick762 committed Jul 19, 2023
1 parent 200a7fb commit a6ea135
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# hassio-streamdeck

[![hacs_badge](https://img.shields.io/badge/HACS-Custom-41BDF5.svg)](https://github.com/hacs/integration)
[![Validate with hassfest](https://github.com/Patrick762/hass-streamdeck/actions/workflows/hassfest_validation.yml/badge.svg)](https://github.com/Patrick762/hass-streamdeck/actions/workflows/hassfest_validation.yml)
[![HACS Action](https://github.com/Patrick762/hass-streamdeck/actions/workflows/HACS.yml/badge.svg)](https://github.com/Patrick762/hass-streamdeck/actions/workflows/HACS.yml)
[![Validate with hassfest](https://github.com/Patrick762/hassio-streamdeck/actions/workflows/hassfest_validation.yml/badge.svg)](https://github.com/Patrick762/hassio-streamdeck/actions/workflows/hassfest_validation.yml)
[![HACS Action](https://github.com/Patrick762/hassio-streamdeck/actions/workflows/HACS.yml/badge.svg)](https://github.com/Patrick762/hassio-streamdeck/actions/workflows/HACS.yml)

Stream Deck Integration for Home Assistant

Expand All @@ -13,7 +13,7 @@ To use this integration, you need a Stream Deck and one of the following softwar
## Installation
To install this Integration, you first have to add this repository as a `custom repository`.
This can be done if you navigate to the three dots in the HACS `Integrations` Tab.
Just copy and paste the repository URL `https://github.com/Patrick762/hass-streamdeck` into the `Repository` Field on the bottom and choose `Integration` as the Category.
Just copy and paste the repository URL `https://github.com/Patrick762/hassio-streamdeck` into the `Repository` Field on the bottom and choose `Integration` as the Category.
After you clicked the `Add` button, you can search for the integration in HACS.

## Using the integration
Expand Down
6 changes: 3 additions & 3 deletions custom_components/streamdeck/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"codeowners": ["@Patrick762"],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/Patrick762/hacs-streamdeck",
"documentation": "https://github.com/Patrick762/hasio-streamdeck",
"integration_type": "device",
"iot_class": "local_push",
"issue_tracker": "https://github.com/Patrick762/hacs-streamdeck/issues",
"issue_tracker": "https://github.com/Patrick762/hassio-streamdeck/issues",
"requirements": ["mdiicons==0.0.2", "streamdeckapi==0.0.7"],
"ssdp": [
{
Expand All @@ -17,6 +17,6 @@
"deviceType": "urn:home-assistant-device:stream-deck"
}
],
"version": "0.0.3",
"version": "0.0.4",
"zeroconf": ["_stream-deck-api._tcp.local."]
}
6 changes: 3 additions & 3 deletions manifest_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"codeowners": ["@Patrick762"],
"config_flow": true,
"dependencies": [],
"documentation": "https://github.com/Patrick762/hacs-streamdeck",
"documentation": "https://github.com/Patrick762/hassio-streamdeck",
"integration_type": "device",
"iot_class": "local_push",
"issue_tracker": "https://github.com/Patrick762/hacs-streamdeck/issues",
"issue_tracker": "https://github.com/Patrick762/hassio-streamdeck/issues",
"requirements": ["mdiicons==0.0.2", "streamdeckapi==0.0.7"],
"ssdp": [
{
Expand All @@ -17,6 +17,6 @@
"deviceType": "urn:home-assistant-device:stream-deck"
}
],
"version": "0.0.3",
"version": "0.0.4",
"zeroconf": ["_stream-deck-api._tcp.local."]
}

0 comments on commit a6ea135

Please sign in to comment.