home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
69.98k stars 29.06k forks source link

Can not install Mutesync integration - {"message":"Invalid handler specified"} #105637

Closed tweetgeek closed 7 months ago

tweetgeek commented 7 months ago

The problem

When I try to install the integration, I get this message: {"message":"Invalid handler specified"}

What version of Home Assistant Core has the issue?

core-2023.11.3

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

mutesync

Link to integration documentation on our website

https://www.home-assistant.io/integrations/mutesync

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

2023-12-13 11:13:40.450 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration mutesync: No module named 'custom_components.mutesync.config_flow'
2023-12-13 11:17:58.034 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration mutesync: No module named 'custom_components.mutesync.config_flow'

Additional information

No response

home-assistant[bot] commented 7 months ago

Hey there @currentoor, mind taking a look at this issue as it has been labeled with an integration (mutesync) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `mutesync` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign mutesync` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


mutesync documentation mutesync source (message by IssueLinks)

joostlek commented 7 months ago

You are using a custom integration. Please report this issue at the custom integration repository. We don't do support for custom integrations.