Skip to content

Commit

Permalink
cleanup ids and entity_categories
Browse files Browse the repository at this point in the history
  • Loading branch information
heythisisnate committed Jul 8, 2024
1 parent 099d183 commit c871e4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ text_sensor:
- platform: debug
reset_reason:
name: "Reboot Reason"
entity_category: diagnostic

sensor:
- platform: debug
free:
id: heap_free
name: "Heap Free"
entity_category: diagnostic
1 change: 1 addition & 0 deletions packages/wifi-esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ sensor:

- platform: copy
source_id: wifi_signal_db
id: wifi_signal_pct
name: WiFi Signal %
filters:
- lambda: return min(max(2 * (x + 100.0), 0.0), 100.0);
Expand Down

0 comments on commit c871e4a

Please sign in to comment.