Skip to content

Commit e2031c4

Browse files
authored
Merge pull request #74 from claudegel/manifest-patch
Manifest patch
2 parents efce009 + ecabb49 commit e2031c4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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
"sinope": {
3-
"version": "1.7.2",
3+
"version": "1.7.3",
44
"local_location": "/custom_components/sinope/__init__.py",
55
"remote_location": "https://github.com/claudegel/sinope-gt125/tree/master/custom_components/__init__.py",
66
"visit_repo": "https://github.com/claudegel/sinope-gt125",

custom_components/sinope/__init__.py

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

4444
#REQUIREMENTS = ['PY_Sinope==0.1.7']
4545
REQUIREMENTS = ['crc8==0.2.1']
46-
VERSION = '1.7.2'
46+
VERSION = '1.7.3'
4747

4848
DATA_DOMAIN = 'data_' + DOMAIN
4949

custom_components/sinope/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"issue_tracker": "https://github.com/claudegel/sinope-gt125/issues",
77
"dependencies": [],
88
"requirements": ["crc8==0.2.1"],
9-
"version": "1.7.2"
10-
"homeassistant": "2024.12.1"
9+
"version": "1.7.3",
10+
"homeassistant": "2025.1.1",
1111
"iot_class": "local_polling"
1212
}

0 commit comments

Comments
 (0)