Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion content/components/binary_sensor/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ Advanced options:
- **trigger_on_initial_state** (*Optional*, boolean): If true, any applicable triggers will be fired when the binary sensor
state changes from `unknown` to a valid state. This applies to the first valid state set, and any valid state set after
a `binary_sensor.invalidate_state` action has been excuted. The default is `false`.
**publish_initial_state** (*Optional*, boolean): A deprecated equivalent to `trigger_on_initial_state`.

- **publish_initial_state** (*Optional*, boolean): A deprecated equivalent to `trigger_on_initial_state`.

- **entity_category** (*Optional*, string): The category of the entity.
See <https://developers.home-assistant.io/docs/core/entity/#generic-properties>
Expand Down