def min_color_temp_kelvin(self) -> int: - """Return the warmest color_temp that this light supports.""" + """Return the coldest color_temp that this light supports.""" return color_util.color_temperature_mired_to_kelvin(device.warmest_temperature) def max_color_temp_kelvin(self) -> ...