diff --git a/source/_integrations/alarm_control_panel.mqtt.markdown b/source/_integrations/alarm_control_panel.mqtt.markdown index 9d912318ceb2..0f5fee56b7d0 100644 --- a/source/_integrations/alarm_control_panel.mqtt.markdown +++ b/source/_integrations/alarm_control_panel.mqtt.markdown @@ -1,11 +1,11 @@ --- title: "MQTT Alarm Control Panel" description: "Instructions on how to integrate MQTT capable Alarm Panels into Home Assistant." -logo: mqtt.png ha_category: - Alarm ha_release: 0.7.4 ha_iot_class: Configurable +ha_domain: mqtt --- The `mqtt` alarm panel platform enables the possibility to control MQTT capable alarm panels. The Alarm icon will change state after receiving a new state from `state_topic`. If these messages are published with *RETAIN* flag, the MQTT alarm panel will receive an instant state update after subscription and will start with the correct state. Otherwise, the initial state will be `unknown`. diff --git a/source/_integrations/binary_sensor.mqtt.markdown b/source/_integrations/binary_sensor.mqtt.markdown index 10211332f119..1b5510754727 100644 --- a/source/_integrations/binary_sensor.mqtt.markdown +++ b/source/_integrations/binary_sensor.mqtt.markdown @@ -1,11 +1,11 @@ --- title: "MQTT Binary Sensor" description: "Instructions on how to integrate MQTT binary sensors within Home Assistant." -logo: mqtt.png ha_category: - Binary Sensor ha_release: 0.9 ha_iot_class: Configurable +ha_domain: mqtt --- The `mqtt` binary sensor platform uses an MQTT message payload to set the binary sensor to one of two states: `on` or `off`. diff --git a/source/_integrations/camera.mqtt.markdown b/source/_integrations/camera.mqtt.markdown index cf919315afaf..d5ddcc1d462d 100644 --- a/source/_integrations/camera.mqtt.markdown +++ b/source/_integrations/camera.mqtt.markdown @@ -1,11 +1,11 @@ --- title: "MQTT Camera" description: "Instructions on how to use an MQTT image message as a Camera within Home Assistant." -logo: mqtt.png ha_category: - Camera ha_release: 0.43 ha_iot_class: Configurable +ha_domain: mqtt --- The `mqtt` camera platform allows you to integrate the content of an image file sent through MQTT into Home Assistant as a camera. Every time a message under the `topic` in the configuration is received, the image displayed in Home Assistant will also be updated. diff --git a/source/_integrations/climate.mqtt.markdown b/source/_integrations/climate.mqtt.markdown index 8eff6c0095f7..fa9b95d703c8 100644 --- a/source/_integrations/climate.mqtt.markdown +++ b/source/_integrations/climate.mqtt.markdown @@ -1,11 +1,11 @@ --- title: "MQTT HVAC" description: "Instructions on how to integrate MQTT HVAC into Home Assistant." -logo: mqtt.png ha_category: - Climate ha_release: 0.55 ha_iot_class: Local Polling +ha_domain: mqtt --- The `mqtt` climate platform lets you control your MQTT enabled HVAC devices. diff --git a/source/_integrations/cover.mqtt.markdown b/source/_integrations/cover.mqtt.markdown index c10a35fe5351..1c65d259d7a7 100644 --- a/source/_integrations/cover.mqtt.markdown +++ b/source/_integrations/cover.mqtt.markdown @@ -1,11 +1,11 @@ --- title: "MQTT Cover" description: "Instructions on how to integrate MQTT covers into Home Assistant." -logo: mqtt.png ha_category: - Cover ha_iot_class: Configurable ha_release: 0.18 +ha_domain: mqtt --- The `mqtt` cover platform allows you to control an MQTT cover (such as blinds, a rollershutter or a garage door). diff --git a/source/_integrations/device_tracker.mqtt.markdown b/source/_integrations/device_tracker.mqtt.markdown index effb909204c2..678a65cd0926 100644 --- a/source/_integrations/device_tracker.mqtt.markdown +++ b/source/_integrations/device_tracker.mqtt.markdown @@ -1,11 +1,11 @@ --- title: "MQTT Device Tracker" description: "Instructions on how to use MQTT to track devices in Home Assistant." -logo: mqtt.png ha_category: - Presence Detection ha_iot_class: Configurable ha_release: 0.7.3 +ha_domain: mqtt --- diff --git a/source/_integrations/device_trigger.mqtt.markdown b/source/_integrations/device_trigger.mqtt.markdown index 2855e697c5b1..8a843437826e 100644 --- a/source/_integrations/device_trigger.mqtt.markdown +++ b/source/_integrations/device_trigger.mqtt.markdown @@ -1,11 +1,11 @@ --- title: "MQTT Device Trigger" description: "Instructions on how to integrate MQTT device triggers within Home Assistant." -logo: mqtt.png ha_category: - Device Automation ha_release: 0.106 ha_iot_class: Configurable +ha_domain: mqtt --- The `mqtt` device trigger platform uses an MQTT message payload to generate device trigger events. diff --git a/source/_integrations/fan.mqtt.markdown b/source/_integrations/fan.mqtt.markdown index 49872822848b..2a12a35a02b5 100644 --- a/source/_integrations/fan.mqtt.markdown +++ b/source/_integrations/fan.mqtt.markdown @@ -1,11 +1,11 @@ --- title: "MQTT Fan" description: "Instructions on how to integrate MQTT fans into Home Assistant." -logo: mqtt.png ha_category: - Fan ha_release: 0.27 ha_iot_class: Configurable +ha_domain: mqtt --- The `mqtt` fan platform lets you control your MQTT enabled fans. diff --git a/source/_integrations/light.mqtt.markdown b/source/_integrations/light.mqtt.markdown index 5d2270cd6e6a..e34d38da4738 100644 --- a/source/_integrations/light.mqtt.markdown +++ b/source/_integrations/light.mqtt.markdown @@ -1,11 +1,11 @@ --- title: "MQTT Light" description: "Instructions on how to setup MQTT lights using default schema within Home Assistant." -logo: mqtt.png ha_category: - Light ha_iot_class: Configurable ha_release: 0.8 +ha_domain: mqtt --- The `mqtt` light platform lets you control your MQTT enabled lights through one of the supported message schemas. diff --git a/source/_integrations/lock.mqtt.markdown b/source/_integrations/lock.mqtt.markdown index 419e0fe834de..f4eae2dc7eea 100644 --- a/source/_integrations/lock.mqtt.markdown +++ b/source/_integrations/lock.mqtt.markdown @@ -1,11 +1,11 @@ --- title: "MQTT Lock" description: "Instructions on how to integrate MQTT locks into Home Assistant." -logo: mqtt.png ha_category: - Lock ha_release: 0.15 ha_iot_class: Configurable +ha_domain: mqtt --- The `mqtt` lock platform lets you control your MQTT enabled locks. diff --git a/source/_integrations/mqtt.markdown b/source/_integrations/mqtt.markdown index 681f95808570..290d2d79b536 100644 --- a/source/_integrations/mqtt.markdown +++ b/source/_integrations/mqtt.markdown @@ -1,7 +1,6 @@ --- title: MQTT description: Instructions on how to setup MQTT within Home Assistant. -logo: mqtt.png ha_category: - Hub featured: true diff --git a/source/_integrations/notify.group.markdown b/source/_integrations/notify.group.markdown index 218863deb2b4..e14e8d0f829a 100644 --- a/source/_integrations/notify.group.markdown +++ b/source/_integrations/notify.group.markdown @@ -1,11 +1,11 @@ --- title: "Notify Group" description: "Instructions on how to setup the notify group platform." -logo: home-assistant.png ha_category: - Notifications ha_release: 0.26 ha_quality_scale: internal +ha_domain: group --- The `group` notification platform allows you to combine multiple `notify` platforms into a single service. diff --git a/source/_integrations/sensor.mqtt.markdown b/source/_integrations/sensor.mqtt.markdown index 5da58677dec8..3a9ca27d2a3a 100644 --- a/source/_integrations/sensor.mqtt.markdown +++ b/source/_integrations/sensor.mqtt.markdown @@ -1,11 +1,11 @@ --- title: "MQTT Sensor" description: "Instructions on how to integrate MQTT sensors within Home Assistant." -logo: mqtt.png ha_category: - Sensor ha_release: 0.7 ha_iot_class: Configurable +ha_domain: mqtt --- 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. diff --git a/source/_integrations/switch.mqtt.markdown b/source/_integrations/switch.mqtt.markdown index 1c25ceafaf3a..4f4016de4061 100644 --- a/source/_integrations/switch.mqtt.markdown +++ b/source/_integrations/switch.mqtt.markdown @@ -1,11 +1,11 @@ --- title: "MQTT Switch" description: "Instructions on how to integrate MQTT switches into Home Assistant." -logo: mqtt.png ha_category: - Switch ha_release: 0.7 ha_iot_class: Configurable +ha_domain: mqtt --- The `mqtt` switch platform lets you control your MQTT enabled switches. diff --git a/source/_integrations/vacuum.mqtt.markdown b/source/_integrations/vacuum.mqtt.markdown index f6f871b22d01..7e64f0f07959 100644 --- a/source/_integrations/vacuum.mqtt.markdown +++ b/source/_integrations/vacuum.mqtt.markdown @@ -1,10 +1,10 @@ --- title: "MQTT Vacuum" description: "Instructions on how to integrate your MQTT enabled Vacuum within Home Assistant." -logo: mqtt.png ha_category: - Vacuum ha_release: 0.54 +ha_domain: mqtt --- The `mqtt` vacuum integration allows you to control your MQTT-enabled vacuum.