Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
juanillo62gm committed Nov 15, 2024
2 parents 4d6048e + 37787ca commit 9d28ac1
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 9 deletions.
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/panda_pwr/issues?q=is%3Aissue+label%3A%22Bug%22+)..
- label: This issue is not a duplicate issue of any [previous issues](https://github.com/juanillo62gm/panda_pwr/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/panda_pwr/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/juanillo62gm/panda_pwr/issues?q=is%3Aissue+label%3A%22Feature+Request%22+).
required: true

- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Use [black](https://github.com/ambv/black) to make sure the code follows the sty

## Test your code modification

This custom component is based on [panda_pwr template](https://github.com/ludeeus/panda_pwr).
This custom component is based on [panda_pwr template](https://github.com/juanillo62gm/panda_pwr).

It comes with development environment in a container, easy to launch
if you use Visual Studio Code. With this container you will have a stand alone
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@

Integrate your [Panda PWR from BIGTREETECH (BTT) | BIQU][pandapwrwiki] with Home Assistant.

[![PandaPWRDevice](https://bttwiki.com/img/PandaPWR/interface.jpg)][pandapwrwiki]

[![PandaPWRDevice](/assets/panda_pwr_hardware.jpeg)][pandapwrwiki]

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

Expand Down
Binary file added assets/panda_pwr_hardware.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions custom_components/panda_pwr/const.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""Constants for the panda_pwr integration."""

DOMAIN = "panda_pwr"
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"domain": "pandapwr",
"domain": "panda_pwr",
"name": "Panda PWR",
"codeowners": ["@juanillo62gm"],
"config_flow": true,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 0 additions & 3 deletions custom_components/pandapwr/const.py

This file was deleted.

0 comments on commit 9d28ac1

Please sign in to comment.