Add a missing state to enum for ohme (#37736)

This commit is contained in:
Dan Raper 2025-02-27 20:24:11 +00:00 committed by GitHub
parent 6977e5a8ed
commit 88a4140601
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,7 +77,7 @@ The Ohme integration provides the following entities.
#### Sensors #### Sensors
- **Status** - **Status**
- **Description**: Current status of the charger. Possible states: `Unplugged`, `Pending approval`, `Plugged in`, `Charging`. - **Description**: Current status of the charger. Possible states: `Unplugged`, `Pending approval`, `Plugged in`, `Charging`, `Finished charging`.
- **Available for devices**: all - **Available for devices**: all
- **Power** - **Power**
- **Description**: Power draw from the charger in kW. - **Description**: Power draw from the charger in kW.