github xaviml/controllerx v3.4.0b2

latest releases: v4.27.0b1, v4.27.0b0, v4.26.2...
pre-release3 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:

  • 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 ]
  • 27e3f76 test(media_player_controller): add tests for play and pause actions
  • c092c99 docs(index.md): add another video example
  • b15d926 docs(examples): fix typo in the example page
  • 9c76129 bump: version 3.4.0b0 → 3.4.0b1
  • e79bc07 ci(azure-pipelines): remove unnecessary conditions
  • 3da1417 bump: version 3.3.0 → 3.4.0b0
  • b0f55de fix(HueDimmerController): Fix ZHA mapping [ #110 ]
See More

This list of changes was auto generated.

Don't miss a new controllerx release

NewReleases is sending notifications on new releases.