mirror of
https://github.com/sascha-hemi/hacs_waste_collection_schedule.git
synced 2026-03-21 04:06:03 +01:00
Add RecycleSmart
This commit is contained in:
33
doc/source/recyclesmart_com.md
Normal file
33
doc/source/recyclesmart_com.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user