Home Assistant Entity - Trend
This plugin loads and visualizes Home Assistant entities using the API.
Originally forked from https://usetrmnl.com/recipes/47133
Available settings
Home Assistant URL
Enter the URL for your Home Assistant instance. This must be the external internet-facing URL or TRMNL won't be able to access it.
Example: my.homeassistant-instance.url
Current Value of the Entity
Entity History Trend
Create a helper that contains the trend of the entity. Possible values are: "doubleUp","rising","rising_slightly","steady","falling_slightly","falling","falling_quickly"
Example: sensor.entity_trend
Icon for the Entity
Enter the icon to be used for the entity. This can be any Material Design Icon. Unlike in Home Assistant, you do not need to prefix the icon with "mdi:". For example, if you want to use the home icon, just enter "home" here. See: https://fonts.google.com/icons
Example: home
Maximum Value of the Entity
Enter the maximum value of the entity. This is used to determine the scale of the graph.
Example: 100
Minimum Value of the Entity
Enter the minimum value of the entity. This is used to determine the scale of the graph.
Example: 0
High Value Threshold
Enter the value for the high threshold. This is used to determine when an entity is above a certain value.
Example: 75
Low Value Threshold
Enter the value for the low threshold. This is used to determine when an entity is below a certain value.
Example: 25
Threshold Line Value
Enter the value for the threshold line. This is used to display a line across the graph to indicate a threshold value. This is useful for determining when an entity is above or below a certain value.
Example: 50
Home Assistant Long-Lived Access Token
Enter the long-lived access token to access data within your Home Assistant instance, under your profile. You can create a long-lived access token by accessing your Home Assistant profile, under the Security tab. Do not share this token as it will give other users access to your Home Assistant instance.
Example: 1010001010010...101010101000101
Note: this plugin is a recipe. This plugin is a recipe by the community and is not maintained by TRMNL.
0
Connections
3
Forks