Skip to content

Commit

Permalink
more blueprint find and replace
Browse files Browse the repository at this point in the history
  • Loading branch information
austinmroczek committed Mar 5, 2023
1 parent 906e3ef commit 92c572e
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 53 deletions.
2 changes: 1 addition & 1 deletion .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ludeeus/integration_blueprint",
"name": "austinmroczek/neovolta",
"image": "mcr.microsoft.com/vscode/devcontainers/python:0-3.10-bullseye",
"postCreateCommand": "scripts/setup",
"forwardPorts": [
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ body:
required: true
- label: This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
required: true
- label: This issue is not a duplicate issue of currently [previous issues](https://github.com/ludeeus/integration_blueprint/issues?q=is%3Aissue+label%3A%22Bug%22+)..
- label: This issue is not a duplicate issue of currently [previous issues](https://github.com/austinmroczek/neovolta/issues?q=is%3Aissue+label%3A%22Bug%22+)..
required: true
- type: textarea
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body:
required: true
- label: This only contains 1 feature request (if you have multiple feature requests, open one feature request for each feature request).
required: true
- label: This issue is not a duplicate feature request of [previous feature requests](https://github.com/ludeeus/integration_blueprint/issues?q=is%3Aissue+label%3A%22Feature+Request%22+).
- label: This issue is not a duplicate feature request of [previous feature requests](https://github.com/austinmroczek/neovolta/issues?q=is%3Aissue+label%3A%22Feature+Request%22+).
required: true

- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Platform | Type | Description
1. Download _all_ the files from the `custom_components/neovolta/` directory (folder) in this repository.
1. Place the files you downloaded in the new directory (folder) you created.
1. Restart Home Assistant
1. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "Integration blueprint"
1. In the HA UI go to "Configuration" -> "Integrations" click "+" and search for "NeoVolta"

## Configuration is done in the UI

Expand Down
47 changes: 0 additions & 47 deletions README_template.md

This file was deleted.

2 changes: 1 addition & 1 deletion custom_components/neovolta/const.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Constants for integration_blueprint."""
"""Constants for neovolta."""
from logging import Logger, getLogger

LOGGER: Logger = getLogger(__package__)
Expand Down
2 changes: 1 addition & 1 deletion custom_components/neovolta/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"config": {
"step": {
"user": {
"description": "If you need help with the configuration have a look here: https://github.com/ludeeus/integration_blueprint",
"description": "If you need help with the configuration have a look here: https://github.com/austinmroczek/neovolta",
"data": {
"username": "Username",
"password": "Password"
Expand Down

0 comments on commit 92c572e

Please sign in to comment.