Skip to content

Add custom device action to remove a Tasmota device#7469

Merged
bramkragten merged 1 commit intohome-assistant:devfrom
emontnemery:tasmota_remove_device
Oct 27, 2020
Merged

Add custom device action to remove a Tasmota device#7469
bramkragten merged 1 commit intohome-assistant:devfrom
emontnemery:tasmota_remove_device

Conversation

@emontnemery
Copy link
Collaborator

@emontnemery emontnemery commented Oct 23, 2020

Proposed change

Add custom device action to remove a Tasmota device

Screenshot:
image

Type of change

  • Dependency upgrade
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (thank you!)
  • Breaking change (fix/feature causing existing functionality to break)
  • Code quality improvements to existing code or addition of tests

Additional information

Checklist

  • The code change is tested and works locally.
  • There is no commented out code in this PR.
  • Tests have been added to verify that the new code works.

If user exposed functionality or configuration variables are added/changed:


protected render(): TemplateResult {
return html`
<mwc-button class="warning" @click="${this._confirmDeleteEntry}">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<mwc-button class="warning" @click="${this._confirmDeleteEntry}">
<mwc-button class="warning" @click=${this._confirmDeleteEntry}>

@bramkragten bramkragten merged commit bf98a78 into home-assistant:dev Oct 27, 2020
@bramkragten bramkragten mentioned this pull request Nov 11, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Jul 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants