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.75k stars 30k forks source link

Automations triggered by Rollease Acmeda Automate Integration fail #120977

Open bryceIT opened 2 months ago

bryceIT commented 2 months ago

The problem

Any automation I create with the Rollease Acmeda Automate integration fails to run the actions, producing the same type of logs in this and this issue.

What version of Home Assistant Core has the issue?

core-2024.6.4

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

Rollease Acmeda Automate

Link to integration documentation on our website

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

Diagnostics information

home-assistant_acmeda_2024-07-02T05-12-43.675Z.log

Example YAML snippet

alias: Kitchen Left Hand Blind Sync On
description: ""
trigger:
  - platform: device
    device_id: 87017ef73e77680b28f2e3bba9776ae2
    domain: cover
    entity_id: 17e6668f2ca1173ac142ddca2074ff5a
    type: opened
condition: []
action:
  - type: turn_on
    device_id: 7f2b725b3c2afe4bcc64472d0effde09
    entity_id: switch.living_room_left_blind
    domain: switch

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 2 months ago

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

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


acmeda documentation acmeda source (message by IssueLinks)