mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
This allows integrating with devices which require more complex payloads to be posted when updating their values. Old feature request: https://github.com/home-assistant/core/issues/11496 There are numerous posts requesting this feature, example: https://community.home-assistant.io/t/need-help-with-value-template-for-mqtt-hvac/73395/68https://community.home-assistant.io/t/need-help-with-value-template-for-mqtt-hvac/73395/68 Command templates have been added for the following: - fan_mode - hold - mode - swing_mode - temperature - temperature high/low This doesn't add templates for aux, away mode, power since these already accept custom payload_on/off (although they all share the same payload). It should be straightforward to add templates for them as well if needed.