Skip to content

Commit

Permalink
Migrate MQTT integration to brands + add ha_domain (home-assistant#12296
Browse files Browse the repository at this point in the history
)
  • Loading branch information
frenck authored Mar 6, 2020
1 parent bbec380 commit e2555e3
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 15 deletions.
2 changes: 1 addition & 1 deletion source/_integrations/alarm_control_panel.mqtt.markdown
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/binary_sensor.mqtt.markdown
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/camera.mqtt.markdown
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/climate.mqtt.markdown
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/cover.mqtt.markdown
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/device_tracker.mqtt.markdown
Original file line number Diff line number Diff line change
@@ -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
---


Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/device_trigger.mqtt.markdown
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/fan.mqtt.markdown
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/light.mqtt.markdown
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/lock.mqtt.markdown
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
1 change: 0 additions & 1 deletion source/_integrations/mqtt.markdown
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: MQTT
description: Instructions on how to setup MQTT within Home Assistant.
logo: mqtt.png
ha_category:
- Hub
featured: true
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/notify.group.markdown
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/sensor.mqtt.markdown
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/switch.mqtt.markdown
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion source/_integrations/vacuum.mqtt.markdown
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit e2555e3

Please sign in to comment.