Add user messages

This commit is contained in:
estevez-dev
2019-08-31 23:55:32 +03:00
parent cece4d1e16
commit 1ecb839042
7 changed files with 143 additions and 3 deletions

View File

@ -199,6 +199,12 @@ class ShowEntityPageEvent {
ShowEntityPageEvent(this.entity);
}
class ShowPageEvent {
String path;
ShowPageEvent(this.path);
}
class ShowErrorEvent {
final HAError error;