Skip to content

Instantly share code, notes, and snippets.

@h0bbel
Last active February 9, 2022 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save h0bbel/a01d36abc6dc57d8fa876fdd42fa2603 to your computer and use it in GitHub Desktop.
Save h0bbel/a01d36abc6dc57d8fa876fdd42fa2603 to your computer and use it in GitHub Desktop.
Custom REST sensor for EVO Fitness visitors at a given center, for Home Assistant (configuration.yaml)
- platform: rest
resource: https://visits.evofitness.no/api/v1/locations/451c2ecf-3268-4b2b-ac62-efa3206b6b14/current
value_template: "{{ value_json.current }}"
name: evocurrent
@h0bbel
Copy link
Author

h0bbel commented Feb 8, 2022

Finn ditt EVO senter via https://visits.evofitness.no/api/v1/locations?operator=5336003e-0105-4402-809f-93bf6498af34 og bytt ut verdien "451c2ecf-3268-4b2b-ac62-efa3206b6b14" med ditt senter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment