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
71.69k stars 29.96k forks source link

Insteon: Add default links Action does not work when "all" option is specified #126450

Open srolomc opened 2 hours ago

srolomc commented 2 hours ago

The problem

When trying to execute the action "Insteon: Add default links" using entity id "all", the action fails. The description for the entity id field value states that "all" may be supplied as an argument to add default links for all devices.

What version of Home Assistant Core has the issue?

2024.9.2

What was the last working version of Home Assistant Core?

unknown

What type of installation are you running?

Home Assistant Container

Integration causing the issue

Insteon

Link to integration documentation on our website

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

Diagnostics information

Insteon_default_links_action_fail

Example YAML snippet

N/A

Anything in the logs that might be useful for us?

No logs provided, just screenshot

Additional information

Error message:

Failed to perform the action insteon.add_default_links. Entity ID all is an invalid entity ID for dictionary value @ data['entity_id']. Got None

home-assistant[bot] commented 2 hours ago

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

Code owner commands Code owners of `insteon` 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 insteon` 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)


insteon documentation insteon source (message by IssueLinks)