hass-core/homeassistant
Farid 4fb1937f65 Suez water (#23844)
* Add suez water sensor

* flake8 test

* pylint test

* edition to fix flake8 and pylint issues

* edition to be okay with the musts

* Added a blank line to __init.py__ for flake8

* added blank line for flake8

* changer scan interval from 10 to 720 minutes

* use of pysuez

* bug fix and isort

* use of pysuez

* fixed flake8 and pylint errors

* update requirements_all.txt

* added a method to test login/password befire adding device

* flake8 edition

* update requirements_all.txt

* add of .coveragerc file with untested files

* update of .coveragerc

* Update homeassistant/components/suez_water/__init__.py

Co-Authored-By: Fabian Affolter <mail@fabian-affolter.ch>

* Update homeassistant/components/suez_water/sensor.py

Co-Authored-By: Fabian Affolter <mail@fabian-affolter.ch>

* Update homeassistant/components/suez_water/sensor.py

Co-Authored-By: Fabian Affolter <mail@fabian-affolter.ch>

* Update homeassistant/components/suez_water/sensor.py

Co-Authored-By: Fabian Affolter <mail@fabian-affolter.ch>

* Update homeassistant/components/suez_water/sensor.py

Co-Authored-By: Fabian Affolter <mail@fabian-affolter.ch>

* Update homeassistant/components/suez_water/sensor.py

Co-Authored-By: Fabian Affolter <mail@fabian-affolter.ch>

* bug fix in check credentials

* flake8 and pylint fixes

* fix codeowner

* update requirements_all.txt

* Sorted suez_water line

* edition to answer comments from @MartinHjelmare on #23844

* Attribute keys formatting to lowercase snakecase, name and icon constants returned directly, and remove of  attribute. Update of .

* pylint edition

* correction wrong keys in client attributes

* remove of unnedeed return and move add_entities
2019-07-24 01:14:41 +02:00
..
auth Optional and Union simplifications (#25365) 2019-07-21 10:59:51 -07:00
components Suez water (#23844) 2019-07-24 01:14:41 +02:00
generated Add Support for VeSync Devices - Outlets and Switches (#24953) 2019-07-23 23:40:55 +02:00
helpers Optional and Union simplifications (#25365) 2019-07-21 10:59:51 -07:00
scripts Add check_config helper (#24557) 2019-07-10 11:56:50 -07:00
util Type check all helpers (#25373) 2019-07-21 09:59:02 -07:00
__init__.py
__main__.py No longer rely on requests (#23685) 2019-05-08 11:15:04 -07:00
bootstrap.py Avoid creating temporary lists (#25317) 2019-07-19 13:36:18 -07:00
config.py Upgrade mypy to 0.720, turn on unreachability warnings (#25157) 2019-07-16 15:11:38 -07:00
config_entries.py Mypy config improvements (#25340) 2019-07-20 14:35:59 -07:00
const.py Version bump to 0.97.0dev0 2019-07-10 20:50:31 -07:00
core.py Upgrade mypy to 0.711, drop no longer needed workarounds (#24998) 2019-07-07 03:58:33 +02:00
data_entry_flow.py Upgrade mypy to 0.720, turn on unreachability warnings (#25157) 2019-07-16 15:11:38 -07:00
exceptions.py WS: Improve service calling errors (#23840) 2019-05-14 07:09:11 +02:00
loader.py Optional and Union simplifications (#25365) 2019-07-21 10:59:51 -07:00
monkey_patch.py Narrow scope of various pylint inline disables (#15364) 2018-10-10 12:17:11 +02:00
package_constraints.txt Updated frontend to 20190721.1 2019-07-21 13:02:16 -07:00
requirements.py Create progress file for pip installs (#24297) 2019-06-04 11:04:20 -07:00
setup.py Batch of Component(s) -> Integration(s) (#24972) 2019-07-05 15:24:26 -07:00