Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

7 is not a valid AlarmControlPanelEntityFeature #210

Closed
elahd opened this issue Feb 13, 2023 · 0 comments
Closed

7 is not a valid AlarmControlPanelEntityFeature #210

elahd opened this issue Feb 13, 2023 · 0 comments

Comments

@elahd
Copy link
Collaborator

elahd commented Feb 13, 2023

          As I dig around more I also found this in the log:
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 414, in async_add_entities
    tasks = [
  File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 414, in <listcomp>
    tasks = [
  File "/config/custom_components/alarmdotcom/alarm_control_panel.py", line 83, in <genexpr>
    AlarmControlPanel(
  File "/config/custom_components/alarmdotcom/alarm_control_panel.py", line 116, in __init__
    self._attr_supported_features = AlarmControlPanelEntityFeature(
  File "/usr/local/lib/python3.10/enum.py", line 385, in __call__
    return cls.__new__(cls, value)
  File "/usr/local/lib/python3.10/enum.py", line 710, in __new__
    raise ve_exc
ValueError: 7 is not a valid AlarmControlPanelEntityFeature

and later:

2023-02-12 17:19:19.415 ERROR (MainThread) [custom_components.alarmdotcom.alarmhub] Authentication failed while fetching Garda Alarm:REDACTED data: Invalid account credentials.

Originally posted by @catellie in #187 (comment)

elahd added a commit that referenced this issue Feb 14, 2023
@elahd elahd mentioned this issue Feb 14, 2023
elahd added a commit that referenced this issue Feb 14, 2023
* Merged in template versions from master
* Fixed issue with isort preventing pre-commit from running
* Fixed issues with arming and arming modes. #199
* Fixed bug with Alarm Control Panel supported features. #210
* Fixed issue where device names showing up as None in logs.
* Autocomplete enhancements for configuration username/password/otp fields.
@elahd elahd closed this as completed Feb 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant