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

New sensor component : ds248x #6616

Draft
wants to merge 46 commits into
base: dev
Choose a base branch
from
Draft

New sensor component : ds248x #6616

wants to merge 46 commits into from

Commits on Apr 22, 2024

  1. Create __init__.py

    alainstark committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    1e3655a View commit details
    Browse the repository at this point in the history
  2. Create sensor.py

    alainstark committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    524dc67 View commit details
    Browse the repository at this point in the history
  3. Create ds248x.h

    alainstark committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    fe39f28 View commit details
    Browse the repository at this point in the history
  4. Create ds248x.cpp

    alainstark committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4be59c1 View commit details
    Browse the repository at this point in the history
  5. Update ds248x.h

    alainstark committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    18d6b3e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Update sensor.py

    import CONF_CHANNEL from const.py
    alainstark committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    6a74998 View commit details
    Browse the repository at this point in the history
  2. Update __init__.py

    CONF_DS248X_TYPE not match value
    alainstark committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    604325e View commit details
    Browse the repository at this point in the history
  3. Update __init__.py

    Import CONF_TYPE from const.py
    alainstark committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    74cd8ac View commit details
    Browse the repository at this point in the history
  4. Update __init__.py

    Suppress local CONF_TYPE const
    alainstark committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    51f3195 View commit details
    Browse the repository at this point in the history
  5. Update ds248x.h

    Macros not allowed
    alainstark committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    b90f22a View commit details
    Browse the repository at this point in the history
  6. Create test.esp32.yaml

    alainstark committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    1d72e61 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a47ce74 View commit details
    Browse the repository at this point in the history
  8. Create test.esp32-c3.yaml

    alainstark committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    2a76cab View commit details
    Browse the repository at this point in the history
  9. Create test.esp32-idf.yaml

    alainstark committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    da53326 View commit details
    Browse the repository at this point in the history
  10. Create test.esp8266.yaml

    alainstark committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d9bd32b View commit details
    Browse the repository at this point in the history
  11. Create test.rp2040.yaml

    alainstark committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    c4f653b View commit details
    Browse the repository at this point in the history
  12. Update __init__.py

    Missing white space after ','
    alainstark committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    902b8f7 View commit details
    Browse the repository at this point in the history
  13. Update __init__.py

    Unused
    alainstark committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d4a922c View commit details
    Browse the repository at this point in the history
  14. Update __init__.py

    expected 2 blank lines
    alainstark committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    a20be88 View commit details
    Browse the repository at this point in the history
  15. Update __init__.py

    Check black
    alainstark committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    808b87d View commit details
    Browse the repository at this point in the history
  16. Update test.esp32-c3.yaml

    Bad gpio
    alainstark committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    342f92b View commit details
    Browse the repository at this point in the history
  17. Update test.esp32-c3-idf.yaml

    bad gpio
    alainstark committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    996f453 View commit details
    Browse the repository at this point in the history
  18. Update ds248x.h

    check clang
    alainstark committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    858f5ea View commit details
    Browse the repository at this point in the history
  19. Update ds248x.cpp

    check clang
    alainstark committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    d0c7709 View commit details
    Browse the repository at this point in the history
  20. Update ds248x.h

    clang tidy
    alainstark committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    fc219f1 View commit details
    Browse the repository at this point in the history
  21. Update ds248x.cpp

    clang tidy
    alainstark committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    cb82bed View commit details
    Browse the repository at this point in the history
  22. Update ds248x.cpp

    clang format
    alainstark committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    bfe072f View commit details
    Browse the repository at this point in the history
  23. Update ds248x.cpp

    Value stored to 'index' is never read
    alainstark committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    cee308a View commit details
    Browse the repository at this point in the history
  24. Update ds248x.cpp

    variable 'nbr_sensors' set but not used
    alainstark committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    46918f6 View commit details
    Browse the repository at this point in the history
  25. Update ds248x.cpp

    Tailing white space detected
    alainstark committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    2948591 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Update ds248x.cpp

    using nullptr
    alainstark committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    49cfaab View commit details
    Browse the repository at this point in the history
  2. Update ds248x.h

    init pointer to nullptr
    alainstark committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b024c53 View commit details
    Browse the repository at this point in the history
  3. Update ds248x.cpp

    Calling DS248xComponent::write_config_
    alainstark committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    13161b1 View commit details
    Browse the repository at this point in the history
  4. Update ds248x.cpp

    clang tidy
    alainstark committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    dd5f076 View commit details
    Browse the repository at this point in the history
  5. Update ds248x.cpp

    clang format
    alainstark committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    4de9b83 View commit details
    Browse the repository at this point in the history
  6. Update ds248x.cpp

    clang tidy
    alainstark committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    80d1333 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Update __init__.py

    add CODEOWNERS
    alainstark committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    9bfe338 View commit details
    Browse the repository at this point in the history
  2. Update __init__.py

    remove CODEOWNERS
    alainstark committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    f4474ab View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Update __init__.py

    Add CODEOWNERS
    alainstark committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d51c5d2 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Create __init__.py

    Add folder sensor and restructure
    alainstark committed May 9, 2024
    Configuration menu
    Copy the full SHA
    7fc73c7 View commit details
    Browse the repository at this point in the history
  2. Create ds248x_temperature_sensor.h

    Add sensor folder and restructure
    alainstark committed May 9, 2024
    Configuration menu
    Copy the full SHA
    4740759 View commit details
    Browse the repository at this point in the history
  3. Create ds248x_temperature_sensor.cpp

    Add sensor folder and restructure
    alainstark committed May 9, 2024
    Configuration menu
    Copy the full SHA
    19cd5e9 View commit details
    Browse the repository at this point in the history
  4. Delete esphome/components/ds248x/sensor.py

    Add sensor folder and restructure
    alainstark committed May 9, 2024
    Configuration menu
    Copy the full SHA
    4924478 View commit details
    Browse the repository at this point in the history
  5. Update __init__.py

    Add sensor forder and restructure
    alainstark committed May 9, 2024
    Configuration menu
    Copy the full SHA
    877c7af View commit details
    Browse the repository at this point in the history
  6. Update ds248x.cpp

    Add sensor folder and restructure
    alainstark committed May 9, 2024
    Configuration menu
    Copy the full SHA
    8a03ddc View commit details
    Browse the repository at this point in the history
  7. Update ds248x.h

    Add sensor folder and restructure
    alainstark committed May 9, 2024
    Configuration menu
    Copy the full SHA
    0a6698d View commit details
    Browse the repository at this point in the history