Fairly naive to Home Assistant. This has been working fine for about 5-6 months. Then it stopped and I’m out of town. Trying to figure out how to approach getting this back online. Here is the error message I am seeing when I click on the tab.
This entity is no longer being provided by the aarlo integration. If the entity is no longer in use, delete it in settings.
Same for me, Video-Picture not working. " This entity is no longer being provided by the aarlo integration. If the entity is no longer in use, delete it in settings.**
i am experiancing the same issue. all other sensors are working just not the video function. Any support would be appreciated. will create abug report too
Just got this issue also, everything else works, just not the picture in Lovelace… Any fix for this?
Logger: homeassistant.components.camera
Source: helpers/entity_platform.py:608
integration: Camera (documentation, issues)
First occurred: 08:18:25 (2 occurrences)
Last logged: 08:18:26
Error adding entity camera.aarlo_camera_1 for domain camera with platform aarlo
Error adding entity camera.aarlo_camera_2 for domain camera with platform aarlo
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/frame.py", line 208, in report_usage
integration_frame = get_integration_frame(
exclude_integrations=exclude_integrations
)
File "/usr/src/homeassistant/homeassistant/helpers/frame.py", line 113, in get_integration_frame
raise MissingIntegrationFrame
homeassistant.helpers.frame.MissingIntegrationFrame
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 608, in _async_add_entities
await coro
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 927, in _async_add_entity
await entity.add_to_platform_finish()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1384, in add_to_platform_finish
self.async_write_ha_state()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 944, in async_write_ha_state
super().async_write_ha_state()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1023, in async_write_ha_state
self._async_write_ha_state()
~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1148, in _async_write_ha_state
self.__async_calculate_state()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1087, in __async_calculate_state
if state_attributes := self.state_attributes:
^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 812, in state_attributes
if frontend_stream_type := self.frontend_stream_type:
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 586, in frontend_stream_type
report_usage(
~~~~~~~~~~~~^
(
^
...<4 lines>...
exclude_integrations={DOMAIN},
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/src/homeassistant/homeassistant/helpers/frame.py", line 227, in report_usage
raise RuntimeError(msg) from err
RuntimeError: Detected code that is setting the '_attr_frontend_stream_type' attribute in the ArloCam class, which is deprecated and will be removed in Home Assistant 2025.6, . Please report this issue