Skip to content

Allow changing entity id#1508

Merged
balloob merged 3 commits intomasterfrom
allow-updating-entity-id
Jul 24, 2018
Merged

Allow changing entity id#1508
balloob merged 3 commits intomasterfrom
allow-updating-entity-id

Conversation

@balloob
Copy link
Copy Markdown
Member

@balloob balloob commented Jul 23, 2018

Requires home-assistant/core#15637

Allows a user to change the entity ID of entities with unique IDs.

image

@ghost ghost assigned balloob Jul 23, 2018
@ghost ghost added the in progress label Jul 23, 2018
},

_name: String,
_entity_id: String,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

_entityId

@@ -85,8 +93,10 @@ class MoreInfoSettings extends LocalizeMixin(EventsMixin(PolymerElement)) {
_registryInfoChanged(newVal) {
if (newVal) {
this._name = newVal.name;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

this.setProperties()

@balloob balloob merged commit f7d9aec into master Jul 24, 2018
@ghost ghost removed the in progress label Jul 24, 2018
@balloob balloob deleted the allow-updating-entity-id branch July 24, 2018 12:07
@github-actions github-actions bot locked and limited conversation to collaborators Jul 7, 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.

3 participants