guerrerotook / securitas-direct-new-api

This repository contains the new securitas direct API that can be integrated in Home Assistant
Apache License 2.0
79 stars 30 forks source link

Integration broken since HA core update to 2023.3 --> Please report issue to the custom integration author for securitas #103

Closed ToroNander closed 1 year ago

ToroNander commented 1 year ago

Integration stopped working.

Log: Logger: homeassistant.helpers.frame Source: helpers/frame.py:77 First occurred: 23:09:25 (2 occurrences) Last logged: 23:10:00

Detected integration that called async_setup_platforms instead of awaiting async_forward_entry_setups; this will fail in version 2023.3. Please report issue to the custom integration author for securitas using this method at custom_components/securitas/__init__.py, line 186: hass.config_entries.async_setup_platforms(entry, PLATFORMS)
Detected integration that called async_setup_platforms instead of awaiting async_forward_entry_setups; this will fail in version 2023.3. Please report issue to the custom integration author for securitas using this method at custom_components/securitas/config_flow.py, line 173: self.hass.config_entries.async_setup_platforms(self.config, PLATFORMS)
guerrerotook commented 1 year ago

Let me take a look

guerrerotook commented 1 year ago

Solved the issue in this latest release. https://github.com/guerrerotook/securitas-direct-new-api/releases/tag/v2.1.0.0