Skip to content

Commit

Permalink
Added version key to the manifest
Browse files Browse the repository at this point in the history
Added support for more device ids
  • Loading branch information
sockless-coding committed Mar 5, 2021
1 parent 11aa196 commit 01c9760
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
29 changes: 28 additions & 1 deletion custom_components/garo_wallbox/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,32 @@
88: 'GLBDCWM-T222WO',
89: 'GLBDCWM-T274FC-A',
90: 'GLBDCW-T211FC',
91: 'GLBDCW-T222FC'
91: 'GLBDCW-T222FC',
92: 'GTCDC-T274WO',
93: 'GTCDCM-T274WO',
94: 'GTBDCM-T222WO-A',
95: 'GTBDCM-T211FC-A',
96: 'GTBDCM-T211FC-A',
97: 'GTBDCM-T274FC-A',
98: 'GTBDCMB-T274WO-A',
99: 'GTBDCMB-T222WO-A',
100: 'GTBDC-T222WO-A',
101: 'GTBDC-T274WO-A',
102: 'GTBDC-T274FC-A',
103: 'GTBDCMW-T274WO-A',
104: 'GTBDCMW-T222WO-A',
105: 'GTBDCMW-T274FC-A',
106: 'GTBDCMW-T211FC-A',
107: 'GLBDCM-T222WO',
108: 'GLBDCM-T274WO-A',
109: 'GLBDCM-T222FK',
110: 'GLBDCM-T222WO',
111: 'GLBDCM-T274FK-A',
112: 'GLBDCWM-T222FC8',
113: 'GLBDCW-T222WOF-VCC',
114: 'GLBDC-T274WO PME',
115: 'GLBDC-T274FC PME',
116: 'GTBDCMW-T222FC-A',
117: 'GTBDCMW-T211FCL-A',
118: 'GTBDCW-T211FCL-A'
}
3 changes: 2 additions & 1 deletion custom_components/garo_wallbox/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"domain": "garo_wallbox",
"name": "Garo Wallbox",
"config_flow": true,
"version": "1.0.6",
"config_flow": true,
"documentation": "https://github.com/sockless-coding/garo_wallbox/",
"dependencies": [],
"codeowners": ["sockless-coding"]
Expand Down

0 comments on commit 01c9760

Please sign in to comment.