forked from ljmerza/ha-email-sensor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.json
23 lines (23 loc) · 2.32 KB
/
resources.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[
"https://raw.githubusercontent.com/ljmerza/ha-email-sensor/master/custom_components/email/__init__.py",
"https://raw.githubusercontent.com/ljmerza/ha-email-sensor/master/custom_components/email/sensor.py",
"https://raw.githubusercontent.com/ljmerza/ha-email-sensor/master/custom_components/email/manifest.json",
"https://raw.githubusercontent.com/ljmerza/ha-email-sensor/master/custom_components/email/parsers/__init__.py",
"https://raw.githubusercontent.com/ljmerza/ha-email-sensor/master/custom_components/email/parsers/ali_express.py",
"https://raw.githubusercontent.com/ljmerza/ha-email-sensor/master/custom_components/email/parsers/best_buy.py",
"https://raw.githubusercontent.com/ljmerza/ha-email-sensor/master/custom_components/email/parsers/bh_photo.py",
"https://raw.githubusercontent.com/ljmerza/ha-email-sensor/master/custom_components/email/parsers/dhl.py",
"https://raw.githubusercontent.com/ljmerza/ha-email-sensor/master/custom_components/email/parsers/dollar_shave_club.py",
"https://raw.githubusercontent.com/ljmerza/ha-email-sensor/master/custom_components/email/parsers/ebay.py",
"https://raw.githubusercontent.com/ljmerza/ha-email-sensor/master/custom_components/email/parsers/fedex.py",
"https://raw.githubusercontent.com/ljmerza/ha-email-sensor/master/custom_components/email/parsers/georgia_power.py",
"https://raw.githubusercontent.com/ljmerza/ha-email-sensor/master/custom_components/email/parsers/google_express.py",
"https://raw.githubusercontent.com/ljmerza/ha-email-sensor/master/custom_components/email/parsers/hue.py",
"https://raw.githubusercontent.com/ljmerza/ha-email-sensor/master/custom_components/email/parsers/monoprice.py",
"https://raw.githubusercontent.com/ljmerza/ha-email-sensor/master/custom_components/email/parsers/newegg.py",
"https://raw.githubusercontent.com/ljmerza/ha-email-sensor/master/custom_components/email/parsers/paypal.py",
"https://raw.githubusercontent.com/ljmerza/ha-email-sensor/master/custom_components/email/parsers/rockauto.py",
"https://raw.githubusercontent.com/ljmerza/ha-email-sensor/master/custom_components/email/parsers/ups.py",
"https://raw.githubusercontent.com/ljmerza/ha-email-sensor/master/custom_components/email/parsers/usps.py"
"https://raw.githubusercontent.com/ljmerza/ha-email-sensor/master/custom_components/email/parsers/western_digital.py"
]