home-assistant / home-assistant.io

:blue_book: Home Assistant User documentation
https://www.home-assistant.io
Other
4.77k stars 7.19k forks source link

Card code #34841

Open ppeters opened 2 hours ago

ppeters commented 2 hours ago

Feedback

I tried the card code and errors were reported around the "action" parts. What worked for me is changing all occurrences of:

   action: call-service
   action: foscam.ptz

into:

   action: perform-action
   perform_action: foscam.ptz

URL

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

Version

2024.9.2

Additional information

This is what I'm running

image
home-assistant[bot] commented 2 hours ago

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

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