Correct MQTT fan breaking changes info (#18142)

* Correct MQTT fan breaking changes info

* Update according to review comments
This commit is contained in:
Erik Montnemery 2021-06-10 13:11:59 +02:00 committed by GitHub
parent 0b0ebf14a0
commit 515d090156
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -951,8 +951,12 @@ Home Assistant Core 2021.7.0:
- `speed_command_topic` - `speed_command_topic`
- `speed_state_topic` - `speed_state_topic`
- `state_value_template` - `speed_value_template`
- `speed_list` - `speeds`
- `payload_off_speed`
- `payload_low_speed`
- `payload_medium_speed`
- `payload_high_speed`
Additionally,`preset_modes` and `percentage` are added to replace the legacy Additionally,`preset_modes` and `percentage` are added to replace the legacy
model supporting only three speeds `low`, `medium` and `high`. model supporting only three speeds `low`, `medium` and `high`.