Hello
i am looking for help to add a message to the Afterburner Diesel Heater Thermostat that i did
Is there a way to ask a confirmation? Something like" Are you sure"
- platform: mqtt
name: Heater Thermostat
retain: false
payload_on: 1
payload_off: 0
temperature_unit: C
modes:
- “off”
- “heat”
mode_state_topic: “AfterburnerD01E74/sts/RunHA”
mode_command_topic: “AfterburnerD01E74/cmd/Run”
availability_topic: “AfterburnerD01E74/status”
current_temperature_topic: “AfterburnerD01E74/sts/TempCurrent”
temperature_command_topic: “AfterburnerD01E74/cmd/TempDesired”
temperature_state_topic: “AfterburnerD01E74/sts/TempDesired”