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

Incomplete/Superfluous Description on 'Z-Wave: Refresh values' Service #20496

Closed
3 of 4 tasks
The00Dustin opened this issue Apr 11, 2024 · 0 comments · Fixed by #20733
Closed
3 of 4 tasks

Incomplete/Superfluous Description on 'Z-Wave: Refresh values' Service #20496

The00Dustin opened this issue Apr 11, 2024 · 0 comments · Fixed by #20733

Comments

@The00Dustin
Copy link

Checklist

  • I have updated to the latest available Home Assistant version.
  • I have cleared the cache of my browser.
  • I have tried a different browser to see if it is related to my browser.
  • I have tried reproducing the issue in safe mode to rule out problems with unsupported custom resources.

Describe the issue you are experiencing

When including the 'Z-Wave: Refresh values' service in an automation or script with z-wave devices selected via entity, the description of the action is incomplete as compared to other service calls. The following screenshot exemplifies this nicely:
Screenshot 2024-04-11 at 10 48 33
Here you can see that the entity name is included in the action description for turning on the lights, but not for refreshing the Z-Wave values even though the preposition "on" is included as if it should.

Describe the behavior you expected

I expect the selected entity/entities to be reflected after the word "on" or for the word "on" to not be used here at all if selected entities won't be shown.

Steps to reproduce the issue

  1. Create a script or automation
  2. Add a service call to 'Z-Wave: Refresh values'
  3. Assign one or more entities
  4. Witness the panel does not indicate the selected entities

What version of Home Assistant Core has the issue?

2024.4.2

What was the last working version of Home Assistant Core?

No response

In which browser are you experiencing the issue with?

Safari 17.4.1, iOS Home Assistant 2024.4

Which operating system are you using to run this browser?

macOS Sonoma (14.4.1), iOS 17 (17.4.1)

State of relevant entities

No response

Problem-relevant frontend configuration

alias: New Script
sequence:
  - service: zwave_js.refresh_value
    metadata: {}
    data:
      refresh_all_values: false
      entity_id:
        - light.basement_stairwell_lights
  - service: light.turn_on
    metadata: {}
    data: {}
    target:
      entity_id: light.basement_stairwell_lights

Javascript errors shown in your browser console/inspector

No response

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant