├── LICENSE ├── README.md ├── custom_components └── baidu_face │ ├── manifest.json │ └── sensor.py └── src ├── demo.gif ├── token.jpg └── waiting.gif /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Caffreyfans/baidu_face/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Caffreyfans/baidu_face/HEAD/README.md -------------------------------------------------------------------------------- /custom_components/baidu_face/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Caffreyfans/baidu_face/HEAD/custom_components/baidu_face/manifest.json -------------------------------------------------------------------------------- /custom_components/baidu_face/sensor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Caffreyfans/baidu_face/HEAD/custom_components/baidu_face/sensor.py -------------------------------------------------------------------------------- /src/demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Caffreyfans/baidu_face/HEAD/src/demo.gif -------------------------------------------------------------------------------- /src/token.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Caffreyfans/baidu_face/HEAD/src/token.jpg -------------------------------------------------------------------------------- /src/waiting.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Caffreyfans/baidu_face/HEAD/src/waiting.gif --------------------------------------------------------------------------------