Last active
January 9, 2020 09:43
-
-
Save andrew-codechimp/7a99cd4289b0e4d08faffc178b05b55e to your computer and use it in GitHub Desktop.
HA Twitter Followers Sensor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sensor: | |
- platform: rest | |
resource: https://cdn.syndication.twimg.com/widgets/followbutton/info.json?screen_names=AndrewCodeChimp | |
name: Twitter Followers | |
value_template: '{{ value_json[0].followers_count }}' | |
scan_interval: 43200 # Every 12 hours in seconds | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment