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
Use the YAML from above description to create a dashboard.
Observe the TypeError
Home Assistant Version
2024.7.2
What version of Lock Code Manager are you running?
0.5.1
Lock make and model
Schlage FE599
Relevant log output
2024-07-10 17:02:50.263 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'lock_code_manager' calls async_forward_entry_setup forintegration, lock_code_manager with title: Main Doors and entry_id: 01J2FDP64980BQ1J8WXBVWF8EG, which is deprecated and will stop workingin Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/lock_code_manager/__init__.py, line 368: setup_tasks[platform] = config_entry.async_create_task(, please create a bug report at https://github.com/raman325/lock_code_manager/issues
2024-07-10 17:02:50.289 WARNING (MainThread) [homeassistant.helpers.frame] Detected code that calls async_forward_entry_setup forintegration lock_code_manager with title: Main Doors and entry_id: 01J2FDP64980BQ1J8WXBVWF8EG, during setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done. This will stop workingin Home Assistant 2025.1. Please report this issue.
Stack (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 674, in run_until_complete
self.run_forever()
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 641, in run_forever
self._run_once()
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1990, 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 2122, in async_forward_entry_setup
_report_non_awaited_platform_forwards(entry, "async_forward_entry_setup")
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1175, in _report_non_awaited_platform_forwards
report(
File "/usr/src/homeassistant/homeassistant/helpers/frame.py", line 151, in report
_LOGGER.warning(msg, stack_info=True)
Screenshots
Anything else?
No response
The text was updated successfully, but these errors were encountered:
I should add that I don't think the integration worked for my doors. I just updated the YAML to add a code. After saving the configuration and waiting about 10 minutes, the code was not added to the door.
I decided to give the integration a shot and started experiencing this as well. I haven't been able to find anything useful in my logs but I did find that web socket call to lock_code_manager/get_slot_calendar_data is returning an empty list of entities which causes the list of SlotMappings to many of it's fields set to undefined. In my case I have 1 entity setup so I'm not sure why this call is resulting in no results
What happened?
After creating an integration called "Main Doors", I attempted to create a dashboard using the following yaml. I get the error
Steps to reproduce the issue
Home Assistant Version
2024.7.2
What version of Lock Code Manager are you running?
0.5.1
Lock make and model
Schlage FE599
Relevant log output
Screenshots
Anything else?
No response
The text was updated successfully, but these errors were encountered: