Michael Prokop
08b0629eca
Fix a bunch of typos ( #9545 )
...
s/Addres /Address /
s/Chnage/Change/
s/Converion/Conversion/
s/Supressing/Suppressing/
s/agains /against /
s/allready/already/
s/analagous/analogous/
s/aquired/acquired/
s/arbitray/arbitrary/
s/argment/argument/
s/aroung/around/
s/attibute/attribute/
s/auxillary/auxiliary/
s/befor /before /
s/commmand/command/
s/conatin/contain/
s/conection/connection/
s/coresponding/corresponding/
s/entites/entities/
s/enviroment/environment/
s/everyhing/everything/
s/expected expected/expected/
s/explicity/explicitly/
s/formated/formatted/
s/incomming/incoming/
s/informations/information/
s/inital/initial/
s/inteface/interface/
s/interupt/interrupt/
s/mimick/mimic/
s/mulitple/multiple/
s/multible/multiple/
s/occured/occurred/
s/occuring/occurring/
s/overrided/overridden/
s/overriden/overridden/
s/platfrom/platform/
s/positon/position/
s/progess/progress/
s/recieved/received/
s/reciever/receiver/
s/recieving/receiving/
s/reponse/response/
s/representaion/representation/
s/resgister/register/
s/retrive/retrieve/
s/reuqests/requests/
s/segements/segments/
s/seperated/separated/
s/sheduled/scheduled/
s/succesfully/successfully/
s/suppport/support/
s/targetting/targeting/
s/thats/that's/
s/the the/the/
s/unkown/unknown/
s/verison/version/
s/while loggin out/while logging out/
2017-09-23 17:15:46 +02:00
Daniel Høyer Iversen
4126b8bd13
Rename xiaomi #9425 ( #9426 )
...
* rename xiaomi to xiaomi_aqara
* rename xiaomi vacuum and xiaomi phillips light to xiaomi miio
* update discovery and tests
* style
* update discovery and tests
* Still use Philips as name
2017-09-14 18:49:03 -04:00
Philipp Schmitt
0999e2ddc4
Update roombapy to 1.3.1 to avoid installing all the mapping dependencies ( #8925 )
2017-08-11 11:22:22 +02:00
Philipp Schmitt
e81b3f7bc0
Implement Roomba fan speed ( #8863 )
...
* Implement Roomba fanspeed
* Fix: fan_speed_list is always empty
* Log instead of raising an exception when incorrect fan speed has been provided
* Don't attempt to set any preference if fan speed is invalid
2017-08-06 23:43:33 +02:00
Philipp Schmitt
82a7dffc03
Wi-Fi enabled Roomba support ( #8825 )
...
* Roomba vacuum component
* Update requirements and coveragerc
* Update error handling message
* Implement changes requested by @azogue
* Add missing import
* Don't wrap commands with functools.partial
* Refactoring
* Remove state attribute and use double quotes for log messages strings
* Remove unused constants
* Sorting
* Sorting + remove None arg from dict.get() calls
* Re-sort imports
2017-08-06 11:08:45 +02:00