Skip to content

Commit

Permalink
Merge pull request #5 from jay-oswald/rename
Browse files Browse the repository at this point in the history
rename to up-bank, a bit more specific
  • Loading branch information
jay-oswald authored Jun 3, 2024
2 parents 0d35854 + 458fcc1 commit 6052be8
Show file tree
Hide file tree
Showing 17 changed files with 4 additions and 9 deletions.
5 changes: 0 additions & 5 deletions CHANGELOG.md

This file was deleted.

File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
1 change: 1 addition & 0 deletions custom_components/up-bank/const.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DOMAIN = "up-bank"
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"domain": "up",
"domain": "up-bank",
"name": "Up Bank Integration",
"dependencies": ["http"],
"codeowners": ["@jay-oswald"],
"version": "0.2.0",
"version": "0.3.0",
"integration_type": "hub",
"config_flow": true,
"iot_class": "cloud_polling"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion custom_components/up/const.py

This file was deleted.

2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- ./config:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
- ./custom_components/up:/config/custom_components/up/
- ./custom_components/up-bank:/config/custom_components/up-bank/
restart: unless-stopped
privileged: true
network_mode: host

0 comments on commit 6052be8

Please sign in to comment.