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

Commit

Permalink
Merge pull request #166 from elmigbot/master
Browse files Browse the repository at this point in the history
Fixed my typo
  • Loading branch information
robmarkcole authored Dec 13, 2019
2 parents ced07e8 + 48203a2 commit d1b6da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/huesensor/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def parse_hue_api_response(sensors):
_key = modelid + "_" + sensor["uniqueid"][-14:-3] ###needed for uniqueness
if modelid == "FOH":
data_dict[_key] = parse_foh(sensor)
elif modlid == "ZGP":
elif modelid == "ZGP":
data_dict[_key] = parse_zgp(sensor)

elif modelid == "Z3-": #### Newest Model ID / Lutron Aurora / Hue Bridge treats it as two sensors, I wanted them combined
Expand Down

0 comments on commit d1b6da2

Please sign in to comment.