mirror of
https://github.com/andvikt/mega_hacs.git
synced 2025-12-08 07:34:27 +05:00
@@ -1,5 +1,5 @@
|
||||
[bumpversion]
|
||||
current_version = 1.1.8b1
|
||||
current_version = 1.1.8b2
|
||||
parse = (?P<major>\d+)(\.(?P<minor>\d+))(\.(?P<patch>\d+))(?P<release>[bf]*)(?P<build>\d*)
|
||||
commit = True
|
||||
tag = True
|
||||
|
||||
@@ -264,7 +264,7 @@ class MegaRGBW(LightEntity, BaseMegaEntity):
|
||||
if item == "rgb_color":
|
||||
_after = map_reorder_rgb(value, RGB, self._color_order)
|
||||
_after = _after or self.get_rgbw()
|
||||
self._rgb_color = tuple(_after[:3])
|
||||
self._rgb_color = map_reorder_rgb(tuple(_after[:3]), self._color_order, RGB)
|
||||
if transition is None:
|
||||
transition = self.smooth.total_seconds()
|
||||
ratio = self.calc_speed_ratio(_before, _after)
|
||||
|
||||
@@ -15,5 +15,5 @@
|
||||
"@andvikt"
|
||||
],
|
||||
"issue_tracker": "https://github.com/andvikt/mega_hacs/issues",
|
||||
"version": "v1.1.8b1"
|
||||
"version": "v1.1.8b2"
|
||||
}
|
||||
Reference in New Issue
Block a user