mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Mqtt discovery of vacuums (#7910)
* Mqtt discovery of vacuums See https://github.com/home-assistant/home-assistant/pull/19478 * ✏️ Tweak
This commit is contained in:
parent
2c04d8bb2b
commit
8e668ea0b1
@ -24,6 +24,7 @@ Supported by MQTT discovery:
|
|||||||
- [Locks](/components/lock.mqtt/)
|
- [Locks](/components/lock.mqtt/)
|
||||||
- [Sensors](/components/sensor.mqtt/)
|
- [Sensors](/components/sensor.mqtt/)
|
||||||
- [Switches](/components/switch.mqtt/)
|
- [Switches](/components/switch.mqtt/)
|
||||||
|
- [Vacuums](/components/vacuum.mqtt/)
|
||||||
|
|
||||||
To enable MQTT discovery, add the following to your `configuration.yaml` file:
|
To enable MQTT discovery, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
@ -86,12 +87,25 @@ Supported abbreviations:
|
|||||||
'bri_scl': 'brightness_scale',
|
'bri_scl': 'brightness_scale',
|
||||||
'bri_stat_t': 'brightness_state_topic',
|
'bri_stat_t': 'brightness_state_topic',
|
||||||
'bri_val_tpl': 'brightness_value_template',
|
'bri_val_tpl': 'brightness_value_template',
|
||||||
|
'bat_lev_t': 'battery_level_topic',
|
||||||
|
'bat_lev_tpl': 'battery_level_template',
|
||||||
|
'chrg_t': 'charging_topic',
|
||||||
|
'chrg_tpl': 'charging_template',
|
||||||
'clr_temp_cmd_t': 'color_temp_command_topic',
|
'clr_temp_cmd_t': 'color_temp_command_topic',
|
||||||
'clr_temp_stat_t': 'color_temp_state_topic',
|
'clr_temp_stat_t': 'color_temp_state_topic',
|
||||||
'clr_temp_val_tpl': 'color_temp_value_template',
|
'clr_temp_val_tpl': 'color_temp_value_template',
|
||||||
|
'cln_t': 'cleaning_topic',
|
||||||
|
'cln_tpl': 'cleaning_template',
|
||||||
'cmd_t': 'command_topic',
|
'cmd_t': 'command_topic',
|
||||||
'curr_temp_t': 'current_temperature_topic',
|
'curr_temp_t': 'current_temperature_topic',
|
||||||
'dev_cla': 'device_class',
|
'dev_cla': 'device_class',
|
||||||
|
'dock_t': 'docked_topic',
|
||||||
|
'dock_tpl': 'docked_template',
|
||||||
|
'err_t': 'error_topic',
|
||||||
|
'err_tpl': 'error_template',
|
||||||
|
'fanspd_t': 'fan_speed_topic',
|
||||||
|
'fanspd_tpl': 'fan_speed_template',
|
||||||
|
'fanspd_lst': 'fan_speed_list',
|
||||||
'fx_cmd_t': 'effect_command_topic',
|
'fx_cmd_t': 'effect_command_topic',
|
||||||
'fx_list': 'effect_list',
|
'fx_list': 'effect_list',
|
||||||
'fx_stat_t': 'effect_state_topic',
|
'fx_stat_t': 'effect_state_topic',
|
||||||
@ -141,6 +155,7 @@ Supported abbreviations:
|
|||||||
'rgb_cmd_t': 'rgb_command_topic',
|
'rgb_cmd_t': 'rgb_command_topic',
|
||||||
'rgb_stat_t': 'rgb_state_topic',
|
'rgb_stat_t': 'rgb_state_topic',
|
||||||
'rgb_val_tpl': 'rgb_value_template',
|
'rgb_val_tpl': 'rgb_value_template',
|
||||||
|
'send_cmd_t': 'send_command_topic',
|
||||||
'send_if_off': 'send_if_off',
|
'send_if_off': 'send_if_off',
|
||||||
'set_pos_tpl': 'set_position_template',
|
'set_pos_tpl': 'set_position_template',
|
||||||
'set_pos_t': 'set_position_topic',
|
'set_pos_t': 'set_position_topic',
|
||||||
@ -154,6 +169,7 @@ Supported abbreviations:
|
|||||||
'stat_open': 'state_open',
|
'stat_open': 'state_open',
|
||||||
'stat_t': 'state_topic',
|
'stat_t': 'state_topic',
|
||||||
'stat_val_tpl': 'state_value_template',
|
'stat_val_tpl': 'state_value_template',
|
||||||
|
'sup_feat': 'supported_features',
|
||||||
'swing_mode_cmd_t': 'swing_mode_command_topic',
|
'swing_mode_cmd_t': 'swing_mode_command_topic',
|
||||||
'swing_mode_stat_tpl': 'swing_mode_state_template',
|
'swing_mode_stat_tpl': 'swing_mode_state_template',
|
||||||
'swing_mode_stat_t': 'swing_mode_state_topic',
|
'swing_mode_stat_t': 'swing_mode_state_topic',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user