Skip to content

Commit

Permalink
bump version to 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DasBasti committed Dec 21, 2024
1 parent 61db18d commit 49c46dc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions custom_components/smarthashtag/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
NAME = "Smart"
DOMAIN = "smarthashtag"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "0.5.3"
VERSION = "0.5.5"

ATTRIBUTION = "Data provided by http://smart.com/"
ISSUE_URL = "https://github.com/DasBasti/SmartHashtag/issues"
Expand All @@ -22,7 +22,8 @@
DEVICE_TRACKER = "device_tracker"
SWITCH = "switch"
CLIMATE = "climate"
PLATFORMS = [SENSOR, DEVICE_TRACKER, CLIMATE, SWITCH]
SELECT = "select"
PLATFORMS = [SENSOR, DEVICE_TRACKER, CLIMATE, SELECT, SWITCH]


# Configuration and options
Expand Down
4 changes: 2 additions & 2 deletions custom_components/smarthashtag/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"integration_type": "device",
"iot_class": "cloud_polling",
"issue_tracker": "https://github.com/DasBasti/SmartHashtag/issues",
"requirements": ["pysmarthashtag==0.5.1"],
"version": "0.5.4"
"requirements": ["pysmarthashtag==0.6.2"],
"version": "0.5.5"
}

0 comments on commit 49c46dc

Please sign in to comment.