diff --git a/custom_components/material_symbols/config_flow.py b/custom_components/material_symbols/config_flow.py index 7a5628b78..7cff9c067 100644 --- a/custom_components/material_symbols/config_flow.py +++ b/custom_components/material_symbols/config_flow.py @@ -7,7 +7,7 @@ DOMAIN = "material_symbols" @config_entries.HANDLERS.register(DOMAIN) -class FontawesomeConfigFlow(config_entries.ConfigFlow): +class MaterialSymbolsConfigFlow(config_entries.ConfigFlow): VERSION = 2