Skip to content

Commit

Permalink
Hide service dropdown for predefined actions in automations (#22275)
Browse files Browse the repository at this point in the history
Hide service dropdown for predefined actions
  • Loading branch information
MindFreeze authored Oct 7, 2024
1 parent a35b437 commit e32b15e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export class HaServiceAction extends LitElement implements ActionElement {
.value=${this._action}
.disabled=${this.disabled}
.showAdvanced=${this.hass.userData?.showAdvanced}
.hidePicker=${!!this._action.metadata}
@value-changed=${this._actionChanged}
></ha-service-control>
${domain && service && this.hass.services[domain]?.[service]?.response
Expand Down

0 comments on commit e32b15e

Please sign in to comment.