Uptime Card Versions Save

Minimalistic uptime card for Home Assistant Lovelace UI

v0.9.2

2 years ago

⚠️ The project is still under active development. Until 1.0.0, breaking changes can be included in MINOR versions.

[0.9.2] - 2021-12-26

Bug Fixes

  • Revert time greater then 24hours patch (#113) => If you have your home assistant in english and you set hour24 to true you may obtain inside the tooltip a date like sat 24:12, you can change your language to English (GB) to fix it.

v0.9.1

2 years ago

⚠️ The project is still under active development. Until 1.0.0, breaking changes can be included in MINOR versions.

[0.9.1] - 2021-12-23

Bug Fixes

  • Default icon color (#110)
  • Time format for 24-hour clock

Miscellaneous Tasks

  • Improve dev environment (#109)

v0.9.0

2 years ago

⚠️ The project is still under active development. Until 1.0.0, breaking changes can be included in MINOR versions.

[0.9.0] - 2021-12-19

Bug Fixes

  • Readme (#103)
  • Change editor's input containing numbers into number input (#105)

Features

  • Implement animations on initialization (#106)

Miscellaneous Tasks

  • Rename ci & cd

v0.8.1

2 years ago

⚠️ The project is still under active development. Until 1.0.0, breaking changes can be included in MINOR versions.

⚠️ Breaking change:

  • name option become title_template option and fully support javascript templating

[0.8.1] - 2021-11-22

Bug Fixes

  • Linting error (#101)
  • Readme

Miscellaneous Tasks

  • Remove useless files (#100)

v0.8.0

2 years ago

⚠️ The project is still under active development. Until 1.0.0, breaking changes can be included in MINOR versions.

⚠️ Breaking change:

  • name option become title_template option and fully support javascript templating

[0.8.0] - 2021-11-22

Bug Fixes

  • Package description and linting (#99)

Features

  • Add template for name (#97)

Miscellaneous Tasks

  • Clean github workflows and add git cliff (#98)

v0.7.2

2 years ago

🔧 Fix

v0.7.1

2 years ago

🔧 Fix

v0.7.0

2 years ago

:sparkles: Add

  • Add configuration to templating #90 ℹ️ It allows you, for example, to render the average as HH:MM:SS instead of a percentage, look the readme for more information

v0.6.0

2 years ago

:sparkles: Add

  • Handle minutes for hours_to_show footer text #80
  • Refactor update interval to increase performances by reducing update frequency when it is unnecessary #82

v0.5.0

3 years ago

⚠️ Breaking change:

  • average_text option become average_template option and fully support javascript templating
  • The templating system changed completely to looks like button-card javascript template (with less configuration field for the moment). It allows you to use plain javascript inside your templates such as conditions, while, javascript functions and so on. Look the README for examples !

Special mention to @agneevX who helps me a lot on this card and who is currently suffering from the Covid crisis in India, good luck and hope to see you soon!

:sparkles: Add

  • Add the possibility to monitor an attribute instead of the state #65
  • Refactor templating system (#73, #77)

:wrench: Fix

  • Fix color thresholds #71

:alien: Misc

  • Add buy me a coffee + Remove roadmap from README #76