Replies: 5 comments
-
What version are you using? The latest one should have fixed this. |
Beta Was this translation helpful? Give feedback.
-
Should be the latest. I don't show an update available and I've deleted and
redownloaded as far as I know. I'll double check later. What version do I
need?
…On Tue, Aug 12, 2025, 17:25 Katie Mulliken ***@***.***> wrote:
What version are you using? The latest one should have fixed this.
—
Reply to this email directly, view it on GitHub
<#718 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIFHZPUJZTCB6TWMBJYBJYD3NJSVFAVCNFSM6AAAAACDWEWYO2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMBYG4YDIMA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
You need version 0.1.35
On Tue, Aug 12, 2025 at 6:33 PM, rehmaj ***@***.***> wrote: Should be the latest. I don't show an update available and I've deleted and
redownloaded as far as I know. I'll double check later. What version do I
need?
On Tue, Aug 12, 2025, 17:25 Katie Mulliken ***@***.***> wrote:
> What version are you using? The latest one should have fixed this.
>
> —
> Reply to this email directly, view it on GitHub
> <#718 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AIFHZPUJZTCB6TWMBJYBJYD3NJSVFAVCNFSM6AAAAACDWEWYO2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMBYG4YDIMA>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
That is the version I have. If you have particular steps for me to take to
nuke the existing and redo I'd be happy to give it a chance. I've got a
half dozen plugs non functional currently :)
Thanks for the assistance.
On Tue, Aug 12, 2025 at 5:34 PM Katie Mulliken ***@***.***>
wrote:
… You need version 0.1.35
On Tue, Aug 12, 2025 at 6:33 PM, rehmaj ***@***.***> wrote: Should be
the latest. I don't show an update available and I've deleted and
redownloaded as far as I know. I'll double check later. What version do I
need?
On Tue, Aug 12, 2025, 17:25 Katie Mulliken ***@***.***> wrote:
> What version are you using? The latest one should have fixed this.
>
> —
> Reply to this email directly, view it on GitHub
> <
#718 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AIFHZPUJZTCB6TWMBJYBJYD3NJSVFAVCNFSM6AAAAACDWEWYO2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMBYG4YDIMA>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
—
Reply to this email directly, view it on GitHub
<#718 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIFHZPSIAUEWY5AO7K7HYTT3NJTZFAVCNFSM6AAAAACDWEWYO2VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMBYG4YDQMI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Delete, redownload, reboot, reinstall. same issue. tried it 2x. rolled back to 0.1.33 and it works fine. I'll skip. .35 for the moment and see what happens on the next release. Thanks! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can anyone let me know what's needed here to get this working again? I was working fine before the update and now the integration won't load. here's the relevant log entry.
`Log details (ERROR)
Logger: homeassistant.config_entries
Source: config_entries.py:749
First occurred: August 11, 2025 at 7:52:39 PM (1 occurrence)
Last logged: August 11, 2025 at 7:52:39 PM
Error setting up entry for wyzeapi
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 749, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/config/custom_components/wyzeapi/init.py", line 145, in async_setup_entry
await hass.config_entries.async_forward_entry_setups(config_entry, PLATFORMS)
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2569, in async_forward_entry_setups
await integration.async_get_platforms(platforms)
File "/usr/src/homeassistant/homeassistant/loader.py", line 1168, in async_get_platforms
import_future.result()
~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1168, in async_get_platforms
import_future.result()
~~~~~~~~~~~~~~~~~~~~^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1168, in async_get_platforms
import_future.result()
~~~~~~~~~~~~~~~~~~~~^^
[Previous line repeated 7 more times]
File "/usr/src/homeassistant/homeassistant/loader.py", line 1138, in async_get_platforms
await self.hass.async_add_import_executor_job(
self._load_platforms, platform_names
)
File "/usr/local/lib/python3.13/concurrent/futures/thread.py", line 59, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/loader.py", line 1081, in _load_platforms
platform_name: self._load_platform(platform_name)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1255, in _load_platform
cache[full_name] = self._import_platform(platform_name)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/loader.py", line 1287, in _import_platform
return importlib.import_module(f"{self.pkg_path}.{platform_name}")
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/util/loop.py", line 201, in protected_loop_func
return func(*args, **kwargs)
File "/usr/local/lib/python3.13/importlib/init.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1331, in _find_and_load_unlocked
File "", line 935, in _load_unlocked
File "", line 1026, in exec_module
File "", line 488, in _call_with_frames_removed
File "/config/custom_components/wyzeapi/sensor.py", line 12, in
from wyzeapy.services.irrigation_service import IrrigationService, Irrigation
ModuleNotFoundError: No module named 'wyzeapy.services.irrigation_service'
`
Beta Was this translation helpful? Give feedback.
All reactions