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 228229f commit 0b1ca09Copy full SHA for 0b1ca09
1 file changed
custom_components/daily/manifest.json
@@ -1,15 +1,15 @@
1
{
2
"domain": "daily",
3
"name": "Daily Sensor",
4
+ "codeowners": ["@jeroenterheerdt"],
5
"config_flow": true,
6
+ "dependencies": [],
7
"documentation": "https://github.com/jeroenterheerdt/HADailySensor",
8
+ "homekit": {},
9
+ "iot_class": "local_push",
10
"issue_tracker": "https://github.com/jeroenterheerdt/HADailySensor/issues",
11
"requirements": [],
12
"ssdp": [],
- "zeroconf": [],
- "homekit": {},
- "dependencies": [],
- "iot_class": "local_push",
13
- "codeowners": ["@jeroenterheerdt"],
14
- "version": "2024.6.0"
+ "version": "2024.6.0",
+ "zeroconf": []
15
}
0 commit comments