Add missing abbreviations (#12401)

* Add missing abbreviations

* Add line break

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
This commit is contained in:
Erik Montnemery 2020-03-18 10:26:04 +01:00 committed by GitHub
parent 7f46da993d
commit 79d3310f2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,6 +80,9 @@ Configuration variable names in the discovery payload may be abbreviated to cons
Supported abbreviations: Supported abbreviations:
```txt ```txt
'act_t': 'action_topic',
'act_tpl': 'action_template',
'atype': 'automation_type',
'aux_cmd_t': 'aux_command_topic', 'aux_cmd_t': 'aux_command_topic',
'aux_stat_tpl': 'aux_state_template', 'aux_stat_tpl': 'aux_state_template',
'aux_stat_t': 'aux_state_topic', 'aux_stat_t': 'aux_state_topic',
@ -93,18 +96,23 @@ Supported abbreviations:
'bri_stat_t': 'brightness_state_topic', 'bri_stat_t': 'brightness_state_topic',
'bri_tpl': 'brightness_template', 'bri_tpl': 'brightness_template',
'bri_val_tpl': 'brightness_value_template', 'bri_val_tpl': 'brightness_value_template',
'clr_temp_cmd_tpl': 'color_temp_command_template',
'bat_lev_t': 'battery_level_topic', 'bat_lev_t': 'battery_level_topic',
'bat_lev_tpl': 'battery_level_template', 'bat_lev_tpl': 'battery_level_template',
'chrg_t': 'charging_topic', 'chrg_t': 'charging_topic',
'chrg_tpl': 'charging_template', '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_tpl': 'color_temp_template',
'clr_temp_val_tpl': 'color_temp_value_template', 'clr_temp_val_tpl': 'color_temp_value_template',
'cln_t': 'cleaning_topic', 'cln_t': 'cleaning_topic',
'cln_tpl': 'cleaning_template', 'cln_tpl': 'cleaning_template',
'cmd_off_tpl': 'command_off_template', 'cmd_off_tpl': 'command_off_template',
'cmd_on_tpl': 'command_on_template', 'cmd_on_tpl': 'command_on_template',
'cmd_t': 'command_topic', 'cmd_t': 'command_topic',
'cmd_tpl': 'command_template',
'cod_arm_req': 'code_arm_required',
'cod_dis_req': 'code_disarm_required',
'curr_temp_t': 'current_temperature_topic', 'curr_temp_t': 'current_temperature_topic',
'curr_temp_tpl': 'current_temperature_template', 'curr_temp_tpl': 'current_temperature_template',
'dev': 'device', 'dev': 'device',
@ -116,6 +124,8 @@ Supported abbreviations:
'fanspd_t': 'fan_speed_topic', 'fanspd_t': 'fan_speed_topic',
'fanspd_tpl': 'fan_speed_template', 'fanspd_tpl': 'fan_speed_template',
'fanspd_lst': 'fan_speed_list', 'fanspd_lst': 'fan_speed_list',
'flsh_tlng': 'flash_time_long',
'flsh_tsht': 'flash_time_short',
'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',
@ -130,10 +140,14 @@ Supported abbreviations:
'hold_cmd_t': 'hold_command_topic', 'hold_cmd_t': 'hold_command_topic',
'hold_stat_tpl': 'hold_state_template', 'hold_stat_tpl': 'hold_state_template',
'hold_stat_t': 'hold_state_topic', 'hold_stat_t': 'hold_state_topic',
'hs_cmd_t': 'hs_command_topic',
'hs_stat_t': 'hs_state_topic',
'hs_val_tpl': 'hs_value_template',
'ic': 'icon', 'ic': 'icon',
'init': 'initial', 'init': 'initial',
'json_attr': 'json_attributes', 'json_attr': 'json_attributes',
'json_attr_t': 'json_attributes_topic', 'json_attr_t': 'json_attributes_topic',
'json_attr_tpl': 'json_attributes_template',
'max_temp': 'max_temp', 'max_temp': 'max_temp',
'min_temp': 'min_temp', 'min_temp': 'min_temp',
'mode_cmd_t': 'mode_command_topic', 'mode_cmd_t': 'mode_command_topic',
@ -146,24 +160,41 @@ Supported abbreviations:
'osc_cmd_t': 'oscillation_command_topic', 'osc_cmd_t': 'oscillation_command_topic',
'osc_stat_t': 'oscillation_state_topic', 'osc_stat_t': 'oscillation_state_topic',
'osc_val_tpl': 'oscillation_value_template', 'osc_val_tpl': 'oscillation_value_template',
'pl': 'payload',
'pl_arm_away': 'payload_arm_away', 'pl_arm_away': 'payload_arm_away',
'pl_arm_home': 'payload_arm_home', 'pl_arm_home': 'payload_arm_home',
'pl_arm_nite': 'payload_arm_night',
'pl_avail': 'payload_available', 'pl_avail': 'payload_available',
'pl_cln_sp': 'payload_clean_spot',
'pl_cls': 'payload_close', 'pl_cls': 'payload_close',
'pl_disarm': 'payload_disarm', 'pl_disarm': 'payload_disarm',
'pl_hi_spd': 'payload_high_speed', 'pl_hi_spd': 'payload_high_speed',
'pl_home': 'payload_home',
'pl_lock': 'payload_lock', 'pl_lock': 'payload_lock',
'pl_loc': 'payload_locate',
'pl_lo_spd': 'payload_low_speed', 'pl_lo_spd': 'payload_low_speed',
'pl_med_spd': 'payload_medium_speed', 'pl_med_spd': 'payload_medium_speed',
'pl_not_avail': 'payload_not_available', 'pl_not_avail': 'payload_not_available',
'pl_not_home': 'payload_not_home',
'pl_off': 'payload_off', 'pl_off': 'payload_off',
'pl_off_spd': 'payload_off_speed',
'pl_on': 'payload_on', 'pl_on': 'payload_on',
'pl_open': 'payload_open', 'pl_open': 'payload_open',
'pl_osc_off': 'payload_oscillation_off', 'pl_osc_off': 'payload_oscillation_off',
'pl_osc_on': 'payload_oscillation_on', 'pl_osc_on': 'payload_oscillation_on',
'pl_paus': 'payload_pause',
'pl_stop': 'payload_stop', 'pl_stop': 'payload_stop',
'pl_strt': 'payload_start',
'pl_stpa': 'payload_start_pause',
'pl_ret': 'payload_return_to_base',
'pl_toff': 'payload_turn_off',
'pl_ton': 'payload_turn_on',
'pl_unlk': 'payload_unlock', 'pl_unlk': 'payload_unlock',
'pos_clsd': 'position_closed',
'pos_open': 'position_open',
'pow_cmd_t': 'power_command_topic', 'pow_cmd_t': 'power_command_topic',
'pow_stat_t': 'power_state_topic',
'pow_stat_tpl': 'power_state_template',
'r_tpl': 'red_template', 'r_tpl': 'red_template',
'ret': 'retain', 'ret': 'retain',
'rgb_cmd_tpl': 'rgb_command_template', 'rgb_cmd_tpl': 'rgb_command_template',
@ -172,6 +203,7 @@ Supported abbreviations:
'rgb_val_tpl': 'rgb_value_template', 'rgb_val_tpl': 'rgb_value_template',
'send_cmd_t': 'send_command_topic', 'send_cmd_t': 'send_command_topic',
'send_if_off': 'send_if_off', 'send_if_off': 'send_if_off',
'set_fan_spd_t': 'set_fan_speed_topic',
'set_pos_tpl': 'set_position_template', 'set_pos_tpl': 'set_position_template',
'set_pos_t': 'set_position_topic', 'set_pos_t': 'set_position_topic',
'pos_t': 'position_topic', 'pos_t': 'position_topic',
@ -179,18 +211,30 @@ Supported abbreviations:
'spd_stat_t': 'speed_state_topic', 'spd_stat_t': 'speed_state_topic',
'spd_val_tpl': 'speed_value_template', 'spd_val_tpl': 'speed_value_template',
'spds': 'speeds', 'spds': 'speeds',
'src_type': 'source_type',
'stat_clsd': 'state_closed', 'stat_clsd': 'state_closed',
'stat_closing': 'state_closing',
'stat_off': 'state_off', 'stat_off': 'state_off',
'stat_on': 'state_on', 'stat_on': 'state_on',
'stat_open': 'state_open', 'stat_open': 'state_open',
'stat_opening': 'state_opening',
'stat_locked': 'state_locked',
'stat_unlocked': 'state_unlocked',
'stat_t': 'state_topic', 'stat_t': 'state_topic',
'stat_tpl': 'state_template', 'stat_tpl': 'state_template',
'stat_val_tpl': 'state_value_template', 'stat_val_tpl': 'state_value_template',
'stype': 'subtype',
'sup_feat': 'supported_features', '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',
'temp_cmd_t': 'temperature_command_topic', 'temp_cmd_t': 'temperature_command_topic',
'temp_hi_cmd_t': 'temperature_high_command_topic',
'temp_hi_stat_tpl': 'temperature_high_state_template',
'temp_hi_stat_t': 'temperature_high_state_topic',
'temp_lo_cmd_t': 'temperature_low_command_topic',
'temp_lo_stat_tpl': 'temperature_low_state_template',
'temp_lo_stat_t': 'temperature_low_state_topic',
'temp_stat_tpl': 'temperature_state_template', 'temp_stat_tpl': 'temperature_state_template',
'temp_stat_t': 'temperature_state_topic', 'temp_stat_t': 'temperature_state_topic',
'tilt_clsd_val': 'tilt_closed_value', 'tilt_clsd_val': 'tilt_closed_value',
@ -199,8 +243,9 @@ Supported abbreviations:
'tilt_max': 'tilt_max', 'tilt_max': 'tilt_max',
'tilt_min': 'tilt_min', 'tilt_min': 'tilt_min',
'tilt_opnd_val': 'tilt_opened_value', 'tilt_opnd_val': 'tilt_opened_value',
'tilt_status_opt': 'tilt_status_optimistic', 'tilt_opt': 'tilt_optimistic',
'tilt_status_t': 'tilt_status_topic', 'tilt_status_t': 'tilt_status_topic',
'tilt_status_tpl': 'tilt_status_template',
't': 'topic', 't': 'topic',
'uniq_id': 'unique_id', 'uniq_id': 'unique_id',
'unit_of_meas': 'unit_of_measurement', 'unit_of_meas': 'unit_of_measurement',