Swap 'p' and 'platform' in table of abbreviations to correct order. (#37308)

* Swap 'p' and 'platform' in table of abbreviations to correct order.

* Revert formatting changes
This commit is contained in:
trepidacious 2025-02-05 09:28:11 +00:00 committed by GitHub
parent 1400d55e27
commit 829ca70add
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -782,7 +782,7 @@ support_url:
'osc_cmd_tpl': 'oscillation_command_template', 'osc_cmd_tpl': 'oscillation_command_template',
'osc_stat_t': 'oscillation_state_topic', 'osc_stat_t': 'oscillation_state_topic',
'osc_val_tpl': 'oscillation_value_template', 'osc_val_tpl': 'oscillation_value_template',
'platform': 'p', 'p': 'platform',
'pct_cmd_t': 'percentage_command_topic', 'pct_cmd_t': 'percentage_command_topic',
'pct_cmd_tpl': 'percentage_command_template', 'pct_cmd_tpl': 'percentage_command_template',
'pct_stat_t': 'percentage_state_topic', 'pct_stat_t': 'percentage_state_topic',