mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
Document threshold binary sensor device_class option (#21929)
This commit is contained in:
parent
207967dc1b
commit
f10aeba966
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user