We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662c08b commit 89a9204Copy full SHA for 89a9204
.github/workflows/tests.yaml
@@ -45,7 +45,7 @@ jobs:
45
uses: "actions/[email protected]"
46
47
- name: HACS validation
48
- uses: "hacs/action@21.11.0"
+ uses: "hacs/action@21.12.0"
49
with:
50
category: "integration"
51
ignore: brands
hacs.json
@@ -2,11 +2,12 @@
2
"name": "Open Charge Point Protocol (OCPP)",
3
"content_in_root": false,
4
"domains": [
5
+ "button",
6
+ "number",
7
"sensor",
- "switch",
- "number"
8
+ "switch"
9
],
- "homeassistant": "2021.6.6",
10
+ "homeassistant": "2021.12.0",
11
"iot_class": "Local Push",
12
"render_readme": true
13
}
0 commit comments