Skip to content
New issue

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

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

Already on GitHub? # to your account

LG ThinQ - ThinQFanEntity does not set FanEntityFeature.TURN_OFF or TURN_ON but implements the turn_off and turn_on method #130321

Open
ShantanuKhan opened this issue Nov 11, 2024 · 3 comments

Comments

@ShantanuKhan
Copy link

ShantanuKhan commented Nov 11, 2024

The problem

LG ThinQ integration triggers WARNING logs entries for homeassistant fan component where FanEntityFeature is not configured correctly in homeassistant.components.lg_thinq.fan.ThinQFanEntity class.

Details of log errors:

Logger: homeassistant.components.fan
Source: components/fan/init.py:295
integration: Fan (documentation, issues)
First occurred: 9:21:50 AM (8 occurrences)
Last logged: 9:21:50 AM

Entity None (<class 'homeassistant.components.lg_thinq.fan.ThinQFanEntity'>) does not set FanEntityFeature.TURN_OFF but implements the turn_off method. Please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+lg_thinq%22
Entity None (<class 'homeassistant.components.lg_thinq.fan.ThinQFanEntity'>) does not set FanEntityFeature.TURN_ON but implements the turn_on method. Please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+lg_thinq%22

What version of Home Assistant Core has the issue?

core-2024.11.1

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant Core

Integration causing the issue

LG ThinQ

Link to integration documentation on our website

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

@home-assistant
Copy link

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

Code owner commands

Code owners of fan 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 fan 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)


fan documentation
fan source
(message by IssueLinks)

@home-assistant
Copy link

Hey there @LG-ThinQ-Integration, mind taking a look at this issue as it has been labeled with an integration (lg_thinq) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of lg_thinq 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 lg_thinq 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)


lg_thinq documentation
lg_thinq source
(message by IssueLinks)

@LG-ThinQ-Integration
Copy link
Contributor

Thank you for your report.
The warning log will be fixed.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants