Tank Utility Sensor
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:
- email (Required): https://app.tankutility.com email address
- password (Required): https://app.tankutility.com password
- devices (Required): List of devices
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.