Sensors with units are excluded (#13789)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
rccoleman 2020-06-19 05:42:01 -07:00 committed by GitHub
parent 4e66a59d82
commit 3af4ca7e5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,3 +131,9 @@ script:
entity_id: light.kitchen
domain: light
```
<div class='note'>
Sensor entities that have been assigned units (i.e., have a `unit_of_measurement` attribute) are assumed to change frequently and those sensors are automatically excluded from the logbook.
</div>