Skip to content

Commit

Permalink
v0.24.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dudanov committed Feb 25, 2025
1 parent 349a33b commit fd6d266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion custom_components/ftms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
]

_LOGGER = logging.getLogger(__name__)
logging.getLogger("pyftms").setLevel(_LOGGER.level)

type FtmsConfigEntry = ConfigEntry[FtmsData]

Expand Down
3 changes: 2 additions & 1 deletion custom_components/ftms/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
"iot_class": "local_push",
"issue_tracker": "https://github.com/dudanov/hassio-ftms/issues",
"requirements": ["pyftms==0.4.10"],
"version": "0.24.5"
"loggers": ["pyftms"],
"version": "0.24.6"
}

0 comments on commit fd6d266

Please sign in to comment.