mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 04:46:49 +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."
|
description: "The entity to monitor. Only [sensors](/integrations/sensor/) are supported."
|
||||||
required: true
|
required: true
|
||||||
type: string
|
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:
|
lower:
|
||||||
description: The lower threshold which the observed value is compared against.
|
description: The lower threshold which the observed value is compared against.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user