Skip to content

Commit 997c6eb

Browse files
authored
Merge pull request #304 from claudegel/claudegel-patch-1
emergency release
2 parents 993a8f6 + a1d0770 commit 997c6eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

custom_components.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"neviweb130": {
3-
"version": "2.9.8",
3+
"version": "2.9.9",
44
"local_location": "/custom_components/neviweb130/__init__.py",
55
"remote_location": "https://github.com/claudegel/sinope-130/tree/master/custom_components/__init__.py",
66
"visit_repo": "https://github.com/claudegel/sinope-130",

custom_components/neviweb130/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"dependencies": [],
88
"requirements": [],
99
"iot_class": "cloud_polling",
10-
"version": "2.9.8",
10+
"version": "2.9.9",
1111
"homeassistant": "2024.12.1"
1212
}

custom_components/neviweb130/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595

9696
"""Default parameters values."""
9797

98-
VERSION = '2.9.8'
98+
VERSION = '2.9.9'
9999
SCAN_INTERVAL = timedelta(seconds=540)
100100
HOMEKIT_MODE = False
101101
STAT_INTERVAL = 1800

0 commit comments

Comments
 (0)