Skip to content

Latest commit

 

History

History
83 lines (41 loc) · 3.21 KB

Version 2.md

File metadata and controls

83 lines (41 loc) · 3.21 KB

News in version 2.0.0

Plants are now treated as devices

This means that the main plant entity references other entities, and they are grouped togheter in the GUI as a single device.

image

This also means that this version is not compatible with earlier releases from this repository, or with the "plant" integration that is part of your default Home Assistant installation

Highlights

Use the UI to set up plant devices

  • Config Flow is used to set up the plants

PlantConfigFlow

  • This works both with and without OpenPlantbook

Better handling of thresholds

  • All thresholds and plant images are fetched automatically from OpenPlantbook if available
  • All thresholds now are their own entities and their values can be changed from the UI or by scripts and automations.
  • These changes are instantly reflected in HA. No need to restart to change the thresholds.

image

  • Max and min temperature is now dependent on the unit of measurement - currently °C and °F is supported.
    • The values will be updated if you change your units in the Home Assistant settings

Easier to replace sensors

  • You can use a service call to replace the different sensors used to monitor the plant

image

  • The new sensor values are immediately picked up by the plant integration without any need to restart

Better handling of species, image and problem triggers

  • If you change the species of a plant in the UI, new data are fetched from OpenPlantbook
  • Image can also be updated from the UI
  • These updates are immediately reflected in HA without restarting anything.

image

  • Illuminance warnings are now also triggered by calculating the "Daily Light Integral" - DLI.
  • You can chose to disable problem triggers on all sensors.

Daily Light Integral

  • A new Daily Light Integral - DLI - sensor is created for all plants.

image

See https://en.wikipedia.org/wiki/Daily_light_integral for what DLI means

More flexible lovelace card

  • I have upgraded the Lovelace flower card to make use of the new integration, and made it more flexible.

image

image

  • The flower card also handles both °C and °F

image

Dependencies

OpenPlantbook integration: https://github.com/Olen/home-assistant-openplantbook

Updated Lovelace Flower Card: https://github.com/Olen/lovelace-flower-card/tree/new_plant