Remove scale calculation for climacell cloud cover (#52752)

This commit is contained in:
apaperclip 2021-07-08 12:10:05 -04:00 committed by GitHub
parent eb735b6162
commit 49181d6ba8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 6 deletions

View file

@ -214,7 +214,6 @@ CC_SENSOR_TYPES = [
ATTR_FIELD: CC_ATTR_CLOUD_COVER,
ATTR_NAME: "Cloud Cover",
CONF_UNIT_OF_MEASUREMENT: PERCENTAGE,
ATTR_SCALE: 1 / 100,
},
{
ATTR_FIELD: CC_ATTR_WIND_GUST,