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
70.53k stars 29.45k forks source link

ZVIDAR Z-CM-V01 Roller Shades Showing as Lights, not Cover #121908

Closed alexschneider closed 1 month ago

alexschneider commented 1 month ago

The problem

I recently purchased some Z-Wave roller shade motors and added them to Z-Wave JS via their UI. However, when they show up in HomeAssistant, they appear to show up as a light entity. I can't figure out how to turn them into a cover entity, I tried using the instructions here (there's no "Show as" option in the menu) as well as changing it in the configuration.yaml but my shades are still is showing up as lights.

homeassistant:
  customize_glob:
    "light.*_shade_*":
      device_class: shade
    "light.*_shade":
      device_class: shade

I saw there were previous issues with this device #95287 which appear to have been addressed. The devices are functioning for me, they're just showing up as the wrong type of entity.

What version of Home Assistant Core has the issue?

2024.7.2

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

Z-Wave

Link to integration documentation on our website

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

Diagnostics information

zwave_js-b2f00eb4747194ca9f84a0893961a51b-Center Shade-5c546723961ac73effdb8436db629b09.json

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 1 month ago

Hey there @home-assistant/z-wave, mind taking a look at this issue as it has been labeled with an integration (zwave_js) you are listed as a code owner for? Thanks!

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


zwave_js documentation zwave_js source (message by IssueLinks)