We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 685373a + 66bdc7a commit d61a642Copy full SHA for d61a642
hue2mqtt/schema.py
@@ -77,7 +77,7 @@ class GroupInfo(BaseModel):
77
type: str
78
state: GroupState
79
80
- group_class: Optional[str] = Field(..., alias="class")
+ group_class: Optional[str] = Field(default=None, alias="class")
81
82
action: LightState
83
0 commit comments