Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank van Viegen committed Jun 17, 2021
1 parent 0300b7e commit e5e83bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emulated_hue/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ async def __async_get_all_lights(self) -> dict:

async def __normalize_local_item(
self, data: Any, itemtype: str
) -> str:
) -> None:
"""Apply any logic to data, before it is ready to be saved."""
if itemtype == "groups":
if "class" not in data and data["type"] in ["LightGroup", "Room", "Zone"]:
Expand Down

0 comments on commit e5e83bd

Please sign in to comment.