Skip to content

Commit

Permalink
corrected manifest.json to success HACS action
Browse files Browse the repository at this point in the history
  • Loading branch information
rine77 committed Nov 22, 2024
1 parent 0e26237 commit bb34cb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions custom_components/homeassistantedupage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
from .homeassistant_edupage import Edupage
from .const import DOMAIN

PLATFORMS = ["sensor", "calendar"]

_LOGGER = logging.getLogger("custom_components.homeassistant_edupage")

async def async_setup(hass: HomeAssistant, config: dict) -> bool:
Expand Down
3 changes: 1 addition & 2 deletions custom_components/homeassistantedupage/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,5 @@
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/rine77/homeassistantedupage/issues",
"requirements": ["edupage_api==0.11.0"],
"supported_features": ["sensor", "calendar"],
"version": "0.1.0"
"version": "0.1.4"
}

0 comments on commit bb34cb9

Please sign in to comment.