Skip to content

Commit

Permalink
Add energy_storage and volume_storage sensor device classes (#2611)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophCaina authored Apr 11, 2023
1 parent b4c8bec commit 71570de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/language-service/src/schemas/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export type DeviceClassesSensor =
| "distance"
| "duration"
| "energy"
| "energy_storage"
| "enum"
| "frequency"
| "gas"
Expand Down Expand Up @@ -126,6 +127,7 @@ export type DeviceClassesSensor =
| "volatile_organic_compounds"
| "voltage"
| "volume"
| "volume_storage"
| "water"
| "weight"
| "wind_speed";
Expand Down

0 comments on commit 71570de

Please sign in to comment.