Entirely possible I botched the manual install (HACS doesn't seem to allow selecting an alternate branch.)
Here's what I get after autodiscovery runs:
Source: config_entries.py:406
First occurred: 2:05:47 PM (5 occurrences)
Last logged: 2:08:13 PM
Error setting up entry Pinecil-2010961 for pinecil_ble
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 406, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/pinecil_ble/__init__.py", line 51, in async_setup_entry
coordinator = hass.data[DOMAIN][entry.entry_id] = PinecilDataUpdateCoordinator(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/pinecil_ble/coordinator.py", line 38, in __init__
super().__init__(
TypeError: ActiveBluetoothProcessorCoordinator.__init__() missing 1 required keyword-only argument: 'update_method'
Entirely possible I botched the manual install (HACS doesn't seem to allow selecting an alternate branch.)
Here's what I get after autodiscovery runs: