Skip to content

Commit

Permalink
0.9.6.5 Updated manifest and added config schema
Browse files Browse the repository at this point in the history
  • Loading branch information
davesmeghead committed Jul 27, 2024
1 parent 0dfa074 commit 25c2456
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions custom_components/visonic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@

_LOGGER = logging.getLogger(__name__)

CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)

# the 5 schemas for the HA service calls
ALARM_SCHEMA_EVENTLOG = vol.Schema(
{
Expand Down
2 changes: 1 addition & 1 deletion custom_components/visonic/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
# "trigger",
#]

CLIENT_VERSION = "0.9.6.4"
CLIENT_VERSION = "0.9.6.5"

MAX_CLIENT_LOG_ENTRIES = 300

Expand Down

0 comments on commit 25c2456

Please sign in to comment.