dummylabs / thewatchman

Home Assistant custom integration to keep track of missing entities and actions in your config files
MIT License
475 stars 20 forks source link

Remove weird/unused options from WM configuration #160

Closed dummylabs closed 16 hours ago

dummylabs commented 18 hours ago

The following options will be removed from WM configuration dialog:

Motivation: The logic behind them is somewhat cumbersome. Users may set and forget these action call parameters in the configuration, and they may interfere with the action call input data. Of course, they remain available as action parameters.

The following parameter will be removed from action input parameters:

Motivation: it becomes redundant since action parameter must be set anyway to invoke a notification action. It is still accepted by watchman.report action in 0.6.4 and will be deprecated/removed later.

dummylabs commented 16 hours ago

Implemented in 0.6.4