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

New issue on core-2022.5.0b1 #139

Closed
jes1417 opened this issue Apr 28, 2022 · 1 comment
Closed

New issue on core-2022.5.0b1 #139

jes1417 opened this issue Apr 28, 2022 · 1 comment
Assignees

Comments

@jes1417
Copy link

jes1417 commented Apr 28, 2022

The component:

  • Current version: v.1.12.13
  • Last known working version (if any):

Your setup:

  • Home Assistant version: core-2022.5.0b1
  • Last known working Home Assistant version (if any): core-2022.4.7
  • OS: Docker
  • Browser name & version: Chrome 100.0.4896.127

Describe the bug

New error in the log after update
To Reproduce

Expected behavior

Your bwalarm.yaml

Home Assistant log


Logger: homeassistant.config
Source: custom_components/bwalarm/alarm_control_panel.py:31
Integration: bwalarm (documentation)
First occurred: 3:18:11 PM (1 occurrences)
Last logged: 3:18:11 PM

Platform error: alarm_control_panel
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config.py", line 877, in async_process_component_config
    platform = p_integration.get_platform(domain)
  File "/usr/src/homeassistant/homeassistant/loader.py", line 603, in get_platform
    cache[full_name] = self._import_platform(platform_name)
  File "/usr/src/homeassistant/homeassistant/loader.py", line 620, in _import_platform
    return importlib.import_module(f"{self.pkg_path}.{platform_name}")
  File "/usr/local/lib/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/config/custom_components/bwalarm/alarm_control_panel.py", line 31, in <module>
    from homeassistant.const         import (
ImportError: cannot import name 'EVENT_TIME_CHANGED' from 'homeassistant.const' (/usr/src/homeassistant/homeassistant/const.py)

Screenshots

Additional context

@akasma74 akasma74 self-assigned this Apr 29, 2022
@jes1417
Copy link
Author

jes1417 commented May 3, 2022

Fixed, thank you!

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

2 participants