r-renato / ha-climacell-weather

Climacell weather provider integration is a custom component for Home Assistant. The climacell platform uses the Climacell API as a source for meteorological data for your location.
MIT License
46 stars 10 forks source link

Return decimals for Temperature and Feels Like #5

Closed Chompas closed 4 years ago

Chompas commented 4 years ago

I noticed that the climacell api returns a number for all their numeric values but for the fields temp and feels_like I always receive a number without decimals. Is it possible to receive the whole number?

r-renato commented 4 years ago

Hi, the component don't apply any data transformation. The sensors expose the provider data without filters or transformations.

Thanks Renato