File tree Expand file tree Collapse file tree 2 files changed +69
-66
lines changed
homeassistant/components/mqtt Expand file tree Collapse file tree 2 files changed +69
-66
lines changed Original file line number Diff line number Diff line change 479479
480480INTEGRATION_URL = f"{ USER_DOCUMENTATION_URL } integrations/{ DOMAIN } /"
481481TEMPLATING_URL = f"{ USER_DOCUMENTATION_URL } docs/configuration/templating/"
482+ COMMAND_TEMPLATING_URL = f"{ TEMPLATING_URL } #using-command-templates-with-mqtt"
483+ VALUE_TEMPLATING_URL = f"{ TEMPLATING_URL } #using-value-templates-with-mqtt"
482484AVAILABLE_STATE_CLASSES_URL = (
483485 f"{ DEVELOPER_DOCUMENTATION_URL } docs/core/entity/sensor/#available-state-classes"
484486)
488490)
489491
490492TRANSLATION_DESCRIPTION_PLACEHOLDERS = {
491- "templating_url" : TEMPLATING_URL ,
493+ "command_templating_url" : COMMAND_TEMPLATING_URL ,
494+ "value_templating_url" : VALUE_TEMPLATING_URL ,
492495 "available_state_classes_url" : AVAILABLE_STATE_CLASSES_URL ,
493496 "naming_entities_url" : NAMING_ENTITIES_URL ,
494497 "registry_properties_url" : REGISTRY_PROPERTIES_URL ,
You can’t perform that action at this time.
0 commit comments