Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

API changes for Homeassistant #930

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Aug 7, 2024

  1. Update api.py

    If you want to get the trips with Homeassistant RESTful Sensor into an attribute (e.g. to create a table) you need a json attribute. So we have to implement a attribute with the array to parse the trip data to homeassistant
    tobilektri authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    330fa9c View commit details
    Browse the repository at this point in the history
  2. Update api.py

    If you want to get the chargings with Homeassistant RESTful Sensor into an attribute (e.g. to create a table) you need a json attribute. So we have to implement a attribute with the array to parse the charge data to homeassistant
    tobilektri authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ec96f59 View commit details
    Browse the repository at this point in the history
  3. Update api.py

    tobilektri authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    20028c3 View commit details
    Browse the repository at this point in the history