fix import

This commit is contained in:
Johannes Braun
2022-03-22 19:29:12 +01:00
parent da3ae4b78d
commit aae3aa9e62

View File

@@ -2,7 +2,7 @@ import json
import datetime
import hassapi as hass
from helper import scale, pos_to_color, rgb_dec565, rgb_brightness
from icon_mapper import get_icon_id
from icon_mapping import get_icon_id
from icons import get_icon_id_ha, map_to_mdi_name
# check Babel
import importlib