Skip to content

Commit

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

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

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

button:
Expand Down

0 comments on commit b66a407

Please sign in to comment.