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

Suez water #23844

Merged
merged 38 commits into from
Jul 23, 2019
Merged

Suez water #23844

merged 38 commits into from
Jul 23, 2019

Commits on May 10, 2019

  1. Add suez water sensor

    Radar committed May 10, 2019
    Configuration menu
    Copy the full SHA
    ca3df87 View commit details
    Browse the repository at this point in the history
  2. flake8 test

    Radar committed May 10, 2019
    Configuration menu
    Copy the full SHA
    6060924 View commit details
    Browse the repository at this point in the history
  3. pylint test

    Radar committed May 10, 2019
    Configuration menu
    Copy the full SHA
    10d465c View commit details
    Browse the repository at this point in the history
  4. edition to fix flake8 and pylint issues

    Radar committed May 10, 2019
    Configuration menu
    Copy the full SHA
    ae64f79 View commit details
    Browse the repository at this point in the history
  5. edition to be okay with the musts

    Radar committed May 10, 2019
    Configuration menu
    Copy the full SHA
    5e7542c View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Added a blank line to __init.py__ for flake8

    Farid committed May 13, 2019
    Configuration menu
    Copy the full SHA
    900a0ba View commit details
    Browse the repository at this point in the history
  2. added blank line for flake8

    Radar committed May 13, 2019
    Configuration menu
    Copy the full SHA
    e46b070 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'suezWater' of https://github.com/ooii/home-assistant in…

    …to suezWater
    Radar committed May 13, 2019
    Configuration menu
    Copy the full SHA
    f43247b View commit details
    Browse the repository at this point in the history
  4. changer scan interval from 10 to 720 minutes

    Radar committed May 13, 2019
    Configuration menu
    Copy the full SHA
    764d94b View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2019

  1. use of pysuez

    Radar committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    3fedfec View commit details
    Browse the repository at this point in the history
  2. bug fix and isort

    Radar committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    ee24baa View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. use of pysuez

    Radar committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    74d799e View commit details
    Browse the repository at this point in the history
  2. fixed flake8 and pylint errors

    Radar committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    a80391e View commit details
    Browse the repository at this point in the history
  3. update requirements_all.txt

    Radar committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    61a9695 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f20749 View commit details
    Browse the repository at this point in the history
  5. flake8 edition

    Radar committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    6390bff View commit details
    Browse the repository at this point in the history
  6. update requirements_all.txt

    Radar committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    0386e2d View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. add of .coveragerc file with untested files

    Radar committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    a9031a4 View commit details
    Browse the repository at this point in the history
  2. update of .coveragerc

    Radar committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    8573e43 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2019

  1. Update homeassistant/components/suez_water/__init__.py

    Co-Authored-By: Fabian Affolter <mail@fabian-affolter.ch>
    ooii and fabaff committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    b944137 View commit details
    Browse the repository at this point in the history
  2. Update homeassistant/components/suez_water/sensor.py

    Co-Authored-By: Fabian Affolter <mail@fabian-affolter.ch>
    ooii and fabaff committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    3394a21 View commit details
    Browse the repository at this point in the history
  3. Update homeassistant/components/suez_water/sensor.py

    Co-Authored-By: Fabian Affolter <mail@fabian-affolter.ch>
    ooii and fabaff committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    32c68b9 View commit details
    Browse the repository at this point in the history
  4. Update homeassistant/components/suez_water/sensor.py

    Co-Authored-By: Fabian Affolter <mail@fabian-affolter.ch>
    ooii and fabaff committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    5f4189d View commit details
    Browse the repository at this point in the history
  5. Update homeassistant/components/suez_water/sensor.py

    Co-Authored-By: Fabian Affolter <mail@fabian-affolter.ch>
    ooii and fabaff committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    a90df5c View commit details
    Browse the repository at this point in the history
  6. Update homeassistant/components/suez_water/sensor.py

    Co-Authored-By: Fabian Affolter <mail@fabian-affolter.ch>
    ooii and fabaff committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    65ff9c7 View commit details
    Browse the repository at this point in the history
  7. bug fix in check credentials

    Radar committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    7878697 View commit details
    Browse the repository at this point in the history
  8. flake8 and pylint fixes

    Radar committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    ebd5ac1 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2019

  1. fix codeowner

    Radar committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    a781c95 View commit details
    Browse the repository at this point in the history
  2. update requirements_all.txt

    Radar committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    37232e3 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2019

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

Commits on Jun 25, 2019

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

Commits on Jul 3, 2019

  1. Sorted suez_water line

    ooii committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    993471f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2db8648 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'suezWater' of https://github.com/ooii/home-assistant in…

    …to suezWater
    
    Responses to PR home-assistant#23844 comments
    Radar committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    50e74df View commit details
    Browse the repository at this point in the history
  4. Attribute keys formatting to lowercase snakecase, name and icon const…

    …ants returned directly, and remove of attribute. Update of .
    Radar committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    af38c6e View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

  1. pylint edition

    Radar committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    445e69d View commit details
    Browse the repository at this point in the history
  2. correction wrong keys in client attributes

    Radar committed Jul 4, 2019
    Configuration menu
    Copy the full SHA
    d3a2263 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

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