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
I have filled out the issue template to the best of my ability.
This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
This issue is not a duplicate issue of currently previous issues..
Describe the issue
After install and configure, integration shows "failed to setup: Check the logs"
Reproduction steps
Configure
Reload
Review Logs
...
Diagnostics dump
Logger: homeassistant.config_entries
Source: config_entries.py:594
First occurred: 8:26:44 AM (3 occurrences)
Last logged: 8:28:40 AM
Error setting up entry Vertical Blind Control for adaptive_cover
Error setting up entry Vertical test for adaptive_cover
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 594, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/adaptive_cover/init.py", line 40, in async_setup_entry
coordinator = AdaptiveDataUpdateCoordinator(hass)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/adaptive_cover/coordinator.py", line 157, in init
self.manager = AdaptiveCoverManager(self.manual_duration)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/adaptive_cover/coordinator.py", line 787, in init
self.reset_duration = dt.timedelta(**reset_duration)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: datetime.timedelta() argument after ** must be a mapping, not NoneType
The text was updated successfully, but these errors were encountered:
What version of Adaptive Cover are you using?
1.4.4
What version of Home Assistant are you using?
2024.10.3
Checklist
Describe the issue
After install and configure, integration shows "failed to setup: Check the logs"
Reproduction steps
...
Diagnostics dump
Logger: homeassistant.config_entries
Source: config_entries.py:594
First occurred: 8:26:44 AM (3 occurrences)
Last logged: 8:28:40 AM
Error setting up entry Vertical Blind Control for adaptive_cover
Error setting up entry Vertical test for adaptive_cover
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 594, in async_setup
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/adaptive_cover/init.py", line 40, in async_setup_entry
coordinator = AdaptiveDataUpdateCoordinator(hass)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/adaptive_cover/coordinator.py", line 157, in init
self.manager = AdaptiveCoverManager(self.manual_duration)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/adaptive_cover/coordinator.py", line 787, in init
self.reset_duration = dt.timedelta(**reset_duration)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: datetime.timedelta() argument after ** must be a mapping, not NoneType
The text was updated successfully, but these errors were encountered: