Revert "Add clean_session as configurable option to the MQTT component" (#4282)

This commit is contained in:
Jesse Hills 2024-09-27 09:58:22 +12:00 committed by GitHub
parent a8eada3d68
commit 4433fbd5cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,8 +39,6 @@ Configuration variables:
authentication. Empty (the default) means no authentication. authentication. Empty (the default) means no authentication.
- **password** (*Optional*, string): The password to use for - **password** (*Optional*, string): The password to use for
authentication. Empty (the default) means no authentication. authentication. Empty (the default) means no authentication.
- **clean_session** (*Optional*, boolean): Whether the broker will clean
the MQTT session after disconnect. Defaults to ``false``.
- **client_id** (*Optional*, string): The client id to use for opening - **client_id** (*Optional*, string): The client id to use for opening
connections. See :ref:`mqtt-defaults` for more information. connections. See :ref:`mqtt-defaults` for more information.
- **discover_ip** (*Optional*, boolean): If Home Assistant automatic device - **discover_ip** (*Optional*, boolean): If Home Assistant automatic device