ZS
ZS
Turning off XMP particles and field animation would also help saving resources.
As mentioned in https://github.com/ZsBT/mrz-java/issues/15#issuecomment-330182695 , what if we left the boolean validDateofBirth name in the result object as is, and introduced a new property "validCheckDigit" in MrzDate? Thus, validDateofBirth would...
final check digit validation is missing from SlovakId2_34 :: fromMrz() can someone please fix this
An optional corrector algo could try to find the real characters in the MRZ lines with replacing "8" to "B", "H" to "M" etcetera.
expirationDate check digit validation is missing from FrenchIdCard.java can please someone fix this.
final check digit validation is missing from MrvA, MrvB :: fromMrz()
**Link to successful HACS action:** https://github.com/ZsBT/hass-w1000-portal/actions/runs/3211048770 **Link to successful hassfest action (if integration):** https://github.com/ZsBT/hass-w1000-portal/actions/runs/3211048771
The water heater entity is no more available in Home Assistant. According to logs, the problem may be related to [Deprecating all SUPPORT_ constants](https://developers.home-assistant.io/blog/2022/04/02/support-constants-deprecation/).
use [WaterHeaterEntityFeature](https://developers.home-assistant.io/docs/core/entity/water-heater#supported-features) instead of support constants as per [HA announcement](https://developers.home-assistant.io/blog/2022/04/02/support-constants-deprecation/)