diff --git a/README.md b/README.md index 1475729..6e40b12 100644 --- a/README.md +++ b/README.md @@ -106,12 +106,12 @@ This integration started when I purchased a new home. It's got a Bryant (Carrier HACS Installation (Recommended) 1. Install HACS in HA. [Here](https://hacs.xyz/docs/setup/download) are instructions if you need them. - 2. Add ```https://github.com/mww012/hass-infinitive``` as a custom repository. See [here](https://hacs.xyz/docs/faq/custom_repositories) for instructions. + 2. Add ```https://github.com/gogades/hass-infinitive``` as a custom repository. See [here](https://hacs.xyz/docs/faq/custom_repositories) for instructions.
Manual Installation - 1. Download the [hass-infinitive repository](https://github.com/mww012/hass-infinitive) + 1. Download the [hass-infinitive repository](https://github.com/gogades/hass-infinitive) 2. Copy the ```custom_components/infinitive``` folder into your HA custom_components folder.
diff --git a/custom_components/infinitive/manifest.json b/custom_components/infinitive/manifest.json index 63a96ad..93d59ce 100644 --- a/custom_components/infinitive/manifest.json +++ b/custom_components/infinitive/manifest.json @@ -4,6 +4,6 @@ "documentation": "https://github.com/mww012/ha_customcomponents", "requirements": ["pyinfinitive==0.0.5"], "dependencies": [], - "codeowners": ["@mww012","@tjdavisbz"], - "version": "0.0.6" + "codeowners": ["@gogades","@mww012","@tjdavisbz"], + "version": "0.0.11" } diff --git a/info.md b/info.md index 1475729..6e40b12 100644 --- a/info.md +++ b/info.md @@ -106,12 +106,12 @@ This integration started when I purchased a new home. It's got a Bryant (Carrier HACS Installation (Recommended) 1. Install HACS in HA. [Here](https://hacs.xyz/docs/setup/download) are instructions if you need them. - 2. Add ```https://github.com/mww012/hass-infinitive``` as a custom repository. See [here](https://hacs.xyz/docs/faq/custom_repositories) for instructions. + 2. Add ```https://github.com/gogades/hass-infinitive``` as a custom repository. See [here](https://hacs.xyz/docs/faq/custom_repositories) for instructions.
Manual Installation - 1. Download the [hass-infinitive repository](https://github.com/mww012/hass-infinitive) + 1. Download the [hass-infinitive repository](https://github.com/gogades/hass-infinitive) 2. Copy the ```custom_components/infinitive``` folder into your HA custom_components folder.