Add RecycleSmart

This commit is contained in:
Calvin Bui
2022-11-27 15:11:42 +11:00
parent 0f6d7b63cb
commit c53a53f26d
4 changed files with 97 additions and 3 deletions

View File

@@ -0,0 +1,33 @@
# RecycleSmart
Support for schedules povided by [RecycleSmart](https://www.recyclesmart.com/)
## Configuration via configuration.yaml
```yaml
waste_collection_schedule:
sources:
- name: recyclesmart_com
args:
email: EMAIL
password: PASSWORD
```
### Configuration Variables
**username**<br>
*(string) (required)*
**password**<br>
*(string) (required)*
## Example
```yaml
waste_collection_schedule:
sources:
- name: recyclesmart_com
args:
email: abc@example.com
password: 8WdpR%TZPPdM$n5*$FiRz
```