Home Assistant integration for Haier hOn: support for Haier/Candy/Hoover home appliances like washing machines and air conditioners in 28 languages.
MIT License
1.3k
stars
2.46k
forks
source link
Detected blocking call to open inside the event loop by custom integration 'hon' at custom_components/hon/hon.py, line 32: with open(manifest, "r", encoding="utf-8") as file: (offender: /config/custom_components/hon/hon.py, line 32: with open(manifest, "r", encoding="utf-8") as file:) #225
Detected blocking call to open inside the event loop by custom integration 'hon' at custom_components/hon/hon.py, line 32: with open(manifest, "r", encoding="utf-8") as file: (offender: /config/custom_components/hon/hon.py, line 32: with open(manifest, "r", encoding="utf-8") as file:), please create a bug report at https://github.com/Andre0512/hon/issues
Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module> sys.exit(main()) File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main exit_code = runner.run(runtime_conf) File "/usr/src/homeassistant/homeassistant/runner.py", line 190, in run return loop.run_until_complete(setup_and_run_hass(runtime_config)) File "/usr/local/lib/python3.12/asyncio/base_events.py", line 672, in run_until_complete self.run_forever() File "/usr/local/lib/python3.12/asyncio/base_events.py", line 639, in run_forever self._run_once() File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1988, in _run_once handle._run() File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2055, in async_forward_entry_setup return await self._async_forward_entry_setup(entry, domain, True) File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2081, in _async_forward_entry_setup await entry.async_setup(self.hass, integration=integration) File "/usr/src/homeassistant/homeassistant/config_entries.py", line 594, in async_setup result = await component.async_setup_entry(hass, self) File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 134, in async_setup_entry return await component.async_setup_entry(entry) File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 196, in async_setup_entry return await self._platforms[key].async_setup_entry(config_entry) File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 333, in async_setup_entry return await self._async_setup_platform(async_create_setup_awaitable) File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 363, in _async_setup_platform awaitable = create_eager_task(awaitable, loop=hass.loop) File "/usr/src/homeassistant/homeassistant/util/async_.py", line 37, in create_eager_task return Task(coro, loop=loop, name=name, eager_start=True) File "/config/custom_components/hon/sensor.py", line 797, in async_setup_entry entity = HonSensorEntity(hass, entry, device, description) File "/config/custom_components/hon/hon.py", line 79, in __init__ coordinator = get_coordinator(hass, device) File "/config/custom_components/hon/hon.py", line 130, in get_coordinator coordinator = HonCoordinator(hass, appliance) File "/config/custom_components/hon/hon.py", line 59, in __init__ self._info = HonInfo() File "/config/custom_components/hon/hon.py", line 25, in __init__ self._manifest: dict[str, Any] = self._get_manifest() File "/config/custom_components/hon/hon.py", line 32, in _get_manifest with open(manifest, "r", encoding="utf-8") as file:
Detected blocking call to open inside the event loop by custom integration 'hon' at custom_components/hon/hon.py, line 32: with open(manifest, "r", encoding="utf-8") as file: (offender: /config/custom_components/hon/hon.py, line 32: with open(manifest, "r", encoding="utf-8") as file:), please create a bug report at https://github.com/Andre0512/hon/issues
Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module> sys.exit(main()) File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main exit_code = runner.run(runtime_conf) File "/usr/src/homeassistant/homeassistant/runner.py", line 190, in run return loop.run_until_complete(setup_and_run_hass(runtime_config)) File "/usr/local/lib/python3.12/asyncio/base_events.py", line 672, in run_until_complete self.run_forever() File "/usr/local/lib/python3.12/asyncio/base_events.py", line 639, in run_forever self._run_once() File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1988, in _run_once handle._run() File "/usr/local/lib/python3.12/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2055, in async_forward_entry_setup return await self._async_forward_entry_setup(entry, domain, True) File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2081, in _async_forward_entry_setup await entry.async_setup(self.hass, integration=integration) File "/usr/src/homeassistant/homeassistant/config_entries.py", line 594, in async_setup result = await component.async_setup_entry(hass, self) File "/usr/src/homeassistant/homeassistant/components/sensor/__init__.py", line 134, in async_setup_entry return await component.async_setup_entry(entry) File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 196, in async_setup_entry return await self._platforms[key].async_setup_entry(config_entry) File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 333, in async_setup_entry return await self._async_setup_platform(async_create_setup_awaitable) File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 363, in _async_setup_platform awaitable = create_eager_task(awaitable, loop=hass.loop) File "/usr/src/homeassistant/homeassistant/util/async_.py", line 37, in create_eager_task return Task(coro, loop=loop, name=name, eager_start=True) File "/config/custom_components/hon/sensor.py", line 797, in async_setup_entry entity = HonSensorEntity(hass, entry, device, description) File "/config/custom_components/hon/hon.py", line 79, in __init__ coordinator = get_coordinator(hass, device) File "/config/custom_components/hon/hon.py", line 130, in get_coordinator coordinator = HonCoordinator(hass, appliance) File "/config/custom_components/hon/hon.py", line 59, in __init__ self._info = HonInfo() File "/config/custom_components/hon/hon.py", line 25, in __init__ self._manifest: dict[str, Any] = self._get_manifest() File "/config/custom_components/hon/hon.py", line 32, in _get_manifest with open(manifest, "r", encoding="utf-8") as file: