mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-19 07:16:39 +00:00
Fix Target Selector (#13380)
This commit is contained in:
parent
e0448be24d
commit
a989eb1c66
@ -64,7 +64,8 @@ export class HaTargetSelector extends SubscribeMixin(LitElement) {
|
||||
super.updated(changedProperties);
|
||||
if (
|
||||
changedProperties.has("selector") &&
|
||||
this.selector.target.device?.integration &&
|
||||
(this.selector.target.device?.integration ||
|
||||
this.selector.target.entity?.integration) &&
|
||||
!this._entitySources
|
||||
) {
|
||||
fetchEntitySourcesWithCache(this.hass).then((sources) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user