Resolves #283 Add possibility to restrat HA

This commit is contained in:
Yegor Vialov
2019-02-16 22:04:49 +02:00
parent e06b66c523
commit 93680c981c
5 changed files with 127 additions and 6 deletions

View File

@ -15,6 +15,8 @@ class AutomationEntity extends Entity {
mainAxisSize: MainAxisSize.max,
children: <Widget>[
FlatServiceButton(
serviceDomain: domain,
entityId: entityId,
text: "TRIGGER",
serviceName: "trigger",
)