Skip to content

Commit

Permalink
Update config_flow.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ITSpecialist111 committed Nov 5, 2024
1 parent 75e8308 commit 24957ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/ai_automation_suggester/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ async def validate_custom_openai(self, endpoint: str, api_key: Optional[str]) ->
class AIAutomationConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
"""Handle a config flow for AI Automation Suggester."""

VERSION = "1.1.0"
VERSION = 1

def __init__(self):
"""Initialize config flow."""
Expand Down

0 comments on commit 24957ac

Please sign in to comment.