mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Document MQTT sensor state_class (#17949)
This commit is contained in:
parent
b9a95e0439
commit
d7b4809463
@ -134,6 +134,11 @@ qos:
|
|||||||
required: false
|
required: false
|
||||||
type: integer
|
type: integer
|
||||||
default: 0
|
default: 0
|
||||||
|
state_class:
|
||||||
|
description: The [state_class](https://developers.home-assistant.io/docs/core/entity/sensor#available-state-classes) of the sensor.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
default: None
|
||||||
state_topic:
|
state_topic:
|
||||||
description: The MQTT topic subscribed to receive sensor values.
|
description: The MQTT topic subscribed to receive sensor values.
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user