Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeath authored Jun 6, 2024
1 parent 1ab99b8 commit 22c6cf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/hubspace/hubspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def getModelFromMetadata(self, model, deviceClass, defaultName, defaultImage):
if model == "" and defaultImage == "ceiling-fan-vinings-icon":
model = "VinwoodFan"
if deviceClass == "fan" and model == "TBD" and defaultImage == "ceiling-fan-chandra-icon":
model = "ZandraFan
model = "ZandraFan"
if model == "TBD" and defaultImage == "ceiling-fan-ac-cct-dardanus-icon":
model = "NevaliFan"
if deviceClass == "fan" and model == "" and defaultImage == "ceiling-fan-slender-icon":
Expand Down Expand Up @@ -284,7 +284,7 @@ def getChildInfoById(self, childId):
if model == "" and defaultImage == "ceiling-fan-vinings-icon":
model = "VinwoodFan"
if deviceClass == "fan" and model == "TBD" and defaultImage == "ceiling-fan-chandra-icon":
model = "ZandraFan
model = "ZandraFan"
if model == "TBD" and defaultImage == "ceiling-fan-ac-cct-dardanus-icon":
model = "NevaliFan"
if deviceClass == "fan" and model == "" and defaultImage == "ceiling-fan-slender-icon":
Expand Down

0 comments on commit 22c6cf4

Please sign in to comment.