Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
iMicknl committed Jul 14, 2021
1 parent 4245388 commit 480463e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/tahoma/tahoma_entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,8 @@ def device_info(self) -> Dict[str, Any]:
}

manufacturer = (
self.select_state(CORE_MANUFACTURER, CORE_MANUFACTURER_NAME_STATE)
self.select_attribute(CORE_MANUFACTURER)
or self.select_state(CORE_MANUFACTURER_NAME_STATE)
or "Somfy"
)
model = (
Expand Down

0 comments on commit 480463e

Please sign in to comment.