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

Climate method warnings #109265

Closed
tomlut opened this issue Feb 1, 2024 · 4 comments · Fixed by #109279
Closed

Climate method warnings #109265

tomlut opened this issue Feb 1, 2024 · 4 comments · Fixed by #109279

Comments

@tomlut
Copy link

tomlut commented Feb 1, 2024

The problem

Running the core-2024.2.0b0 beta version gives the following warnings:

Logger: homeassistant.components.climate
Source: components/climate/__init__.py:354
Integration: Climate (documentation, issues)
First occurred: 11:45:56 (7 occurrences)
Last logged: 11:46:21

Entity None (<class 'homeassistant.components.daikin.climate.DaikinClimate'>) does not set ClimateEntityFeature.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+daikin%22
Entity None (<class 'homeassistant.components.daikin.climate.DaikinClimate'>) does not set ClimateEntityFeature.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+daikin%22
Entity None (<class 'homeassistant.components.daikin.climate.DaikinClimate'>) implements HVACMode(s): fan_only, dry, cool, heat, heat_cool, off and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+daikin%22
Entity None (<class 'homeassistant.components.esphome.climate.EsphomeClimateEntity'>) implements HVACMode(s): off, heat and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+esphome%22

What version of Home Assistant Core has the issue?

core-2024.2.0b0

What was the last working version of Home Assistant Core?

core-2024.1.6

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Daikin

Link to integration documentation on our website

https://rc.home-assistant.io/integrations/daikin

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

@home-assistant
Copy link

home-assistant bot commented Feb 1, 2024

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

Code owner commands

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


daikin documentation
daikin source
(message by IssueLinks)

@tomlut tomlut changed the title Daikin Climate method warnings Climate method warnings Feb 1, 2024
@frenck frenck added this to the 2024.2.0 milestone Feb 1, 2024
@tomlut
Copy link
Author

tomlut commented Feb 1, 2024

Looks like only the Daikin integration was fixed. It also affects the ESPHome climate device. From error log above:

Entity None (<class 'homeassistant.components.esphome.climate.EsphomeClimateEntity'>) implements HVACMode(s): off, heat and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+esphome%22

@frenck
Copy link
Member

frenck commented Feb 1, 2024

This issue was reported against Daikin...

Each issue can only be tied to a single integration/fix.

@tomlut
Copy link
Author

tomlut commented Feb 1, 2024

Okay. I'll open another one.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants