mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 03:07:14 +00:00
Add variable description
This commit is contained in:
parent
eba809ccfb
commit
57feaed0be
@ -25,3 +25,14 @@ sensor:
|
|||||||
period: day
|
period: day
|
||||||
currency: $
|
currency: $
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Configuration variables:
|
||||||
|
|
||||||
|
- **app_token** (*Required*): The App Token for your account.
|
||||||
|
- **utc_offset** (*Required*): Some variables (currently only the daily_cost) require that the
|
||||||
|
negative number of minutes your timezone is ahead/behind UTC time.
|
||||||
|
- **monitored_variables** array (*Required*): Variables to monitor.
|
||||||
|
- **type** (*Required*): Name of the variable.
|
||||||
|
- **period** (*Optional*): Some variables take a period argument. Valid options are "day", "week", "month", and "year".
|
||||||
|
- **currency** (*Optional*): This is used to display the cost/period as the unit when monitoring the cost. It should correspond to the actual currency used in your dashboard.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user