1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-31 03:07:06 +00:00

4 Commits

Author SHA1 Message Date
Fabian Affolter
13df925795 Do not call update() in constructor ()
* Do not call update() in constructor

* Do not call update() in constructor

* Remove unused import
2017-06-05 17:35:26 +02:00
Fabian Affolter
be272ac64a Disable too-many-* ()
* Disable too-many-* and too-few-public-methods

* Remove globally disabled pylint warnings
2016-10-30 22:18:53 +01:00
Fabian Affolter
54d19e3c53 Maintenance (sensor.currencylayer, sensor.fixer) ()
* Add new const (base)

* Use constant

* Remove second error message, use const, add attribution, add link
to docs, remove unused vars, and a little simplification

* Add quote

* Use const

* Add attribution, simplify the code, and use consts
2016-10-29 13:27:02 -07:00
Alok Saboo
c6d5987109 Create Currencylayer exchange rate sensor ()
* Added Currencylayer exchange rate sensor

* Updated .coveragerc to include currencylayer

* Update currencylayer.py

* Added Conf_name
2016-10-26 23:46:13 -07:00