mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add select platform to ohme (#37115)
This commit is contained in:
parent
38a30c9326
commit
a8e66bea79
@ -13,8 +13,10 @@ ha_domain: ohme
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- button
|
- button
|
||||||
- number
|
- number
|
||||||
|
- select
|
||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
|
- time
|
||||||
ha_quality_scale: silver
|
ha_quality_scale: silver
|
||||||
ha_integration_type: device
|
ha_integration_type: device
|
||||||
---
|
---
|
||||||
@ -63,6 +65,12 @@ The Ohme integration provides the following entities.
|
|||||||
- **Description**: Sets the charge target for your vehicle.
|
- **Description**: Sets the charge target for your vehicle.
|
||||||
- **Available for devices**: all
|
- **Available for devices**: all
|
||||||
|
|
||||||
|
#### Selects
|
||||||
|
|
||||||
|
- **Charger mode**
|
||||||
|
- **Description**: Sets the mode of the charger. Possible options: `Smart charge`, `Max charge`, `Paused`. This is only available with a vehicle plugged in.
|
||||||
|
- **Available for devices**: all
|
||||||
|
|
||||||
#### Sensors
|
#### Sensors
|
||||||
|
|
||||||
- **Status**
|
- **Status**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user