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
69.03k stars 28.28k forks source link

VeSync integration: Unknown device type - LAP-V102S-WEU #114472

Closed julian-siebert closed 1 week ago

julian-siebert commented 1 month ago

The problem

Documentation says LAP-V102S is supported, but in components/vesync/fan.py:75 it's missing for "WEU". "WUS" is the only entry added yet. Would be nice if you could add the "WEU" version.

What version of Home Assistant Core has the issue?

core-2024.3.3

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

VeSync

Link to integration documentation on our website

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

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Logger: homeassistant.components.vesync.fan
Quelle: components/vesync/fan.py:75
Integration: VeSync (Dokumentation, Probleme)
Erstmals aufgetreten: 11:01:19 (2 Vorkommnisse)
Zuletzt protokolliert: 11:01:19

Airfresh-1 - Unknown device type - LAP-V102S-WEU
Airfresh-2 - Unknown device type - LAP-V102S-WEU

Additional information

No response

home-assistant[bot] commented 1 month ago

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

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


vesync documentation vesync source (message by IssueLinks)

klevin92 commented 1 week ago

should be fixed by https://github.com/home-assistant/core/pull/115948.

julian-siebert commented 1 week ago

should be fixed by #115948.

nice, thank you