Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: philippelt/netatmo-api-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: JurgenLB/netatmo-api-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 11, 2025

  1. Merge pull request #1 from philippelt/master

    Merge pull request #98 from JurgenLB/master to close #94
    JurgenLB authored Jun 11, 2025
    Configuration menu
    Copy the full SHA
    71c2b87 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2025

  1. Configuration menu
    Copy the full SHA
    5227e5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee78cef View commit details
    Browse the repository at this point in the history
  3. Raise exception when server response is None.

    Added error handling for server response in multiple locations.
    JurgenLB authored Nov 1, 2025
    Configuration menu
    Copy the full SHA
    3d24447 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2025

  1. Remove duplicate response check in authentication

    Removed redundant check for server response before raising AuthFailure.
    JurgenLB authored Nov 2, 2025
    Configuration menu
    Copy the full SHA
    8134efc View commit details
    Browse the repository at this point in the history
  2. Remove unwanted check

    Removed redundant authentication error checks from multiple requests.
    JurgenLB authored Nov 2, 2025
    Configuration menu
    Copy the full SHA
    cdb818a View commit details
    Browse the repository at this point in the history
  3. Add runtime warnings for deprecated classes

    Added runtime warning for deprecated User and HomeData classes.
    JurgenLB authored Nov 2, 2025
    Configuration menu
    Copy the full SHA
    681a0df View commit details
    Browse the repository at this point in the history
  4. Revise deprecation warnings

    Updated deprecation warnings for User and HomeData classes.
    JurgenLB authored Nov 2, 2025
    Configuration menu
    Copy the full SHA
    9b03bfb View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2026

  1. Deprecate classes and add example functions

    Mark several classes and their constructors as deprecated. Add example functions for HomeStatus, ThermostatData, HomesData, and HomeCoach with exception handling.
    JurgenLB authored Jan 25, 2026
    Configuration menu
    Copy the full SHA
    d9178b6 View commit details
    Browse the repository at this point in the history
  2. Refine device categories

    Updated device categories for Bticino and thermostat components to include both Home Control and Energy.
    
    The Energy category will be removed in the near future,
    In the Energy App there is already a message to be replaced by 'Home + Control'
    JurgenLB authored Jan 25, 2026
    Configuration menu
    Copy the full SHA
    86d90a5 View commit details
    Browse the repository at this point in the history
Loading