PiotrMachowski / Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor

This custom integration provides a way to present a live view of a map for Xiaomi (Roborock/Viomi/Roidmi/Dreame) vacuums without a need for rooting.
MIT License
1.14k stars 121 forks source link

Reflect auto_update status in camera state #363

Closed luisiam closed 1 year ago

luisiam commented 1 year ago

Description

Currently, there is no way to tell if auto_update is turned on or not.

Solution

Is it possible to reflect auto_update status in the state of the camera entity? i.e. idle when auto_update is off and streaming when auto_update is on.

Alternatives

Use input_boolean and automation to keep track of it manually

Context

No response

PiotrMachowski commented 1 year ago

Duplicate of #173