mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +00:00
Add max_mireds and min_mireds (#13313)
This commit is contained in:
parent
bceb3430d9
commit
2876f5b4e7
@ -158,6 +158,14 @@ json_attributes_topic:
|
||||
description: The MQTT topic subscribed to receive a JSON dictionary payload and then set as sensor attributes. Usage example can be found in [MQTT sensor](/integrations/sensor.mqtt/#json-attributes-topic-configuration) documentation.
|
||||
required: false
|
||||
type: string
|
||||
max_mireds:
|
||||
description: The maximum color temperature in mireds.
|
||||
required: false
|
||||
type: integer
|
||||
min_mireds:
|
||||
description: The minimum color temperature in mireds.
|
||||
required: false
|
||||
type: integer
|
||||
name:
|
||||
description: The name of the light.
|
||||
required: false
|
||||
@ -475,6 +483,14 @@ json_attributes_topic:
|
||||
description: The MQTT topic subscribed to receive a JSON dictionary payload and then set as sensor attributes. Usage example can be found in [MQTT sensor](/integrations/sensor.mqtt/#json-attributes-topic-configuration) documentation.
|
||||
required: false
|
||||
type: string
|
||||
max_mireds:
|
||||
description: The maximum color temperature in mireds.
|
||||
required: false
|
||||
type: integer
|
||||
min_mireds:
|
||||
description: The minimum color temperature in mireds.
|
||||
required: false
|
||||
type: integer
|
||||
name:
|
||||
description: The name of the light.
|
||||
required: false
|
||||
@ -769,6 +785,14 @@ json_attributes_topic:
|
||||
description: The MQTT topic subscribed to receive a JSON dictionary payload and then set as sensor attributes. Usage example can be found in [MQTT sensor](/integrations/sensor.mqtt/#json-attributes-topic-configuration) documentation.
|
||||
required: false
|
||||
type: string
|
||||
max_mireds:
|
||||
description: The maximum color temperature in mireds.
|
||||
required: false
|
||||
type: integer
|
||||
min_mireds:
|
||||
description: The minimum color temperature in mireds.
|
||||
required: false
|
||||
type: integer
|
||||
name:
|
||||
description: The name of the light.
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user