Structs

The mqtt binary sensor platform uses an MQTT message received to set the binary sensor’s state to on, off or unknown.
The mqtt button platform lets you send an MQTT message when the button is pressed in the frontend or the button press service is called. This can be used to expose some service of a remote device, for example reboot.
The mqtt cover platform allows you to control an MQTT cover (such as blinds, a roller shutter or a garage door).
The mqtt device tracker platform allows you to automatically discover device_trackers using the MQTT Discovery protocol.
The mqtt light platform lets you control your MQTT enabled lights.
This mqtt sensor platform uses the MQTT message payload as the sensor value. If messages in this state_topic are published with RETAIN flag, the sensor will receive an instant update with last known value. Otherwise, the initial state will be undefined.
The mqtt switch platform lets you control your MQTT enabled switches.

Enums