Skip to content

Commit

Permalink
fix(naming): change name to linus_dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Lebe1ge committed Oct 6, 2024
1 parent db9df90 commit d1f3f10
Show file tree
Hide file tree
Showing 24 changed files with 192 additions and 581 deletions.
8 changes: 5 additions & 3 deletions .devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ludeeus/integration_blueprint",
"image": "mcr.microsoft.com/devcontainers/python:3.12",
"name": "Thank-you-Linus/Linus-Dashboard",
"image": "mcr.microsoft.com/vscode/devcontainers/python:3.12-bullseye",
"postCreateCommand": "scripts/setup",
"forwardPorts": [
8123
Expand Down Expand Up @@ -37,5 +37,7 @@
}
},
"remoteUser": "vscode",
"features": {}
"features": {
"ghcr.io/devcontainers/features/rust:1": {}
}
}
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 any [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 any [previous issues](https://github.com/Thank-you-Linus/Linus-Dashboard/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/Thank-you-Linus/Linus-Dashboard/issues?q=is%3Aissue+label%3A%22Feature+Request%22+).
required: true

- type: textarea
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
- name: "ZIP the integration directory"
shell: "bash"
run: |
cd "${{ github.workspace }}/custom_components/integration_blueprint"
zip integration_blueprint.zip -r ./
cd "${{ github.workspace }}/custom_components/Linus-Dashboard"
zip Linus-Dashboard.zip -r ./
- name: "Upload the ZIP file to the release"
uses: "softprops/action-gh-release@v2.0.8"
with:
files: ${{ github.workspace }}/custom_components/integration_blueprint/integration_blueprint.zip
files: ${{ github.workspace }}/custom_components/Linus-Dashboard/Linus-Dashboard.zip
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ File | Purpose | Documentation
`.devcontainer.json` | Used for development/testing with Visual Studio Code. | [Documentation](https://code.visualstudio.com/docs/remote/containers)
`.github/ISSUE_TEMPLATE/*.yml` | Templates for the issue tracker | [Documentation](https://help.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository)
`.vscode/tasks.json` | Tasks for the devcontainer. | [Documentation](https://code.visualstudio.com/docs/editor/tasks)
`custom_components/integration_blueprint/*` | Integration files, this is where everything happens. | [Documentation](https://developers.home-assistant.io/docs/creating_component_index)
`custom_components/linus_dashboard/*` | Integration files, this is where everything happens. | [Documentation](https://developers.home-assistant.io/docs/creating_component_index)
`CONTRIBUTING.md` | Guidelines on how to contribute. | [Documentation](https://help.github.com/en/github/building-a-strong-community/setting-guidelines-for-repository-contributors)
`LICENSE` | The license file for the project. | [Documentation](https://help.github.com/en/github/creating-cloning-and-archiving-repositories/licensing-a-repository)
`README.md` | The file you are reading now, should contain info about the integration, installation and configuration instructions. | [Documentation](https://help.github.com/en/github/writing-on-github/basic-writing-and-formatting-syntax)
Expand Down
24 changes: 12 additions & 12 deletions README_EXAMPLE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Integration Blueprint
# Linus Dashboard

[![GitHub Release][releases-shield]][releases]
[![GitHub Activity][commits-shield]][commits]
Expand All @@ -10,7 +10,7 @@
[![Discord][discord-shield]][discord]
[![Community Forum][forum-shield]][forum]

_Integration to integrate with [integration_blueprint][integration_blueprint]._
_Integration to integrate with [linus_dashboard][linus_dashboard]._

**This integration will set up the following platforms.**

Expand All @@ -24,8 +24,8 @@ Platform | Description

1. Using the tool of choice open the directory (folder) for your HA configuration (where you find `configuration.yaml`).
1. If you do not have a `custom_components` directory (folder) there, you need to create it.
1. In the `custom_components` directory (folder) create a new folder called `integration_blueprint`.
1. Download _all_ the files from the `custom_components/integration_blueprint/` directory (folder) in this repository.
1. In the `custom_components` directory (folder) create a new folder called `linus_dashboard`.
1. Download _all_ the files from the `custom_components/linus_dashboard/` 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"
Expand All @@ -40,17 +40,17 @@ If you want to contribute to this please read the [Contribution guidelines](CONT

***

[integration_blueprint]: https://github.com/ludeeus/integration_blueprint
[buymecoffee]: https://www.buymeacoffee.com/ludeeus
[linus_dashboard]: https://github.com/Thank-you-Linus/Linus-Dashboard
[buymecoffee]: https://www.buymeacoffee.com/linus
[buymecoffeebadge]: https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg?style=for-the-badge
[commits-shield]: https://img.shields.io/github/commit-activity/y/ludeeus/integration_blueprint.svg?style=for-the-badge
[commits]: https://github.com/ludeeus/integration_blueprint/commits/main
[discord]: https://discord.gg/Qa5fW2R
[commits-shield]: https://img.shields.io/github/commit-activity/y/ludeeus/linus_dashboard.svg?style=for-the-badge
[commits]: https://github.com/Thank-you-Linus/Linus-Dashboard/commits/main
[discord]: https://discord.gg/ej2Xn4GTww
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg?style=for-the-badge
[exampleimg]: example.png
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg?style=for-the-badge
[forum]: https://community.home-assistant.io/
[license-shield]: https://img.shields.io/github/license/ludeeus/integration_blueprint.svg?style=for-the-badge
[license-shield]: https://img.shields.io/github/license/ludeeus/linus_dashboard.svg?style=for-the-badge
[maintenance-shield]: https://img.shields.io/badge/maintainer-Joakim%20Sørensen%20%40ludeeus-blue.svg?style=for-the-badge
[releases-shield]: https://img.shields.io/github/release/ludeeus/integration_blueprint.svg?style=for-the-badge
[releases]: https://github.com/ludeeus/integration_blueprint/releases
[releases-shield]: https://img.shields.io/github/release/ludeeus/linus_dashboard.svg?style=for-the-badge
[releases]: https://github.com/Thank-you-Linus/Linus-Dashboard/releases
2 changes: 1 addition & 1 deletion config/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ homeassistant:
logger:
default: info
logs:
custom_components.integration_blueprint: debug
custom_components.linus_dashboard: debug
74 changes: 0 additions & 74 deletions custom_components/integration_blueprint/__init__.py

This file was deleted.

101 changes: 0 additions & 101 deletions custom_components/integration_blueprint/api.py

This file was deleted.

61 changes: 0 additions & 61 deletions custom_components/integration_blueprint/binary_sensor.py

This file was deleted.

Loading

0 comments on commit d1f3f10

Please sign in to comment.