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 8cc04e7 commit 6a1040aCopy full SHA for 6a1040a
custom_components/robovac/manifest.json
@@ -1,13 +1,13 @@
1
{
2
"domain": "robovac",
3
"name": "Eufy Robovac",
4
+ "codeowners": ["@codefoodpixels"],
5
"config_flow": true,
6
+ "dependencies": [],
7
"documentation": "https://github.com/codefoodpixels/robovac",
8
+ "integration_type": "device",
9
+ "iot_class": "local_polling",
10
"issue_tracker": "https://github.com/codefoodpixels/robovac/issues",
11
"requirements": [],
- "dependencies": [],
- "codeowners": ["@codefoodpixels"],
- "iot_class": "local_polling",
- "integration_type": "device",
12
"version": "1.0.0"
13
}
0 commit comments