Hi all,
I am looking at this integration: https://github.com/snicker/zwift_hass . When I configure it as this it works:
sensor:
- platform: zwift
username: !secret my_zwift_username
password: !secret my_zwift_password
I do have other sensor configuration in a included sensors.yaml file tough that looks like this:
- platform: template
sensors:
test_kg:
friendly_name: "Testing kg integration"
How could I integrate the above?