commit
9b9fd16513
|
|
@ -10,6 +10,6 @@
|
||||||
"issue_tracker": "https://github.com/schizza/SWS-12500-custom-component/issues",
|
"issue_tracker": "https://github.com/schizza/SWS-12500-custom-component/issues",
|
||||||
"requirements": [],
|
"requirements": [],
|
||||||
"ssdp": [],
|
"ssdp": [],
|
||||||
"version": "0.1.3",
|
"version": "0.1.3.4",
|
||||||
"zeroconf": []
|
"zeroconf": []
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -209,4 +209,4 @@ def chill_index(data: Any) -> UnitOfTemperature:
|
||||||
+ (0.4275 * (temp * (wind**0.16)))
|
+ (0.4275 * (temp * (wind**0.16)))
|
||||||
),
|
),
|
||||||
2,
|
2,
|
||||||
)
|
) if temp < 50 and wind > 3 else temp
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue