I just integrated a samsung air conditioner into Smartthings and it is not added to Home Assistant. I have seen that 4 sensors are added (although in unknown state) but not a climate sensor.
This is logger:
Logger: homeassistant.components.climate
Source: util/temperature.py:31
Integration: Climatización ([documentation](https://www.home-assistant.io/integrations/climate), [issues](https://github.com/home-assistant/home-assistant/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+climate%22))
First occurred: 11:39:44 (4 occurrences)
Last logged: 11:52:16
* Error adding entities for domain climate with platform smartthings
* Error while setting up smartthings platform for climate
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 317, in async_add_entities
await asyncio.gather(*tasks)
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 424, in _async_add_entity
capabilities=entity.capability_attributes,
File "/usr/src/homeassistant/homeassistant/components/climate/__init__.py", line 189, in capability_attributes
self.hass, self.min_temp, self.temperature_unit, self.precision
File "/usr/src/homeassistant/homeassistant/components/climate/__init__.py", line 497, in min_temp
return convert_temperature(
File "/usr/src/homeassistant/homeassistant/util/temperature.py", line 31, in convert
raise ValueError(UNIT_NOT_RECOGNIZED_TEMPLATE.format(to_unit, TEMPERATURE))
ValueError: None is not a recognized temperature unit.