This adds the component to include Zwift sensors in your Home Assistant instance!
- Install this from HACs
- Add a configuration similar to the one below to your HA configuration. Players should be a list of "player_id" numbers that you wish to track. Your own
player_id
will be automatically included unless you specify theinclude_self
directive in your sensor config and set it tofalse
sensor:
- platform: zwift
username: !secret my_zwift_username
password: !secret my_zwift_password
players:
- !secret my_friends_zwift_player_id
- Restart HomeAssistant