Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ITSpecialist111 committed Nov 5, 2024
1 parent b940759 commit 75e8308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1.0"

def __init__(self):
"""Initialize config flow."""
Expand Down
2 changes: 1 addition & 1 deletion custom_components/ai_automation_suggester/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def __init__(
"name": f"AI Automation Suggester ({entry.data.get(CONF_PROVIDER, 'unknown')})",
"manufacturer": "Community",
"model": entry.data.get(CONF_PROVIDER, "unknown"),
"sw_version": "1.08",
"sw_version": "1.1.0",
}
self._entry = entry
self._previous_suggestions = None
Expand Down

0 comments on commit 75e8308

Please sign in to comment.