Document threshold binary sensor device_class option (#21929)

This commit is contained in:
Erik Montnemery 2022-03-07 11:32:53 +01:00 committed by GitHub
parent 207967dc1b
commit f10aeba966
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,10 @@ entity_id:
description: "The entity to monitor. Only [sensors](/integrations/sensor/) are supported."
required: true
type: string
device_class:
description: Sets the [class of the device](/integrations/binary_sensor/#device-class), changing the device state and icon that is displayed on the frontend.
required: false
type: string
lower:
description: The lower threshold which the observed value is compared against.
required: false