Complete examples for all supported device types.
All examples follow the same pattern:
-
Install dependencies:
pip install sinricpro
-
Get credentials from SinricPro Portal
-
Set environment variables:
export SINRICPRO_APP_KEY="your-app-key" export SINRICPRO_APP_SECRET="your-app-secret"
-
Update device ID in the example file
-
Run the example:
python example_file.py
Happy building! 🚀