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
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
ca3df87
Add suez water sensor
May 10, 2019
6060924
flake8 test
May 10, 2019
10d465c
pylint test
May 10, 2019
ae64f79
edition to fix flake8 and pylint issues
May 10, 2019
5e7542c
edition to be okay with the musts
May 10, 2019
900a0ba
Added a blank line to __init.py__ for flake8
May 10, 2019
e46b070
added blank line for flake8
May 13, 2019
f43247b
Merge branch 'suezWater' of https://github.com/ooii/home-assistant in…
May 13, 2019
764d94b
changer scan interval from 10 to 720 minutes
May 13, 2019
3fedfec
use of pysuez
Jun 3, 2019
ee24baa
bug fix and isort
Jun 3, 2019
74d799e
use of pysuez
Jun 4, 2019
a80391e
fixed flake8 and pylint errors
Jun 4, 2019
61a9695
update requirements_all.txt
Jun 4, 2019
0f20749
added a method to test login/password befire adding device
Jun 4, 2019
6390bff
flake8 edition
Jun 4, 2019
0386e2d
update requirements_all.txt
Jun 4, 2019
a9031a4
add of .coveragerc file with untested files
Jun 5, 2019
8573e43
update of .coveragerc
Jun 5, 2019
b944137
Update homeassistant/components/suez_water/__init__.py
ooii Jun 7, 2019
3394a21
Update homeassistant/components/suez_water/sensor.py
ooii Jun 7, 2019
32c68b9
Update homeassistant/components/suez_water/sensor.py
ooii Jun 7, 2019
5f4189d
Update homeassistant/components/suez_water/sensor.py
ooii Jun 7, 2019
a90df5c
Update homeassistant/components/suez_water/sensor.py
ooii Jun 7, 2019
65ff9c7
Update homeassistant/components/suez_water/sensor.py
ooii Jun 7, 2019
7878697
bug fix in check credentials
Jun 7, 2019
ebd5ac1
flake8 and pylint fixes
Jun 7, 2019
a781c95
fix codeowner
Jun 8, 2019
37232e3
update requirements_all.txt
Jun 8, 2019
8db21b2
Merge branch 'dev' into suezWater
ooii Jun 11, 2019
d636f79
Merge branch 'dev' into suezWater
ooii Jun 25, 2019
993471f
Sorted suez_water line
ooii Jul 3, 2019
2db8648
edition to answer comments from @MartinHjelmare on #23844
Jul 3, 2019
50e74df
Merge branch 'suezWater' of https://github.com/ooii/home-assistant in…
Jul 3, 2019
af38c6e
Attribute keys formatting to lowercase snakecase, name and icon const…
Jul 3, 2019
445e69d
pylint edition
Jul 4, 2019
d3a2263
correction wrong keys in client attributes
Jul 4, 2019
1726da1
remove of unnedeed return and move add_entities
Jul 23, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added a blank line to __init.py__ for flake8
  • Loading branch information
Farid committed May 13, 2019
commit 900a0ba55b11a69a4d703ced8790db5e75f7f966
2 changes: 1 addition & 1 deletion homeassistant/components/suez_water/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"documentation": "https://github.com/home-assistant/example-custom-config/tree/master/custom_components/example_sensor/",
"dependencies": [],
"codeowners": [],
"requirements": ["requests", "regex", "voluptuous", "datetime"]
"requirements": ["requests==2.21.0", "regex==2019.4.14", "voluptuous==0.11.5", "datetime==4.3"]
}
12 changes: 12 additions & 0 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,9 @@ datadog==0.15.0
# homeassistant.components.metoffice
datapoint==0.4.3

# homeassistant.components.suez_water
datetime==4.3

# homeassistant.components.decora
# decora==0.6

Expand Down Expand Up @@ -1527,6 +1530,12 @@ recollect-waste==1.0.1
# homeassistant.components.rainmachine
regenmaschine==1.4.0

# homeassistant.components.suez_water
regex==2019.4.14

# homeassistant.components.suez_water
requests==2.21.0

# homeassistant.components.python_script
restrictedpython==4.0b8

Expand Down Expand Up @@ -1766,6 +1775,9 @@ venstarcolortouch==0.6
# homeassistant.components.volkszaehler
volkszaehler==0.1.2

# homeassistant.components.suez_water
voluptuous==0.11.5

# homeassistant.components.volvooncall
volvooncall==0.8.7

Expand Down