/InternodeHA

Home Assistant integration for internode

Primary LanguagePythonMIT LicenseMIT

buy me a coffee hacs_badge Maintenance

Internode for Home Assistant

The Internode integration adds support for retriving data from the Internode API such as:

  • internode_history - This is todays usage
  • internode_usage - This is the total cumulative usage for the month

Note: To use the internode integration you need a valid account with Internode.

Configuration

Using YAML: add internode platform to your sensor configuration in configuration.yaml. Example:

# Example configuration.yaml entry
sensor:
  - platform: internode
    name: "Internet Usage"
    username: username
    password: Password
    scan_interval:
      hours: 2

Note: Name and scan_interval are optional. If scan_interval is not set a default value of 1 hours will be used. Do not include @internode.on.net to your username.