Add time and number platforms to ohme (#37055)

* Add ohme number platform

* Add time platform
This commit is contained in:
Dan Raper 2025-01-25 19:42:31 +00:00 committed by GitHub
parent 91b79b6757
commit b0ead73267
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,7 @@ ha_config_flow: true
ha_domain: ohme ha_domain: ohme
ha_platforms: ha_platforms:
- button - button
- number
- sensor - sensor
- switch - switch
ha_quality_scale: silver ha_quality_scale: silver
@ -56,6 +57,12 @@ The Ohme integration provides the following entities.
- **Description**: If sensor **Status** is `Pending approval`, this will approve the charge. - **Description**: If sensor **Status** is `Pending approval`, this will approve the charge.
- **Available for devices**: all - **Available for devices**: all
#### Numbers
- **Target percentage**
- **Description**: Sets the charge target for your vehicle.
- **Available for devices**: all
#### Sensors #### Sensors
- **Status** - **Status**
@ -86,6 +93,12 @@ The Ohme integration provides the following entities.
- **Description**: Turn off the screen of the device after a few minutes of inactivity. - **Description**: Turn off the screen of the device after a few minutes of inactivity.
- **Available for devices**: Home Pro - **Available for devices**: Home Pro
#### Times
- **Target time**
- **Description**: Sets the time you need your vehicle charged by.
- **Available for devices**: all
## Actions ## Actions
The integration provides the following actions. The integration provides the following actions.