Periodic Min/Max Helpers for Home Assistant
The helpers record the minimum or maximum of a sensor until manually reset via the reset action. The value is maintained through HA restarts.
- Record the maximum temperature today, resetting at midnight via an automation.
- Record the peak solar energy produced ever, reset when you upgrade your solar installation.
Please ⭐ this repo if you find it useful
If you want to show your support please
Restart Home Assistant
In the HA UI go to "Configuration" -> "Devices & services" -> "Helpers" click "+" and select "Periodic Min/Max"
Show detailed instructions
Installation via HACS is recommended, but a manual setup is supported.
- Manually copy custom_components/periodic_min_max folder from latest release to custom_components folder in your config folder.
- Restart Home Assistant.
- In the HA UI go to "Configuration" -> "Devices & services" -> "Helpers" click "+" and select "Periodic Min/Max"
You can help by adding missing translations when you are a native speaker. Or add a complete new language when there is no language file available.
Periodic Min/Max uses Crowdin to make contributing easy.
Instructions
Changing or adding to existing language
First register and join the translation project
- If you don’t have a Crowdin account yet, create one at https://crowdin.com
- Go to the Periodic Min/Max Crowdin project page
- Click Join.
Next translate a string
- Select the language you want to contribute to from the dashboard.
- Click Translate All.
- Find the string you want to edit, missing translation are marked red.
- Fill in or modify the translation and click Save.
- Repeat for other translations.
Periodic Min/Max will automatically pull in latest changes to translations every day and create a Pull Request. After that is reviewed by a maintainer it will be included in the next release of Periodic Min/Max.
Adding a new language
Create an Issue requesting a new language. We will do the necessary work to add the new translation to the integration and Crowdin site, when it's ready for you to contribute we'll comment on the issue you raised.