home-assistant.io/source/_components/sensor.tank_utility.markdown
2017-08-31 10:56:54 +02:00

1.4 KiB

layout title description date sidebar comments sharing footer logo ha_category ha_release
page Tank Utility Sensor How to integrate Tank Utility sensors within Home Assistant. 2017-08-24 08:21 true false true true tank_utility.png Sensor 0.53

Add Tank Utility propane tank monitors to Home Assistant.

# Example configuration.yaml entry
sensor:
  - platform: tank_utility
    email: EMAIL
    password: PASSWORD
    devices:
      - 000000000000000000000000

Configuration variables:

Authentication:

Authentication for the Tank Utility API is performed with the same email and password credentials used at https://app.tankutility.com.

Devices:

Each item in the list of devices is a 24 character string. These values can be found by clicking on the Usage Reports link at the bottom of the graph on the Tank Utility devices page. The device item value is the last segment of the URL path, e.g., the URL https://app.tankutility.com/#/reports/000000000000000000000000 would indicate 000000000000000000000000 as a device value.