Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 616 Bytes

info.md

File metadata and controls

18 lines (14 loc) · 616 Bytes

This adds the component to include Zwift sensors in your Home Assistant instance!

Installation

  1. Install this from HACs
  2. 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 the include_self directive in your sensor config and set it to false
sensor:
  - platform: zwift
    username: !secret my_zwift_username
    password: !secret my_zwift_password
    players:
      - !secret my_friends_zwift_player_id
  1. Restart HomeAssistant