Custom PS3 Integration: Issues with climate platform

Hi everyone!

Currently developing an integration for the PS3, like I also explained in my previous post: Custom PS3 Integration: Issues with notify platform

I implemented a climate entity for the fan control (given that it also accepts a target temp for the CPU and a temp reading). Everything works ok except for the fact that I get the following log when starting up:

Even though I set the correct supported features. My code for the climate entity can be checked out at ps3-home-assistant/custom_components/ps3/climate.py at 2f3a50ab49461d8b1b00f0a1df8d2a2133774a32 · SDR3078/ps3-home-assistant · GitHub

Thanks!

Have you set

_enable_turn_on_off_backwards_compatibility = False

on your climate class?

I do not understand why this is needed but it is and will keep showing the error until it is set.

@msp1974 , thanks again, solved it! :smiley: