Skip to content

Commit

Permalink
Version bump to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skipperro committed Nov 27, 2024
1 parent 14d2fbe commit ce40590
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 49 deletions.
2 changes: 1 addition & 1 deletion custom_components/enpal/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"requirements": [],
"iot_class": "local_polling",
"config_flow": true,
"version": "0.3.0"
"version": "0.3.1"
}
2 changes: 1 addition & 1 deletion custom_components/enpal/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
_LOGGER = logging.getLogger(__name__)
SCAN_INTERVAL = timedelta(seconds=120)

VERSION= '0.3.0'
VERSION= '0.3.1'

def get_tables(ip: str, port: int, token: str):
client = InfluxDBClient(url=f'http://{ip}:{port}', token=token, org='enpal')
Expand Down
Empty file.
47 changes: 0 additions & 47 deletions custom_components/enpal/tests/test_sensor.py

This file was deleted.

0 comments on commit ce40590

Please sign in to comment.