File tree Expand file tree Collapse file tree
modules/web_themes/standard_legacy Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747from modules .devices .sungrow .sungrow .version import Version
4848from modules .display_themes .cards .config import CardsDisplayTheme
4949from modules .io_actions .controllable_consumers .ripple_control_receiver .config import RippleControlReceiverSetup
50- from modules .web_themes .standard_legacy .config import StandardLegacyWebTheme
50+ from modules .web_themes .koala .config import KoalaWebTheme
5151from modules .devices .good_we .good_we .version import GoodWeVersion
5252
5353log = logging .getLogger (__name__ )
@@ -569,7 +569,7 @@ class UpdateConfig:
569569 ("openWB/general/prices/pv" , Prices ().pv ),
570570 ("openWB/general/range_unit" , "km" ),
571571 ("openWB/general/temporary_charge_templates_active" , False ),
572- ("openWB/general/web_theme" , dataclass_utils .asdict (StandardLegacyWebTheme ())),
572+ ("openWB/general/web_theme" , dataclass_utils .asdict (KoalaWebTheme ())),
573573 ("openWB/graph/config/duration" , 120 ),
574574 ("openWB/internal_chargepoint/0/data/parent_cp" , None ),
575575 ("openWB/internal_chargepoint/1/data/parent_cp" , None ),
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def __init__(self,
1414@auto_str
1515class StandardLegacyWebTheme :
1616 def __init__ (self ,
17- name : str = "Standard " ,
17+ name : str = "Classic " ,
1818 type : str = "standard_legacy" ,
1919 official : bool = True ,
2020 configuration : StandardLegacyWebThemeConfiguration = None ) -> None :
You can’t perform that action at this time.
0 commit comments