Skip to content

Commit

Permalink
[miio] fix wrong channel for vacuum thing (#6615)
Browse files Browse the repository at this point in the history
fix invalid type

Signed-off-by: Marcel Verpaalen <marcel@verpaalen.com>
  • Loading branch information
marcelrv authored and kaikreuzer committed Dec 20, 2019
1 parent 44281c8 commit 6dc5d5a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -294,7 +294,7 @@
<state pattern="%.0f" readOnly="true" />
</channel-type>
<channel-type id="last_clean_finish">
<item-type>Boolean</item-type>
<item-type>Number</item-type>
<label>Cleaning Finished</label>
<state readOnly="true" />
</channel-type>
Expand Down

0 comments on commit 6dc5d5a

Please sign in to comment.