Skip to content

Commit

Permalink
Update version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacheryThomas committed Jan 8, 2025
1 parent 04ab8aa commit 806705c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions custom_components/smartrent/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"iot_class": "cloud_push",
"issue_tracker": "https://github.com/ZacheryThomas/homeassistant-smartrent/issues",
"requirements": [
"smartrent-py==0.4.6"
"smartrent-py==0.5.0"
],
"version": "0.4.8"
"version": "0.5.0"
}
2 changes: 1 addition & 1 deletion custom_components/smartrent/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from homeassistant.components.sensor import SensorEntity, SensorStateClass
from homeassistant.const import PERCENTAGE, UnitOfTemperature
from homeassistant.helpers.device_registry import DeviceEntryType
from smartrent import DoorLock, Thermostat, Sensor
from smartrent import DoorLock, Sensor, Thermostat
from smartrent.api import API

from .const import CONFIGURATION_URL, PROPER_NAME
Expand Down

0 comments on commit 806705c

Please sign in to comment.