1
0
mirror of https://github.com/home-assistant/core.git synced 2025-06-14 18:17:08 +00:00

7 Commits

Author SHA1 Message Date
Fabian Affolter
cfc023e128 Don't use len(SEQUENCE) as condition value ()
* Don't use len(SEQUENCE) as condition value

* Update volvooncall.py
2017-04-23 20:41:09 -07:00
John Arild Berentsen
38ad5714cd Add support fo map data from Neato ()
* Responsiveness

* Delay was not needed as commands does not return until done.

* Add support for cleaning maps and cleaning data

* Hound

* Docstring

* Update requirements

* Review changes

* External lib now returns the raw data.

* debug

* Sensor did not refresh

* Error handling

* Issue warning on connection error

* Update requirements

* Review changes
2017-04-13 07:41:25 -07:00
John Arild Berentsen
a107a592de Fix for Neato Connection error handling ()
* Responsiveness

* Delay was not needed as commands does not return until done.

* Offline error catch

* Remove unneeded code
2017-04-03 14:42:21 +02:00
John Arild Berentsen
248f5c0209 Neato Fixes ()
* Fix, switch state. Move constants to hub

* Responsiveness

* Whitespace

* Delay was not needed as commands does not return until done.
2016-11-21 19:36:44 -08:00
John Arild Berentsen
8beefcfc69 Switch did not update () 2016-11-19 15:52:42 +01:00
John Arild Berentsen
679d500e61 Neato refactor and support for sensors ()
* Imporvements to neato

* Review changes
2016-11-19 00:14:40 -08:00
Hugo Dupras
cb47507002 Add support for Neato Connected robot as a switch ()
* Add support for Neato Connected robot as a switch

Signed-off-by: Hugo D. (jabesq) <jabesq@gmail.com>

* Add checklist items

Signed-off-by: Hugo D. (jabesq) <jabesq@gmail.com>

* Add missing docstring

Signed-off-by: Hugo D. (jabesq) <jabesq@gmail.com>

* [Neato] Add update function to retrieve robot state

* Add docstring for update function + catch exception when retrieving state

* Change type of HTTPError when updating state

* Fix pylint errors
2016-10-21 21:14:45 -07:00