mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update sensor.openevse.markdown configuration (#7113)
* Update sensor.openevse.markdown * Update sensor.openevse.markdown * Update sensor.openevse.markdown Copy/paste error. * Add periods
This commit is contained in:
parent
9f017aeff3
commit
83f53e34ab
@ -29,14 +29,28 @@ sensor:
|
|||||||
- status
|
- status
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
host:
|
||||||
- **host** (*Required*): The IP address or hostname of your charger
|
description: The IP address or hostname of your charger.
|
||||||
- **monitored_variables** array (*Required*): Conditions to display on the frontend.
|
required: true
|
||||||
- **status**: The status of the charger (i.e., "Connected", "Charging", etc.)
|
type: string
|
||||||
- **charge_time**: The number of minutes the charging has been charging, or 0 if it is not charging.
|
monitored_variables:
|
||||||
- **rtc_temp**: The temperature reported by the real time clock sensor, or 0 if the sensor is not installed.
|
description: Conditions to display on the frontend.
|
||||||
- **ir_temp**: The temperature reported by the IR remote sensor, or 0 if the sensor is not installed.
|
required: true
|
||||||
- **ambient_temp**: The temperature reported by the ambient sensor, or 0 if the sensor is not installed.
|
type: list
|
||||||
- **usage_session**: The energy usage for the current charging session.
|
keys:
|
||||||
- **usage_total**: The total energy usage for the device.
|
status:
|
||||||
|
description: The status of the charger (i.e., "Connected", "Charging", etc.).
|
||||||
|
charge_time:
|
||||||
|
description: The number of minutes the charging has been charging, or 0 if it is not charging.
|
||||||
|
rtc_temp:
|
||||||
|
description: The temperature reported by the real time clock sensor, or 0 if the sensor is not installed.
|
||||||
|
ir_temp:
|
||||||
|
description: The temperature reported by the IR remote sensor, or 0 if the sensor is not installed.
|
||||||
|
ambient_temp:
|
||||||
|
description: The temperature reported by the ambient sensor, or 0 if the sensor is not installed.
|
||||||
|
usage_session:
|
||||||
|
description: The energy usage for the current charging session.
|
||||||
|
usage_total:
|
||||||
|
description: The total energy usage for the device.
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user