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 Binary Sensor platform to Tessie #105421

Merged
merged 18 commits into from
Dec 16, 2023
Merged

Commits on Dec 12, 2023

  1. Add binary platform

    Bre77 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    bbc1234 View commit details
    Browse the repository at this point in the history
  2. Update homeassistant/components/tessie/binary_sensor.py

    Co-authored-by: J. Nick Koston <nick@koston.org>
    Bre77 and bdraco authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    c5a917b View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    ee8433b View commit details
    Browse the repository at this point in the history
  2. Fix ruff

    Bre77 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    3ad52d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15cbfcf View commit details
    Browse the repository at this point in the history
  4. Other fixes

    Bre77 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    f7e1824 View commit details
    Browse the repository at this point in the history
  5. Use super native value

    Bre77 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    50561e3 View commit details
    Browse the repository at this point in the history
  6. Update tests/components/tessie/test_binary_sensors.py

    Co-authored-by: J. Nick Koston <nick@koston.org>
    Bre77 and bdraco authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    0d2cdad View commit details
    Browse the repository at this point in the history
  7. Remove unused issue

    Bre77 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    72e826a View commit details
    Browse the repository at this point in the history
  8. remove unused bracket and ruff

    Bre77 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    4e51c1a View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. change to _value

    Bre77 committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    5c6d7d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f520cd View commit details
    Browse the repository at this point in the history
  3. Use _value

    Bre77 committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    06fd0a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a038f66 View commit details
    Browse the repository at this point in the history
  5. Fix binary logic test

    Bre77 committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    e35fcdf View commit details
    Browse the repository at this point in the history
  6. Tyre to tire

    Bre77 authored Dec 16, 2023
    Configuration menu
    Copy the full SHA
    25ea811 View commit details
    Browse the repository at this point in the history
  7. Update homeassistant/components/tessie/strings.json

    Co-authored-by: J. Nick Koston <nick@koston.org>
    Bre77 and bdraco authored Dec 16, 2023
    Configuration menu
    Copy the full SHA
    b8241da View commit details
    Browse the repository at this point in the history
  8. Fix Tyres everywhere

    Bre77 committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    d33bf27 View commit details
    Browse the repository at this point in the history