Show note about integrations not in UI even for non-advanced (#9457)

* Show note about integrations not in UI even for non-advanced

* Address comments
This commit is contained in:
Joakim Sørensen
2021-06-30 01:08:58 +02:00
committed by GitHub
parent ed4809b71e
commit 377ebadc10
3 changed files with 43 additions and 47 deletions

View File

@@ -232,7 +232,6 @@ class DataEntryFlowDialog extends LitElement {
<step-flow-pick-handler
.hass=${this.hass}
.handlers=${this._handlers}
.showAdvanced=${this._params.showAdvanced}
@handler-picked=${this._handlerPicked}
></step-flow-pick-handler>
`