- Install this component
- Add the following to your
configuration.yaml
sensor:
- platform: xfinity
username: !secret xfinity_email
password: !secret xfinity_password
Here are two lovelace examples:
type: entities
entities:
- entity: sensor.xfinity_usage
type: history-graph
entities:
- entity: sensor.xfinity_usage
hours_to_show: 24
refresh_interval: 3600