sebr/bhyve-home-assistant

Failed to set up. Check the logs

TGSnedecor opened this issue · 4 comments

I just added a new B-hyve smart sprinkler valve. I have an account successfully set up with Orbit. I thought I followed the instructions. I installed the software from HACS, and restarted homeassistant. I selected the integration and installed it. I entered my credentials. It found my hose timer. I went to the integration and got the error message above. I checked the logs and found the following:

Log Details (ERROR)
This error originated from a custom integration.
Logger: homeassistant.config_entries
Source: custom_components/bhyve/init.py:124
Integration: Orbit B-hyve (documentation)
First occurred: 4:45:13 PM (1 occurrences)
Last logged: 4:45:13 PM

Error setting up entry thesxxxxx@hotmail.com for bhyve
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 335, in async_setup
result = await component.async_setup_entry(hass, self)
File "/config/custom_components/bhyve/init.py", line 124, in async_setup_entry
await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)
AttributeError: 'ConfigEntries' object has no attribute 'async_forward_entry_setups'

sebr commented

Which version of HA?

2022.4.7 (8.5)

sebr commented

Right - the integration needs 2023.3 or later. I'll update the manifest to fail on earlier versions.

Thanks for the info. Once I've got the courage to update, I'll try again.