We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc6d559 commit 46c17aeCopy full SHA for 46c17ae
1 file changed
plugwise/constants.py
@@ -512,16 +512,16 @@ class DeviceData(TypedDict, total=False):
512
513
# Appliance base data
514
dev_class: str
515
- firmware: str | None
+ firmware: str
516
hardware: str
517
location: str
518
- mac_address: str | None
+ mac_address: str
519
members: list[str]
520
model: str
521
model_id: str
522
name: str
523
vendor: str
524
- zigbee_mac_address: str | None
+ zigbee_mac_address: str
525
526
# For temporary use
527
cooling_enabled: bool
0 commit comments