Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
fix: вернул запросы к api
Browse files Browse the repository at this point in the history
  • Loading branch information
Александр Тумайкин authored and Александр Тумайкин committed Apr 6, 2021
1 parent 529dd3d commit d4e7af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/electrolux_remote/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async def async_setup_entry(hass: HomeAssistant, config_entry: ConfigEntry, asyn
devices = []

try:
api = TestApi(
api = RusclimatApi(
host=data["host"],
username=data["username"],
password=data["password"],
Expand Down

0 comments on commit d4e7af2

Please sign in to comment.