Skip to content

Instantly share code, notes, and snippets.

@andrew-codechimp
Last active January 9, 2020 09:43
Show Gist options
  • Save andrew-codechimp/7a99cd4289b0e4d08faffc178b05b55e to your computer and use it in GitHub Desktop.
Save andrew-codechimp/7a99cd4289b0e4d08faffc178b05b55e to your computer and use it in GitHub Desktop.
HA Twitter Followers Sensor
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