Skip to content

Commit

Permalink
Increased version.
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanU committed Dec 6, 2023
1 parent 950a726 commit 81faf76
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ custom_components/mygekko/switch.py

## Configuration is done in the UI

The integration currently only supports access via the MyGekko server, so you need a MyGekko Plus subscription.
The integration supports access via the MyGekko Query Api (you need a MyGekko Plus subscription) or by connecting to your MyGekko locally.

## Contributions are welcome!

Expand Down
2 changes: 1 addition & 1 deletion custom_components/mygekko/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
MANUFACTURER = "myGEKKO | Ekon GmbH"
DOMAIN = "mygekko"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "1.0.0"
VERSION = "1.1.0"

ATTRIBUTION = "Data provided by http://jsonplaceholder.typicode.com/"
ISSUE_URL = "https://github.com/stephanu/mygekko/issues"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/mygekko/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"issue_tracker": "https://github.com/stephanu/mygekko/issues",
"loggers": ["PyMyGekko"],
"requirements": ["PyMyGekko==1.1.0rc3"],
"version": "1.0.0"
"version": "1.1.0"
}
2 changes: 1 addition & 1 deletion info.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

## Configuration is done in the UI

The integration currently only supports access via the MyGekko server, so you need a MyGekko Plus subscription.
The integration supports access via the MyGekko Query Api (you need a MyGekko Plus subscription) or by connecting to your MyGekko locally.

## Credits

Expand Down

0 comments on commit 81faf76

Please sign in to comment.