Skip to content

Commit

Permalink
Corrected class name in config_flow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
beecho01 committed Nov 10, 2024
1 parent 000ccf2 commit 160f21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/material_symbols/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
DOMAIN = "material_symbols"

@config_entries.HANDLERS.register(DOMAIN)
class FontawesomeConfigFlow(config_entries.ConfigFlow):
class MaterialSymbolsConfigFlow(config_entries.ConfigFlow):

VERSION = 2

Expand Down

0 comments on commit 160f21e

Please sign in to comment.