Skip to content

Commit

Permalink
Update to 1.1.2
Browse files Browse the repository at this point in the history
Changes to up/downgrade paths
  • Loading branch information
ITSpecialist111 committed Nov 12, 2024
1 parent b329a22 commit 1ee1ae1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/ai_automation_suggester/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"pyyaml>=6.0",
"voluptuous>=0.13.1"
],
"version": "1.1.0"
"version": "1.1.2"
}
4 changes: 2 additions & 2 deletions 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.1.0",
"sw_version": "1.1.2",
}
self._entry = entry
self._previous_suggestions = None
Expand Down Expand Up @@ -168,7 +168,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.2",
}
self._entry = entry
self._attr_native_value = STATE_UNKNOWN
Expand Down

0 comments on commit 1ee1ae1

Please sign in to comment.