Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

synced actions not updating #2745

Closed
maxandersen opened this issue Apr 28, 2024 · 4 comments
Closed

synced actions not updating #2745

maxandersen opened this issue Apr 28, 2024 · 4 comments
Assignees

Comments

@maxandersen
Copy link

iOS device model, version and app version

Model Name: iphone 15 / 11 / apple watch
Software Version: 2024.4
App version: 2024.624

Home Assistant Core Version
2024.4

Describe the bug
no matter how much I edit, update, delete and restart home assisstant synced actions stay stuck with the values I had several months ago.

To Reproduce
have actions working, now go edit the ios/actions in yaml and see that those changes never show up.

Expected behavior
that synced actions reflect what is available server side.

Screenshots

Additional context
fails on home assistant macos app too.

@bgoncal
Copy link
Member

bgoncal commented Apr 28, 2024

Please provide your yaml configuration

@bgoncal bgoncal self-assigned this Apr 28, 2024
@maxandersen
Copy link
Author

sorry thought it was already in, I tried the content from docs with no luck.

Here is my current attempt:

ios:
  actions:
    - name: lock_ford
      background_color: "#000000"
      label:
        text: "Lock Ford Toggle"
        color: "#ff0000"
      icon:
        icon: lock
        color: "#ffffff"
    - name: fence_toggle
      background_color: "#000000"
      label:
        text: "Fence Toggle"
        color: "#ff0000"
      icon:
        icon: fence-electric
        color: "#ffffff"
      show_in_watch: true

the "lock_ford" is what I started with. Even if I completely remove this block it still shows up.

@bgoncal
Copy link
Member

bgoncal commented Apr 29, 2024

Thats weird, I copy and paste what you sent and it worked out of the box on my instance, can you check the latest beta? 2024.4.1 (660), it now has also a button to update server actions right below the list of actions

@maxandersen
Copy link
Author

Tried beta. It shows the correct synced actions now. Didn't even have to click the update.

Awesome!

@bgoncal bgoncal closed this as completed Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants