Skip to content

Commit 89a9204

Browse files
author
lbbrhzn
authored
Update hacs.json (#267)
* Update hacs.json * Update hacs.json add button to domains * Update tests.yaml hump hacs/action to 21.12.0 * Update hacs.json fix typo
1 parent 662c08b commit 89a9204

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: "actions/[email protected]"
4646

4747
- name: HACS validation
48-
uses: "hacs/action@21.11.0"
48+
uses: "hacs/action@21.12.0"
4949
with:
5050
category: "integration"
5151
ignore: brands

hacs.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
"name": "Open Charge Point Protocol (OCPP)",
33
"content_in_root": false,
44
"domains": [
5+
"button",
6+
"number",
57
"sensor",
6-
"switch",
7-
"number"
8+
"switch"
89
],
9-
"homeassistant": "2021.6.6",
10+
"homeassistant": "2021.12.0",
1011
"iot_class": "Local Push",
1112
"render_readme": true
1213
}

0 commit comments

Comments
 (0)