Neil Crosby
cb7ae5cdf2
Allow MS face detection to handle updating entities when no face is detected ( #17593 )
...
* Allow Microsoft face detection to handle updating entities when no face is detected
* Remove microsoft_face_detect_no_face_detected.json and hard code in simple empty list into the tests
2018-11-02 10:50:43 +01:00
cdce8p
e2a56721d3
Remove service helper (3) ( #16879 )
...
* Update duckdns
* Update google_assistant
* Update group
* Update homematic
* Update image_processing
* Update input_boolean
* Update input_number
* Update input_select
* Update input_text
2018-09-26 08:50:05 +02:00
Ville Skyttä
dbd0763f83
Grammar and spelling fixes ( #16065 )
2018-08-19 22:29:08 +02:00
Robin
61721478f3
Add facebox auth ( #15439 )
...
* Adds auth
* Update facebox.py
* Update test_facebox.py
* Update facebox.py
* Update facebox.py
* Update facebox.py
* Update facebox.py
* Remove TIMEOUT
* Update test_facebox.py
* fix lint
* Update facebox.py
* Update test_facebox.py
* Update facebox.py
* Adds check_box_health
* Adds test auth
* Update test_facebox.py
* Update test_facebox.py
* Update test_facebox.py
* Update test_facebox.py
* Ups coverage
* Update test_facebox.py
* Update facebox.py
* Update test_facebox.py
* Update facebox.py
* Update test_facebox.py
* Update facebox.py
* Update facebox.py
* Update facebox.py
2018-08-07 07:30:36 +02:00
Ville Skyttä
2f7b79764a
More pylint 2 fixes ( #15565 )
...
## Description:
More fixes flagged by pylint 2 that don't hurt to have before the actual pylint 2 upgrade (which I'll submit soon).
## Checklist:
- [ ] The code change is tested and works locally.
- [x] Local tests pass with `tox`. **Your PR cannot be merged unless tests pass**
2018-07-20 11:45:20 +03:00
Robin
df8c59406b
Add Facebox teach service ( #14998 )
...
* Adds service
* Address pylint
* Update facebox.py
* patch tests
* Update facebox.py
* Update test_facebox.py
* Update facebox.py
* Update facebox.py
* Update facebox.py
* Update test_facebox.py
* Update test_facebox.py
* Update facebox.py
* Update facebox.py
* Update facebox.py
* Update facebox.py
* Adds total_matched_faces
* Update test_facebox.py
* Update facebox.py
* Update test_facebox.py
* Update test_facebox.py
* Remove fixtures
Removes the fixtures which were causing `setup` to fail, replace with `@patch`
* Fix teach service test and lint issues
2018-07-10 03:11:39 +02:00
Robin
cccd0deb65
Fix Facebox face data parsing ( #14951 )
...
* Adds parse_faces
* Update facebox.py
2018-06-13 21:02:46 +02:00
Robin
528ad56530
Adds facebox ( #14356 )
...
* Adds facebox
* Update .coveragerc
* Remove facebox
* Add test of faces attribute
* Add event test
* Adds more tests
* Adds tests to increase coverage
* Rename MOCK_FACES to MOCK_FACE
* Adds STATE_UNKNOWN
2018-05-11 09:57:00 +02:00
Paulus Schoutsen
58257af289
Add fetching camera thumbnails over websocket ( #14231 )
...
* Add fetching camera thumbnails over websocket
* Lint
2018-05-03 22:02:59 +02:00
Rene Nulsch
1d2e930900
OpenALPR Cloud API - transfer image in body of POST request ( #12112 )
...
* Send image in body of POST request
* Fix tests
* Implement requested change
2018-02-02 14:19:13 +01:00
Otto Winter
8dcfd35b8b
Spelling fixes ( #12041 )
...
* Spelling fixes
*Lots* of them.
* Spelling breaking changes
* Fix lint errors
2018-01-29 23:37:19 +01:00
Ville Skyttä
55ee8959ba
Spelling fixes ( #11940 )
2018-01-27 11:58:27 -08:00
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
Tsvi Mostovicz
452c3a1b25
Support adding different server locations for Microsoft face component ( #7532 )
...
* Support adding different server locations
* Rename variables and move CONF_ const into component as requested in review
* Fix unittests
* Forgot to add tests for microsoft_face_identify
2017-05-12 10:53:25 +02:00
Paulus Schoutsen
2650c73a89
Split bootstrap into bs + setup ( #6416 )
...
* Split bootstrap into bs + setup
* Lint
2017-03-05 10:41:54 +01:00
Paulus Schoutsen
75e41a21c9
Clean up mock_coro ( #6037 )
2017-02-15 23:19:34 -08:00
Pascal Vizeli
881d53339b
[Image_Processing][Breaking Change] Cleanup Base face class add support for microsoft face detect ( #5802 )
...
* [Image_Processing] Cleanup Base face class add support for microsoft face detect
* fix lint
* add unittest for micosoft detect
* fix test
2017-02-08 09:19:40 -08:00
Pascal Vizeli
261ffbbfea
Move part of image_processing tests ( #5634 )
...
* Move part of image_processing tests
* fix lint
2017-01-29 14:40:37 -08:00
Pascal Vizeli
b57f5728c5
[image_processing/microsoft_face_identify] face recognition for automation ( #5472 )
...
* [image_processing/microsoft_face_verify] face recognition for automation
* Add platform for microsoft face identify
* add unittest for demo
* Add unittest for platform
2017-01-24 21:50:10 -08:00
Adam Mills
df361dc1e1
Fix network tests to use get_test_instance_port
2017-01-21 22:15:05 -05:00
Pascal Vizeli
c2492d1493
Component "Image processing" ( #5166 )
...
* Init new component for image processing.
* Add demo platform
* address comments
* add unittest v1 for demo
* Add unittest for alpr
* Add openalpr local test
* Add openalpr cloud platform
* Add unittest openalpr cloud platform
* Update stale docstring
* Address paulus comments
* Update stale docstring
* Add coro to function
* Add coro to cloud
2017-01-14 08:18:03 +01:00