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 2dee821 commit 3d13765Copy full SHA for 3d13765
custom_components/rtetempo/manifest.json
@@ -1,15 +1,15 @@
1
{
2
"domain": "rtetempo",
3
"name": "RTE Tempo",
4
+ "codeowners": ["@hekmon"],
5
"config_flow": true,
6
"documentation": "https://github.com/hekmon/rtetempo",
7
+ "iot_class": "cloud_polling",
8
"issue_tracker": "https://github.com/hekmon/rtetempo/issues",
- "version": "1.3.0",
9
"requirements": [
10
"oauthlib==3.2.2",
11
"requests==2.28.1",
12
"requests-oauthlib==1.3.1"
13
],
- "codeowners": ["@hekmon"],
14
- "iot_class": "cloud_polling"
+ "version": "1.3.0"
15
}
0 commit comments