Skip to content

Commit

Permalink
feat: add usps mail delivered binary sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 committed Jun 22, 2024
1 parent 130c5c9 commit cbd5e2e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions custom_components/mail_and_packages/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -1130,6 +1130,11 @@
key="amazon_update",
device_class=BinarySensorDeviceClass.UPDATE,
),
"usps_mail_delivered": BinarySensorEntityDescription(
name="USPS Mail Delivered",
key="usps_mail_delivered",
device_class=BinarySensorDeviceClass.UPDATE,
),
}

# Name
Expand Down

0 comments on commit cbd5e2e

Please sign in to comment.