Fix Alexa, change hum alert settings, add tiktok tracking
This commit is contained in:
@@ -218,3 +218,25 @@
|
||||
resource: !secret instagram_codedwithlove
|
||||
value_template: '{{ value_json.data.counts.media }}'
|
||||
force_update: true
|
||||
|
||||
# TikTok
|
||||
# beauty
|
||||
- platform: rest
|
||||
scan_interval: 300
|
||||
name: tiktok_beauty
|
||||
resource: !secret tiktok_beauty
|
||||
value_template: '{{ value_json.data.userInfo.stats.followerCount }}'
|
||||
unit_of_measurement: Followers
|
||||
force_update: true
|
||||
- platform: rest
|
||||
scan_interval: 300
|
||||
name: tiktok_beauty_hearts
|
||||
resource: !secret tiktok_beauty
|
||||
value_template: '{{ value_json.data.userInfo.stats.heartCount }}'
|
||||
force_update: true
|
||||
- platform: rest
|
||||
scan_interval: 300
|
||||
name: tiktok_beauty_videos
|
||||
resource: !secret tiktok_beauty
|
||||
value_template: '{{ value_json.data.userInfo.stats.videoCount }}'
|
||||
force_update: true
|
||||
Reference in New Issue
Block a user