eavanvalkenburg / sia

SIA alarm systems integration into Home Assistant
MIT License
48 stars 11 forks source link

access device registry #53

Closed floow77 closed 2 years ago

floow77 commented 2 years ago

Version of the custom_component and HA setup (version, OS, etc)

Configuration


Home Assistant Core 2022.6.1
Home Assistant Supervisor 2022.05.3
Home Assistant OS 8.1

SIA v1.0.0-beta1

Describe the bug

Logger: homeassistant.helpers.frame Source: helpers/frame.py:103 First occurred: 16:41:28 (2 occurrences) Last logged: 16:41:34

Detected integration that uses deprecated async_get_registry to access device registry, use async_get instead. Please report issue to the custom component author for sia using this method at custom_components/sia/hub.py, line 59: device_registry = await dr.async_get_registry(self._hass)

Debug log


Add your logs here.
eavanvalkenburg commented 2 years ago

Please switch to the official integration, I haven't done any work on this one so it is no longer up to date!

floow77 commented 2 years ago

What official integration ? v0.3.11 ?

eavanvalkenburg commented 2 years ago

See the top of the readme:

OFFICIAL INTEGRATION IS NOW IN HA! Make sure to delete the current integraiton, in your Integrations page, then delete the HACS custom component, reboot and then input your config in the official integration config. There are some settings, most importantly ignoring timestamps, in a options flow (press configure after installing the integration).