Olen / homeassistant-plant

Alternative Plant component of home assistant
334 stars 23 forks source link

Expose what the problem is #43

Closed greghesp closed 2 years ago

greghesp commented 2 years ago

When looking at a device, if you're not using the flower card, it is not clear as to what the problem with a plant actually is. As per this example, there's an issue, but no indication of what it is.

This would be handy to have for automations, maybe by saying a plant needs feeding, watering, more light etc

image

Olen commented 2 years ago

The reason for "problem" state is set as attributes of the plant entity (plant.your_name)

image

greghesp commented 2 years ago

The reason for "problem" state is set as attributes of the plant entity (plant.your_name)

image

Ah so it is! Forgot about that! Thanks