Bas Nijholt
c54135486e
use isort to sort imports according to PEP8 for netatmo ( #29682 )
2019-12-09 11:50:59 +01:00
1v0dev
b8434fdcfd
Add service to set netatmo home heating schedule ( #29244 )
...
* Add service to set netatmo home heating schedule.
* handle NoDevice exeption; add service argument constant
2019-12-06 17:45:27 +01:00
cgtobi
86e581b83d
Fix missing Netatmo sensors ( #28899 )
...
* Update pyatmo to 3.0.1
* Improve sensor name
* Fix missing sensors
* Update pyatmo module
* Update pyatmo to 3.1.0
* Update requirements
* Fix method call
2019-11-21 17:35:03 +01:00
Quentame
7718d61cd7
Move imports in netatmo component ( #27360 )
2019-10-10 00:22:10 -07:00
Paulus Schoutsen
4de97abc3a
Black
2019-07-31 12:25:30 -07:00
cgtobi
b84ba93c42
Refactor netatmo to use hass.data ( #23429 )
...
* Refactor NETATMO_AUTH to use hass.data
* Minor cleanup
* Rename conf to auth and other suggestions by Martin
* Revert webhook name change
* Rename constant
* Move auth
* Don't use hass.data.get()
* Fix auth string
2019-04-26 17:15:37 +02:00
Pascal Vizeli
f4e7364651
Netatmo 5min fetch interval ( #23341 )
2019-04-24 09:54:51 -07:00
cgtobi
2c07bfb9e0
Remove dependencies and requirements ( #23024 )
...
* Remove dependencies and requirements
* Revert "Remove dependencies and requirements"
This reverts commit fe7171b4cd
.
* Remove dependencies and requirements
* Revert "Remove dependencies and requirements"
This reverts commit 391355ee2c
.
* Remove dependencies and requirements
* Fix flake8 complaints
* Fix more flake8 complaints
* Revert non-component removals
2019-04-12 10:13:30 -07:00
cgtobi
d2a83c2732
Upgrade netatmo smart_home module ( #22365 )
2019-03-25 01:30:21 +01:00
Daniel Perna
9d3eaada27
Netatmo, address comments from #20755 ( #21157 )
...
Netatmo component cleanup
2019-02-19 10:53:45 +01:00
Daniel Perna
847711ddc9
Add webhook support for Netatmo Cameras ( #20755 )
...
Add webhook support for Netatmo Cameras
2019-02-17 12:31:47 +01:00
Fabian Affolter
161c368c9d
Update file header ( #21054 )
...
* Update file header
* Update __init__.py
2019-02-13 20:35:12 -08:00
carstenschroeder
1e69848af4
Updates pyatmo to 1.8 and adds exception handling ( #20938 )
...
* switch to pyatmo 1.7 & add exception handling
* STATE_UNKNOWN => None
* correct too long line
* delete whitespace
* remove fancy update logic
2019-02-12 11:12:44 +00:00
Paulus Schoutsen
e2d3c27e85
Embed all platforms into components ( #20677 )
...
* Consolidate all components with platforms
* Organize tests
* Fix more tests
* Fix Verisure tests
* one final test fix
* Add change
* Fix coverage
2019-02-02 07:13:16 -08:00