Since Core 2025.6.3 the Reolink camera is broken for me, am I the only one having the issue?
Let me know, otherwise I will create a github issue.
I have a bunch of these errors in the log:
Logger: homeassistant.components.button
Source: helpers/entity_platform.py:382
integration: Button (documentation, issues)
First occurred: 7:46:10 PM (4 occurrences)
Last logged: 7:47:47 PM
Error while setting up reolink platform for button: 'str' object is not callable
Traceback (most recent call last):
File "/home/homeassistant/.pyenv/versions/3.13.3/lib/python3.13/site-packages/homeassistant/helpers/entity_platform.py", line 382, in _async_setup_platform
await asyncio.shield(awaitable)
File "/home/homeassistant/.pyenv/versions/3.13.3/lib/python3.13/site-packages/homeassistant/components/reolink/button.py", line 160, in async_setup_entry
ReolinkButtonEntity(reolink_data, channel, entity_description)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/homeassistant/.pyenv/versions/3.13.3/lib/python3.13/site-packages/homeassistant/components/reolink/button.py", line 194, in __init__
super().__init__(reolink_data, channel)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/home/homeassistant/.pyenv/versions/3.13.3/lib/python3.13/site-packages/homeassistant/components/reolink/entity.py", line 161, in __init__
super().__init__(reolink_data, coordinator)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/homeassistant/.pyenv/versions/3.13.3/lib/python3.13/site-packages/homeassistant/components/reolink/entity.py", line 85, in __init__
model_id=self._host.api.item_number(),
~~~~~~~~~~~~~~~~~~~~~~~~~~^^
TypeError: 'str' object is not callable