1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

Add clean_session as configurable option to the MQTT component (#7501)

This commit is contained in:
victorclaessen
2024-09-26 23:57:51 +02:00
committed by GitHub
parent c55b4f5e1b
commit 3df25a183a
5 changed files with 9 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ mqtt:
port: 1883
username: debug
password: debug
clean_session: True
client_id: someclient
use_abbreviations: false
discovery: true