Skip to content

Commit

Permalink
add integration_type
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasJoKuJonas committed Jan 3, 2023
1 parent 391c9c3 commit d3dc71e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/webuntis/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"domain": "webuntis",
"name": "Web Untis",
"integration_type": "device",
"config_flow": true,
"documentation": "https://github.com/JonasJoKuJonas/homeassistant-WebUntis/",
"issue_tracker": "https://github.com/JonasJoKuJonas/homeassistant-WebUntis/issues",
"requirements": ["webuntis==0.1.12"],
"codeowners": ["@JonasJoKuJonas"],
"quality_scale": "silver",
"iot_class": "local_polling",
"iot_class": "cloud_polling",
"loggers": ["webuntis"],
"version": "v1.0.2"
}

0 comments on commit d3dc71e

Please sign in to comment.