Skip to content

Commit

Permalink
Add uptime sensor, move to 2024.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenpapierski committed Aug 28, 2024
1 parent 8258232 commit 5fb38f4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bed-presence-mk1.factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ packages:
esphome:
project:
name: ElevatedSensors.BedPresenceMk1
version: 2024.8.0
version: 2024.9.0

# Allow ESPHome Adoption
dashboard_import:
Expand Down
5 changes: 5 additions & 0 deletions bed-presence-mk1/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ sensor:
entity_category: "diagnostic"
device_class: ""

- platform: uptime
type: seconds
id: uptime
name: "Uptime"

binary_sensor:
- platform: template
name: Bed Occupied Both (Fast)
Expand Down
2 changes: 1 addition & 1 deletion static/bed-presence-mk1/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ breadcrumb_list:
url: /bed-presence-mk1
---

## 2024.8.0
## 2024.9.0
- Initial Release

0 comments on commit 5fb38f4

Please sign in to comment.