Skip to content

Commit

Permalink
Fix warning in HA.
Browse files Browse the repository at this point in the history
  • Loading branch information
h4de5 committed Jun 17, 2024
1 parent e0097e4 commit 937b629
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions custom_components/toshiba_ac/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ def __init__(self, toshiba_device: ToshibaAcDevice):
"""Initialize the climate."""
super().__init__(toshiba_device)

self._enable_turn_on_off_backwards_compatibility = False
self._attr_unique_id = f"{self._device.ac_unique_id}_climate"
self._attr_fan_modes = get_feature_list(self._device.supported.ac_fan_mode)
self._attr_swing_modes = get_feature_list(self._device.supported.ac_swing_mode)
Expand Down
2 changes: 1 addition & 1 deletion custom_components/toshiba_ac/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"issue_tracker": "https://github.com/h4de5/home-assistant-toshiba_ac/issues",
"requirements": ["toshiba-ac==0.3.4","janus==1.0.0"],
"ssdp": [],
"version": "2024.6.0",
"version": "2024.6.1",
"zeroconf": []
}
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
toshiba-ac==0.3.4
janus==1.0.0

0 comments on commit 937b629

Please sign in to comment.