mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Migrate MQTT integration to brands + add ha_domain (#12296)
This commit is contained in:
parent
bbec380813
commit
e2555e3816
@ -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`.
|
||||
|
@ -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`.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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).
|
||||
|
@ -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
|
||||
---
|
||||
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -1,7 +1,6 @@
|
||||
---
|
||||
title: MQTT
|
||||
description: Instructions on how to setup MQTT within Home Assistant.
|
||||
logo: mqtt.png
|
||||
ha_category:
|
||||
- Hub
|
||||
featured: true
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user