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

Add a service to schedule based on an Octopus Target Rate time #47

Merged
merged 23 commits into from
Jun 29, 2024

Commits on Mar 25, 2024

  1. Add a service to schedule based on an Octopus Target Rate time

    Meatballs1 authored and Meatballs1 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    6a3e948 View commit details
    Browse the repository at this point in the history
  2. services.yaml

    Meatballs1 authored and Meatballs1 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    47eb044 View commit details
    Browse the repository at this point in the history
  3. Try intelligent charging

    Meatballs1 authored and Meatballs1 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    97383ae View commit details
    Browse the repository at this point in the history
  4. Dont add blocks in the past

    Meatballs1 authored and Meatballs1 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    108138e View commit details
    Browse the repository at this point in the history
  5. Add backup schedule, merge continuous times

    Meatballs1 authored and Meatballs1 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    ba9b362 View commit details
    Browse the repository at this point in the history
  6. Refactor into standalone file

    Meatballs1 authored and Meatballs1 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    7b50263 View commit details
    Browse the repository at this point in the history
  7. Fix spelling

    Meatballs1 authored and Meatballs1 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    03ef424 View commit details
    Browse the repository at this point in the history
  8. Remove redundant import

    Meatballs1 authored and Meatballs1 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    5ca13eb View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Add some documentation

    Meatballs1 authored and Meatballs1 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ff280be View commit details
    Browse the repository at this point in the history
  2. Small readme change

    Meatballs1 authored and Meatballs1 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    85ce544 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Fix timezones/DST

    Meatballs1 authored and Meatballs1 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    2ba1ecd View commit details
    Browse the repository at this point in the history
  2. Use datetime.tz instead of pytz

    Meatballs1 authored and Meatballs1 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    0298bf9 View commit details
    Browse the repository at this point in the history
  3. Use HA datetime helpers

    Meatballs1 authored and Meatballs1 committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    3554bdb View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    84c6f05 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Merge branch 'main' into schedule_octopus_agile

    Meatballs1 authored and Meatballs1 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    85747b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Merge branch 'main' into schedule_octopus_agile

    Meatballs1 authored and Meatballs1 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    7427909 View commit details
    Browse the repository at this point in the history
  2. Add missing include

    Meatballs1 authored and Meatballs1 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5d1f03e View commit details
    Browse the repository at this point in the history
  3. Revert "Add missing include"

    This reverts commit 5d1f03e.
    Meatballs1 authored and Meatballs1 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e3dc6db View commit details
    Browse the repository at this point in the history
  4. Fix revert of helper methods\nCheck start time is not before current …

    …time using correct tz
    Meatballs1 authored and Meatballs1 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    dd6131d View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Merge branch 'main' of https://github.com/gndean/home-assistant-hyper…

    …volt-charger into schedule_octopus_agile
    Meatballs committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e015e76 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Merge branch 'main' of https://github.com/gndean/home-assistant-hyper…

    …volt-charger into schedule_octopus_agile
    Meatballs committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    2ac1148 View commit details
    Browse the repository at this point in the history
  2. Add import for ServiceCall

    Meatballs committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    89fdb77 View commit details
    Browse the repository at this point in the history
  3. Apply backup times properly

    Meatballs committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    9ddbaa3 View commit details
    Browse the repository at this point in the history