Skip to content

Commit

Permalink
Fix HACS CI tests
Browse files Browse the repository at this point in the history
Signed-off-by: Iván Sánchez Ortega <ivan@sanchezortega.es>
  • Loading branch information
IvanSanchez committed Apr 26, 2023
1 parent e06b6b6 commit 411754c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion custom_components/sensorthings/config_flow.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from homeassistant import config_entries
from .const import DOMAIN
from homeassistant.const import (CONF_URL)
from homeassistant.components import zeroconf
import voluptuous as vol
import logging
from typing import Any, Final
Expand Down
4 changes: 2 additions & 2 deletions custom_components/sensorthings/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"dependencies": [],
"documentation": "https://gitlab.com/IvanSanchez/homeassistant-sensorthings",
"integration_type": "hub",
"iot_class": "cloud_poll",
"iot_class": "cloud_polling",
"issue_tracker": "https://gitlab.com/IvanSanchez/homeassistant-sensorthings/-/issues",
"requirements": [],
"version": "0.2.0"
"version": "0.3.0"
}

0 comments on commit 411754c

Please sign in to comment.