github xaviml/controllerx v3.4.0
v3.4.0 - Deprecation Custom Controllers

latest releases: v4.27.0b1, v4.27.0b0, v4.26.2...
3 years ago

downloads
This minor change does not contain breaking changes.
Note: Remember to restart the AppDaemon addon/server after updating to a new version.

✏️ Features

  • Add the mapping attribute to the Controller base code, so the attribute can be used in any controller class. Custom controllers have been deprecated, they can still be in use, but a warning will be shown in the console [ #98 ]
  • Add attribute parameter to the state integration to listen to state attributes. Default is to listen to the state as it already was [ #106 ]
  • Allow input_boolean and binary_sensor entities to be used in switch controllers
  • Add listen_to attribute to choose between listening to HA state or MQTT [ #109 ]
  • Add hold_release_toggle attribute. If true, a hold action will work as a release when another hold is running. This is useful when you have a button with just one action event and you want to use the hold-release feature, then you just need to map that event to a hold action. Otherwise, it will work as always, when a hold action is called while another one is called, then it will be ignored. Default is false.

🔨 Fixes

  • Raise an error when a group has no entities [ #102 ]
  • Fix brightness transition only works once after a controller is started [ #100 ]
  • Fix ZHA mapping for HueDimmerController [ #110 ]
  • Fix Toggle direction requires the button to be held twice [ #113 ]

📜 Docs

  • Create Sonos Display documentation @htvekov [ #104 ]
  • Fix mapping for E1744 in the documentation [ #103, #105 ]
  • Update Tasmota Switchmode example @htvekov [ #114 ]

Changes:

  • cd04121 bump: version 3.4.0b2 → 3.4.0
  • 473a3cf Merge branch 'dev'
  • 73322f1 feat(controller): add mapping attribute and deprecate custom controllers [ #98 ]
  • 7ce9afb Update tasmota-switchmode11.md
  • f7d0774 Update tasmota-switchmode example
  • 5effb65 Merge pull request #114 from htvekov/master
  • 1d70192 bump: version 3.4.0b1 → 3.4.0b2
  • 8811c6d feat(hold_release): add hold_release_toggle feature
  • 5c1e136 fix(light_controller): fix toggle direction bug [ #113 ]
  • 08645e2 Update tasmota-switchmode11.md
See More

This list of changes was auto generated.

Don't miss a new controllerx release

NewReleases is sending notifications on new releases.