v1.2.0
What's New
Home Charger Schedule Control (Fixes #57)
You can now view and control the charging schedule for your home ChargePoint charger directly from Home Assistant. The schedule defines when charging begins after plugging in.
New entities per home charger:
| Entity | Type | Description |
|---|---|---|
| Charging Schedule | switch |
Enable or disable the charging schedule |
| Weekday Schedule Start | time |
Time charging begins on weekdays |
| Weekday Schedule End | time |
Time charging ends on weekdays |
| Weekend Schedule Start | time |
Time charging begins on weekends |
| Weekend Schedule End | time |
Time charging ends on weekends |
The time entities read from your saved user schedule (or the charger's default schedule if no user schedule is set). Setting a time entity automatically saves the updated schedule to ChargePoint. Turning the switch off disables the schedule without erasing it.
Library Bump
Updated python-chargepoint requirement to >=2.3.0.