github ParadoxAlarmInterface/pai 2.3.0
2.3.0 Fix for supervisor 2021.02+ (HA OS 5.11+)

latest releases: 3.5.0, 3.4.1, 3.4.0...
3 years ago

Fixed

  • #199 Fixed PAI stopped working after HA OS update to 5.11. Our Hero is Claudiu Bucur. All credits go to him for fixing this.

HomeAssistant supervisor dev team decided to make configuration schema mandatory for all addons which broke our PAI and some other plugins for everybody who updated HomeAssistant to latest version. HASS team refused to return optional schema back so we had to make some urgent changes to our PAI.

PAI configuration in HomeAssistant is a bit limited now but we will slowly add new settings soon. Open new tickets if you are missing some settings.

Added

  • Ability to specify LIMITS in string formats like: 1,2,3-15. For automatic detection or fetching all data use auto.
  • Ability to specify LIMITS with range(1,5) in python config. list(range(1,5)) construction is not needed anymore. String format is also supported.

Removed

  • File logger is disabled by default. Specify LOGGING_FILE if you need that.

Don't miss a new pai release

NewReleases is sending notifications on new releases.