hass-aarlo icon indicating copy to clipboard operation
hass-aarlo copied to clipboard

problems with new version of home assistant

Open PrimitixLuke opened this issue 6 months ago • 0 comments

Good morning, after the January 2024 update I encountered several problems and errors with the integration of aarlo on home assistant. In addition to constant errors and failures to load live video from the camera, I am encountering the following errors:

  • activation of all the sirens via button (does not activate them all, physically hearing them activates only some and not for each individual room [Arlo Pro 2 in use]) -camera light button, activates the camera light but does not deactivate it in any way.

Below I report the errors that the HA LOG gives me: -Logger: homeassistant.const Source: helpers/deprecation.py:205 First occurred: 16:02:46 (1 occurrences) Last logged: 16:02:46

TEMP_CELSIUS was used from aarlo, this is a deprecated constant which will be removed in HA Core 2025.1. Use UnitOfTemperature.CELSIUS instead, please create a bug report at https://github.com/twrecked/hass-aarlo/issues

-Logger: homeassistant.components.alarm_control_panel Source: helpers/deprecation.py:205 Integration: Pannello di controllo degli allarmi (documentation, issues) First occurred: 16:02:48 (4 occurrences) Last logged: 16:02:48

FORMAT_NUMBER was used from aarlo, this is a deprecated constant which will be removed in HA Core 2025.1. Use CodeFormat.NUMBER instead, please create a bug report at https://github.com/twrecked/hass-aarlo/issues FORMAT_TEXT was used from aarlo, this is a deprecated constant which will be removed in HA Core 2025.1. Use CodeFormat.TEXT instead, please create a bug report at https://github.com/twrecked/hass-aarlo/issues

-Logger: homeassistant.components.alarm_control_panel.const Source: helpers/deprecation.py:205 Integration: Pannello di controllo degli allarmi (documentation, issues) First occurred: 16:02:48 (4 occurrences) Last logged: 16:02:48

SUPPORT_ALARM_ARM_AWAY was used from aarlo, this is a deprecated constant which will be removed in HA Core 2025.1. Use AlarmControlPanelEntityFeature.ARM_AWAY instead, please create a bug report at https://github.com/twrecked/hass-aarlo/issues SUPPORT_ALARM_ARM_HOME was used from aarlo, this is a deprecated constant which will be removed in HA Core 2025.1. Use AlarmControlPanelEntityFeature.ARM_HOME instead, please create a bug report at https://github.com/twrecked/hass-aarlo/issues SUPPORT_ALARM_ARM_NIGHT was used from aarlo, this is a deprecated constant which will be removed in HA Core 2025.1. Use AlarmControlPanelEntityFeature.ARM_NIGHT instead, please create a bug report at https://github.com/twrecked/hass-aarlo/issues SUPPORT_ALARM_TRIGGER was used from aarlo, this is a deprecated constant which will be removed in HA Core 2025.1. Use AlarmControlPanelEntityFeature.TRIGGER instead, please create a bug report at https://github.com/twrecked/hass-aarlo/issues

-Logger: homeassistant.components.light Source: components/light/init.py:1194 Integration: Luce (documentation, issues) First occurred: 16:03:09 (5 occurrences) Last logged: 16:03:09

Entity None (<class 'custom_components.aarlo.light.ArloSpotlight'>) is using deprecated supported features values which will be removed in HA Core 2025.1. Instead it should use <LightEntityFeature: 1> and color modes, please create a bug report at https://github.com/twrecked/hass-aarlo/issues and reference https://developers.home-assistant.io/blog/2023/12/28/support-feature-magic-numbers-deprecation

I wait respons Thanks

PrimitixLuke avatar Jan 09 '24 15:01 PrimitixLuke