akasma74 / Hass-Custom-Alarm

It is a fork of "Yet another take on a home assistant custom alarm" that will exist until its author is back to our Earth
80 stars 31 forks source link

2021.10.0b2 breaks bwalarm #133

Closed tomlut closed 2 years ago

tomlut commented 2 years ago

The component:

Your setup:

Describe the bug

The following error is generated when running the 2021.10 beta version of home assiatant and the alarm integration is not set up:

This error originated from a custom integration.

Logger: homeassistant.bootstrap
Source: custom_components/bwalarm/alarm_control_panel.py:892
Integration: bwalarm (documentation)
First occurred: 16:11:37 (1 occurrences)
Last logged: 16:11:37

Error setting up integration alarm_control_panel - received exception
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/setup.py", line 104, in async_setup_component
    return await task  # type: ignore
  File "/usr/src/homeassistant/homeassistant/setup.py", line 214, in _async_setup_component
    processed_config = await conf_util.async_process_component_config(
  File "/usr/src/homeassistant/homeassistant/config.py", line 887, in async_process_component_config
    platform = p_integration.get_platform(domain)
  File "/usr/src/homeassistant/homeassistant/loader.py", line 532, in get_platform
    cache[full_name] = self._import_platform(platform_name)
  File "/usr/src/homeassistant/homeassistant/loader.py", line 537, 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 491, in <module>
    class BWAlarm(AlarmControlPanelEntity):
  File "/config/custom_components/bwalarm/alarm_control_panel.py", line 892, in BWAlarm
    def _save_yaml(self, fname: str, data: JSON_TYPE) -> None:
NameError: name 'JSON_TYPE' is not defined

To Reproduce

  1. Install the 2021.10 beta version of Home Assistant
  2. Expected behavior

    The integration to set up. Your bwalarm.yaml

    Home Assistant log

    Screenshots

Additional context