Add more Instagram Accounts
This commit is contained in:
parent
e641a8b30a
commit
f61cd0b71b
@ -155,3 +155,66 @@
|
||||
resource: !secret instagram_mtb
|
||||
value_template: '{{ value_json.data.counts.media }}'
|
||||
force_update: true
|
||||
|
||||
# medieval
|
||||
- platform: rest
|
||||
scan_interval: 300
|
||||
name: instagram_medieval
|
||||
resource: !secret instagram_medieval
|
||||
value_template: '{{ value_json.data.counts.followed_by }}'
|
||||
unit_of_measurement: Followers
|
||||
force_update: true
|
||||
- platform: rest
|
||||
scan_interval: 900
|
||||
name: instagram_medieval_follows
|
||||
resource: !secret instagram_medieval
|
||||
value_template: '{{ value_json.data.counts.follows }}'
|
||||
force_update: true
|
||||
- platform: rest
|
||||
scan_interval: 600
|
||||
name: instagram_medieval_media
|
||||
resource: !secret instagram_medieval
|
||||
value_template: '{{ value_json.data.counts.media }}'
|
||||
force_update: true
|
||||
|
||||
# lotte
|
||||
- platform: rest
|
||||
scan_interval: 300
|
||||
name: instagram_lotte
|
||||
resource: !secret instagram_lotte
|
||||
value_template: '{{ value_json.data.counts.followed_by }}'
|
||||
unit_of_measurement: Followers
|
||||
force_update: true
|
||||
- platform: rest
|
||||
scan_interval: 900
|
||||
name: instagram_lotte_follows
|
||||
resource: !secret instagram_lotte
|
||||
value_template: '{{ value_json.data.counts.follows }}'
|
||||
force_update: true
|
||||
- platform: rest
|
||||
scan_interval: 600
|
||||
name: instagram_lotte_media
|
||||
resource: !secret instagram_lotte
|
||||
value_template: '{{ value_json.data.counts.media }}'
|
||||
force_update: true
|
||||
|
||||
# codedwithlove
|
||||
- platform: rest
|
||||
scan_interval: 300
|
||||
name: instagram_codedwithlove
|
||||
resource: !secret instagram_codedwithlove
|
||||
value_template: '{{ value_json.data.counts.followed_by }}'
|
||||
unit_of_measurement: Followers
|
||||
force_update: true
|
||||
- platform: rest
|
||||
scan_interval: 900
|
||||
name: instagram_codedwithlove_follows
|
||||
resource: !secret instagram_codedwithlove
|
||||
value_template: '{{ value_json.data.counts.follows }}'
|
||||
force_update: true
|
||||
- platform: rest
|
||||
scan_interval: 600
|
||||
name: instagram_codedwithlove_media
|
||||
resource: !secret instagram_codedwithlove
|
||||
value_template: '{{ value_json.data.counts.media }}'
|
||||
force_update: true
|
||||
|
Loading…
Reference in New Issue
Block a user