Resolves #140 Scenes
This commit is contained in:
@ -9,7 +9,7 @@ class ButtonEntity extends Entity {
|
|||||||
entityId: entityId,
|
entityId: entityId,
|
||||||
serviceDomain: domain,
|
serviceDomain: domain,
|
||||||
serviceName: 'turn_on',
|
serviceName: 'turn_on',
|
||||||
text: "EXECUTE",
|
text: domain == "scene" ? "ACTIVATE" : "EXECUTE",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user