Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 638 Bytes

info.md

File metadata and controls

29 lines (24 loc) · 638 Bytes

Setup

  1. Install this component
  2. 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

entities-card

type: history-graph
entities:
  - entity: sensor.xfinity_usage
hours_to_show: 24
refresh_interval: 3600

history_graph-card