Resolves #136 cover state

This commit is contained in:
Yegor Vialov
2018-10-17 21:21:00 +03:00
parent 5ca4424933
commit 8284bb6e76
4 changed files with 5 additions and 4 deletions

View File

@ -705,6 +705,7 @@ class _CoverControlWidgetState extends State<CoverControlWidget> {
Widget build(BuildContext context) {
final entityModel = EntityModel.of(context);
final CoverEntity entity = entityModel.entity;
TheLogger.log("debug", "${entity.state}");
if (_changedHere) {
_changedHere = false;
} else {