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.72k stars 28.87k forks source link

Smartlife Tuya integration #120823

Open gonzoweb-git opened 3 days ago

gonzoweb-git commented 3 days ago

The problem

Smartlife integration keeps losing device hub information - especially after an HA update.

What version of Home Assistant Core has the issue?

core-2024.6.4

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

Smartlife

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

2024-06-29 12:33:34.745 WARNING (MainThread) [homeassistant.components.climate] Entity None (<class 'custom_components.smartlife.climate.SmartLifeClimateEntity'>) does not set ClimateEntityFeature.TURN_OFF but implements the turn_off method. Please report it to the author of the 'smartlife' custom integration
2024-06-29 12:33:34.745 WARNING (MainThread) [homeassistant.components.climate] Entity None (<class 'custom_components.smartlife.climate.SmartLifeClimateEntity'>) does not set ClimateEntityFeature.TURN_ON but implements the turn_on method. Please report it to the author of the 'smartlife' custom integration
2024-06-29 12:33:34.746 WARNING (MainThread) [homeassistant.components.climate] Entity None (<class 'custom_components.smartlife.climate.SmartLifeClimateEntity'>) implements HVACMode(s): off, heat_cool, cool, heat, dry, fan_only, cool and therefore implicitly supports the turn_on/turn_off methods without setting the proper ClimateEntityFeature. Please report it to the author of the 'smartlife' custom integration
2024-06-29 12:33:34.756 WARNING (MainThread) [homeassistant.components.light] None (<class 'custom_components.smartlife.light.SmartLifeLightEntity'>) sets invalid supported color modes {<ColorMode.HS: 'hs'>, <ColorMode.COLOR_TEMP: 'color_temp'>, <ColorMode.BRIGHTNESS: 'brightness'>}, this will stop working in Home Assistant Core 2025.3, please report it to the author of the 'smartlife' custom integration
2024-06-29 12:33:34.764 WARNING (MainThread) [homeassistant.components.light] None (<class 'custom_components.smartlife.light.SmartLifeLightEntity'>) sets invalid supported color modes {<ColorMode.HS: 'hs'>, <ColorMode.COLOR_TEMP: 'color_temp'>, <ColorMode.BRIGHTNESS: 'brightness'>}, this will stop working in Home Assistant Core 2025.3, please report it to the author of the 'smartlife' custom integration

Additional information

No response

mib1185 commented 3 days ago

Hi custom_components.smartlife is a custom component, which is not maintained by the HA core project. Please report your issue to the maintainer or in the source repository of this custom component. Thx 👍

gonzoweb-git commented 3 days ago

My apologies, but this is on the Developers Github. I'm confused lol Could you advise. Smartlife

mib1185 commented 3 days ago

as it mentions, since version 2024.2 the tuya integration is now available in HA core, so no need for the custom component anymore.

gonzoweb-git commented 3 days ago

Ah, I understand now. My apologies