Skip to content

Commit

Permalink
Remove retrieve_state (#3075)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk authored Oct 11, 2024
1 parent e03fe14 commit bc31e91
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/guide/configuration/devices-groups.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ and `debounce` option without `debounce_ignore` publishes only last payload with
hand `debounce: 1` with `debounce_ignore: - action` will publish all unique action messages, at least two (
e.g. `action: rotate_left` and `action: rotate_stop`)

**`retrieve_state`**
(DEPRECATED) Retrieves the state after setting it. Should only be enabled when the reporting feature
does not work for this device.

**`filtered_attributes`**
Allows preventing certain attributes from being published. When a device would e.g.
publish `{"temperature": 10, "battery": 20}` and you set `filtered_attributes: ["battery"]` it will
Expand Down

0 comments on commit bc31e91

Please sign in to comment.