Skip to content

Commit

Permalink
add ID to uptime entity
Browse files Browse the repository at this point in the history
  • Loading branch information
heythisisnate committed Jun 14, 2024
1 parent decadc5 commit 61e5873
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/core-esp32-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ text_sensor:
sensor:
- platform: uptime
name: Uptime
id: uptime
entity_category: diagnostic

button:
Expand Down
1 change: 1 addition & 0 deletions packages/core-esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ text_sensor:
sensor:
- platform: uptime
name: Uptime
id: uptime
entity_category: diagnostic

button:
Expand Down
1 change: 1 addition & 0 deletions packages/core-esp8266.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ text_sensor:
sensor:
- platform: uptime
name: Uptime
id: uptime
entity_category: diagnostic

button:
Expand Down

0 comments on commit 61e5873

Please sign in to comment.