Skip to content

Commit

Permalink
Add missing device classes for entity-registry-settings-editor (#19231)
Browse files Browse the repository at this point in the history
* Add connectivity device class for binary sensors

* Add update device class

* Separate connectivity and update
  • Loading branch information
joshmcrty authored Jan 2, 2024
1 parent 53a25dd commit def2ead
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/panels/config/entities/entity-registry-settings-editor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ const OVERRIDE_DEVICE_CLASSES = {
"carbon_monoxide",
"moisture",
], // Alarm
["connectivity"], // Connectivity
["update"], // Update
],
};

Expand Down

0 comments on commit def2ead

Please sign in to comment.