Skip to content

Commit

Permalink
Merge pull request #138 from h4de5/feature/fix-2023-8-release
Browse files Browse the repository at this point in the history
Feature/fix HA 2023.8 release
  • Loading branch information
h4de5 authored Aug 5, 2023
2 parents 0ff75f4 + 904013a commit ca0015a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions custom_components/toshiba_ac/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ def __init__(self, toshiba_device: ToshibaAcDevice) -> None:
self._device = toshiba_device
self._attr_device_info = DeviceInfo(
identifiers={(DOMAIN, self._device.ac_unique_id)},
account=self._device.ac_id,
device_id=self._device.device_id,
model=self._device.device_id,
manufacturer="Toshiba",
name=self._device.name,
sw_version=self._device.firmware_version,
Expand Down
4 changes: 2 additions & 2 deletions custom_components/toshiba_ac/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"homekit": {},
"iot_class": "cloud_push",
"issue_tracker": "https://github.com/h4de5/home-assistant-toshiba_ac/issues",
"requirements": ["toshiba-ac==0.3.2"],
"requirements": ["toshiba-ac==0.3.3"],
"ssdp": [],
"version": "2023.5.1",
"version": "2023.8.0",
"zeroconf": []
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
toshiba-ac==0.3.2
toshiba-ac==0.3.3
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r requirements.txt
homeassistant==2022.11.0
homeassistant==2023.3.0
pre-commit

0 comments on commit ca0015a

Please sign in to comment.