You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detected that custom integration 'jablotron_cloud' is setting state directly. Entity alarm_control_panel.XXXXX (<class 'custom_components.jablotron_cloud.alarm_control_panel.JablotronAlarmControlPanel'>) should implement the 'alarm_state' property and return its state using the AlarmControlPanelState enum at custom_components/jablotron_cloud/alarm_control_panel.py, line 217: self._attr_state = self._actions_to_state_alarm.get(. This will stop working in Home Assistant 2025.11, please create a bug report at https://github.com/Pigotka/ha-cc-jablotron-cloud/issues
Logbook Details (FAILURE)
Error while setting up jablotron_cloud platform for switch: 'programmableGates'
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 366, in _async_setup_platform
await asyncio.shield(awaitable)
File "/config/custom_components/jablotron_cloud/switch.py", line 39, in async_setup_entry
gates = gates_data["programmableGates"]
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
KeyError: 'programmableGates
Logbook details warning
STATE_ALARM_ARMED_AWAY was used from jablotron_cloud, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.ARMED_AWAY instead, please report it to the author of the 'jablotron_cloud' custom integration
STATE_ALARM_ARMED_HOME was used from jablotron_cloud, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.ARMED_HOME instead, please report it to the author of the 'jablotron_cloud' custom integration
STATE_ALARM_ARMING was used from jablotron_cloud, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.ARMING instead, please report it to the author of the 'jablotron_cloud' custom integration
STATE_ALARM_DISARMED was used from jablotron_cloud, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.DISARMED instead, please report it to the author of the 'jablotron_cloud' custom integration
STATE_ALARM_DISARMING was used from jablotron_cloud, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.DISARMING instead, please report it to the author of the 'jablotron_cloud' custom integration
Logbook details warning
StrEnum was used from jablotron_cloud, this is a deprecated alias which will be removed in HA Core 2025.5. Use enum.StrEnum instead, please report it to the author of the 'jablotron_cloud' custom integration
The text was updated successfully, but these errors were encountered:
Logger: homeassistant.helpers.frame
Bron: helpers/frame.py:324
Eerst voorgekomen: 09:10:39 (1 gebeurtenissen)
Laatst gelogd: 09:10:39
Detected that custom integration 'jablotron_cloud' is setting state directly. Entity alarm_control_panel.XXXXX (<class 'custom_components.jablotron_cloud.alarm_control_panel.JablotronAlarmControlPanel'>) should implement the 'alarm_state' property and return its state using the AlarmControlPanelState enum at custom_components/jablotron_cloud/alarm_control_panel.py, line 217: self._attr_state = self._actions_to_state_alarm.get(. This will stop working in Home Assistant 2025.11, please create a bug report at https://github.com/Pigotka/ha-cc-jablotron-cloud/issues
Logbook Details (FAILURE)
Error while setting up jablotron_cloud platform for switch: 'programmableGates'
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 366, in _async_setup_platform
await asyncio.shield(awaitable)
File "/config/custom_components/jablotron_cloud/switch.py", line 39, in async_setup_entry
gates = gates_data["programmableGates"]
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
KeyError: 'programmableGates
Logbook details warning
STATE_ALARM_ARMED_AWAY was used from jablotron_cloud, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.ARMED_AWAY instead, please report it to the author of the 'jablotron_cloud' custom integration
STATE_ALARM_ARMED_HOME was used from jablotron_cloud, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.ARMED_HOME instead, please report it to the author of the 'jablotron_cloud' custom integration
STATE_ALARM_ARMING was used from jablotron_cloud, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.ARMING instead, please report it to the author of the 'jablotron_cloud' custom integration
STATE_ALARM_DISARMED was used from jablotron_cloud, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.DISARMED instead, please report it to the author of the 'jablotron_cloud' custom integration
STATE_ALARM_DISARMING was used from jablotron_cloud, this is a deprecated constant which will be removed in HA Core 2025.11. Use AlarmControlPanelState.DISARMING instead, please report it to the author of the 'jablotron_cloud' custom integration
Logbook details warning
StrEnum was used from jablotron_cloud, this is a deprecated alias which will be removed in HA Core 2025.5. Use enum.StrEnum instead, please report it to the author of the 'jablotron_cloud' custom integration
The text was updated successfully, but these errors were encountered: