Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bkbilly committed Jun 12, 2023
1 parent 67f5fc8 commit c0ef1f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lnxlink/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def setup_discovery_monitoring(self, discovery_template, addon, service):

sensor_type = getattr(addon, 'sensor_type', None)
if sensor_type in ['sensor', 'binary_sensor']:
discovery['expire_after'] = self.config.get('update_interval', 5) * 2
discovery['expire_after'] = self.config.get('update_interval', 5) * 5
if sensor_type is not None:
self.client.publish(
f"homeassistant/{sensor_type}/lnxlink/{discovery['unique_id']}/config",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "lnxlink"
version = "2023.6.0"
version = "2023.6.1"
description = "Internet Of Things (IOT) integration with Linux using MQTT"
readme = "README.md"
keywords = ["lnxlink"]
Expand Down

0 comments on commit c0ef1f1

Please sign in to comment.