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

Return detailed forecast values in implied metric units #78

Merged
merged 28 commits into from
Mar 26, 2022
Merged

Return detailed forecast values in implied metric units #78

merged 28 commits into from
Mar 26, 2022

Commits on Mar 13, 2022

  1. Configuration menu
    Copy the full SHA
    3a1238d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16e9d5a View commit details
    Browse the repository at this point in the history
  3. Use Detail enum values

    lymanepp committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    344697a View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

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

Commits on Mar 15, 2022

  1. Configuration menu
    Copy the full SHA
    df0b27f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da6fdab View commit details
    Browse the repository at this point in the history
  3. Fix pylint error

    lymanepp committed Mar 15, 2022
    Configuration menu
    Copy the full SHA
    217dc30 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    aa7d847 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/add-times-to-hourly-forecast' in…

    …to detailed-forecast-units
    lymanepp committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    9d16541 View commit details
    Browse the repository at this point in the history
  3. Add detailed doc strings

    lymanepp committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    32c9698 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bea2de9 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

  1. Configuration menu
    Copy the full SHA
    18d7675 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    lymanepp committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    ada608f View commit details
    Browse the repository at this point in the history
  3. Cleanup

    lymanepp committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    6aaeb09 View commit details
    Browse the repository at this point in the history
  4. Revert cleanup (black)

    lymanepp committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    c6a6f67 View commit details
    Browse the repository at this point in the history
  5. Use relative imports

    lymanepp committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    578f958 View commit details
    Browse the repository at this point in the history
  6. Cleanup

    lymanepp committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    805af79 View commit details
    Browse the repository at this point in the history
  7. Change default # hours to 24

    lymanepp committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    2116bc4 View commit details
    Browse the repository at this point in the history
  8. Copy latest StrEnum from HA backports/enum.py

    Use Detail enum to include raw properties
    lymanepp committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    57aa2ff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bc46bda View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. Configuration menu
    Copy the full SHA
    c8bbdca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15eb25f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f86884 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c37c21 View commit details
    Browse the repository at this point in the history
  5. Type hinting cleanup

    lymanepp committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    0203ad4 View commit details
    Browse the repository at this point in the history
  6. Update type hints

    lymanepp committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    1d46017 View commit details
    Browse the repository at this point in the history
  7. Fixing type hints

    lymanepp committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    baaf73d View commit details
    Browse the repository at this point in the history
  8. Revert workarounds

    lymanepp committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    4abd522 View commit details
    Browse the repository at this point in the history