Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion source/_integrations/openevse.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ha_codeowners:
ha_domain: openevse
ha_zeroconf: true
ha_platforms:
- button
- number
- sensor
ha_integration_type: device
Expand All @@ -28,8 +29,17 @@ The **OpenEVSE** {% term integration %} allows you to monitor your [OpenEVSE](ht

{% include integrations/config_flow.md %}

## Configuration
## Supported functionality

The **OpenEVSE** integration provides the following entities:


Comment on lines +32 to +36

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Supported functionality
The **OpenEVSE** integration provides the following entities:

removing this section as it will conflict with https://github.com/home-assistant/home-assistant.io/pull/45822/changes

### Buttons

The integration provides the following button entities to perform actions. The default names are listed below:

- **Restart EVSE**: Restarts the charging module.
- **Restart Wi-Fi**: Restarts the Wi-Fi module.

## Sensors

Expand Down