mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
state_topic is required in the config. (#9277)
* state_topic is required in the config. * Update mqtt_room.markdown
This commit is contained in:
parent
ab784b41cb
commit
5ae391513e
@ -40,8 +40,7 @@ name:
|
|||||||
type: string
|
type: string
|
||||||
state_topic:
|
state_topic:
|
||||||
description: The topic that contains all subtopics for the rooms.
|
description: The topic that contains all subtopics for the rooms.
|
||||||
required: false
|
required: true
|
||||||
default: room_presence
|
|
||||||
type: string
|
type: string
|
||||||
timeout:
|
timeout:
|
||||||
description: "The time in seconds after which a room presence state is considered old. An example: device1 is reported at scanner1 with a distance of 1. No further updates are sent from scanner1. After 5 seconds scanner2 reports device1 with a distance of 2. The old location info is discarded in favor of the new scanner2 information as the timeout has passed."
|
description: "The time in seconds after which a room presence state is considered old. An example: device1 is reported at scanner1 with a distance of 1. No further updates are sent from scanner1. After 5 seconds scanner2 reports device1 with a distance of 2. The old location info is discarded in favor of the new scanner2 information as the timeout has passed."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user