Resolves #140 Scenes
This commit is contained in:
parent
491ae55a2a
commit
9bd3a41cf5
@ -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