11---
22title :Energy Tracker
3- description :Send meter readings from Home Assistant sensors automatically to your Energy Tracker account.
3+ description :Automatically send meter readings from Home Assistant to your Energy Tracker account.
44ha_category :
55 -Energy
66ha_release :2025.2
@@ -33,7 +33,7 @@ Before configuring the integration, you need:
3333
3434{% configuration_basic %}
3535Account name:
36- description: "A descriptive name for your Energy Tracker account, such as My Energy Tracker ."
36+ description: "A descriptive name for your Energy Tracker account."
3737Personal Access Token:
3838 description: "Your Personal Access Token from Energy Tracker. You can create one in your Energy Tracker account under** API** →** Access Tokens** ."
3939{% endconfiguration_basic %}
@@ -55,7 +55,7 @@ To send meter readings, you need your **Standard Measuring Device ID**:
5555###Via API (recommended)
5656
57571 . Log into your Energy Tracker account
58- 2 . Navigate to** API** →** Dokumentation **
58+ 2 . Navigate to** API** →** Documentation **
59593 . Use the API endpoint to retrieve your devices
60604 . The IDs returned are already in the correct format
6161
@@ -66,16 +66,16 @@ To send meter readings, you need your **Standard Measuring Device ID**:
6666The` energy_tracker.send_meter_reading ` action is used to send a meter reading from a Home Assistant sensor to Energy Tracker.
6767
6868- ** Data attribute** :` entry_id `
69- - ** Description** :Your Energy Tracker account(select from integration) .
69+ - ** Description** :The Energy Tracker accountentry ID to use for sending the meter reading .
7070- ** Optional** : No
7171- ** Data attribute** :` device_id `
72- - ** Description** :Standard measuring device ID( UUID format) .
72+ - ** Description** :The standard measuring device IDin UUID format from your Energy Tracker account .
7373- ** Optional** : No
7474- ** Data attribute** :` source_entity_id `
75- - ** Description** : Home Assistant sensorproviding the meter reading.
75+ - ** Description** :The entity ID of the Home Assistant sensorthat provides the meter reading.
7676- ** Optional** : No
7777- ** Data attribute** :` allow_rounding `
78- - ** Description** :Round value to match meter precision. Defaults to` true ` .
78+ - ** Description** :Whether to round the value to match the meter precision. Defaults to` true ` .
7979- ** Optional** : Yes
8080
8181###Supported entity types