diff --git a/habapp_rules/actors/light_hcl.py b/habapp_rules/actors/light_hcl.py index 2b769e7..6857bec 100644 --- a/habapp_rules/actors/light_hcl.py +++ b/habapp_rules/actors/light_hcl.py @@ -35,6 +35,7 @@ def __init__(self, name_color: str, config: list[tuple[float, float]]): :param config: config for HCL rule """ HABApp.Rule.__init__(self) + self.rule_name += name_color self._config = self._get_sorted_config(config) self._item_color = HABApp.openhab.items.NumberItem.get_item(name_color)