Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl committed Dec 6, 2023
1 parent 1235ab1 commit a660e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/overkiz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:

# Local API does expose scenarios, but they are not functional.
# Tracked in https://github.com/Somfy-Developer/Somfy-TaHoma-Developer-Mode/issues/21
if APIType.CLOUD:
if api_type == APIType.CLOUD:
scenarios = await client.get_scenarios()
else:
scenarios = []
Expand Down

0 comments on commit a660e2f

Please sign in to comment.