Remove optional config (fixes #17882) (#17934)

This commit is contained in:
Fabian Affolter 2021-05-23 13:59:44 +02:00 committed by GitHub
parent 7f0c4dc401
commit 15023661a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,8 +32,6 @@ sensor:
entity_id: sensor.cpu entity_id: sensor.cpu
- platform: statistics - platform: statistics
entity_id: binary_sensor.movement entity_id: binary_sensor.movement
max_age:
minutes: 30
``` ```
{% configuration %} {% configuration %}