Migrate MQTT integration to brands + add ha_domain (#12296)

This commit is contained in:
Franck Nijhof 2020-03-06 20:02:40 +01:00 committed by GitHub
parent bbec380813
commit e2555e3816
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
15 changed files with 14 additions and 15 deletions

View File

@ -1,11 +1,11 @@
--- ---
title: "MQTT Alarm Control Panel" title: "MQTT Alarm Control Panel"
description: "Instructions on how to integrate MQTT capable Alarm Panels into Home Assistant." description: "Instructions on how to integrate MQTT capable Alarm Panels into Home Assistant."
logo: mqtt.png
ha_category: ha_category:
- Alarm - Alarm
ha_release: 0.7.4 ha_release: 0.7.4
ha_iot_class: Configurable 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`. 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`.

View File

@ -1,11 +1,11 @@
--- ---
title: "MQTT Binary Sensor" title: "MQTT Binary Sensor"
description: "Instructions on how to integrate MQTT binary sensors within Home Assistant." description: "Instructions on how to integrate MQTT binary sensors within Home Assistant."
logo: mqtt.png
ha_category: ha_category:
- Binary Sensor - Binary Sensor
ha_release: 0.9 ha_release: 0.9
ha_iot_class: Configurable 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`. The `mqtt` binary sensor platform uses an MQTT message payload to set the binary sensor to one of two states: `on` or `off`.

View File

@ -1,11 +1,11 @@
--- ---
title: "MQTT Camera" title: "MQTT Camera"
description: "Instructions on how to use an MQTT image message as a Camera within Home Assistant." description: "Instructions on how to use an MQTT image message as a Camera within Home Assistant."
logo: mqtt.png
ha_category: ha_category:
- Camera - Camera
ha_release: 0.43 ha_release: 0.43
ha_iot_class: Configurable 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. 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.

View File

@ -1,11 +1,11 @@
--- ---
title: "MQTT HVAC" title: "MQTT HVAC"
description: "Instructions on how to integrate MQTT HVAC into Home Assistant." description: "Instructions on how to integrate MQTT HVAC into Home Assistant."
logo: mqtt.png
ha_category: ha_category:
- Climate - Climate
ha_release: 0.55 ha_release: 0.55
ha_iot_class: Local Polling ha_iot_class: Local Polling
ha_domain: mqtt
--- ---
The `mqtt` climate platform lets you control your MQTT enabled HVAC devices. The `mqtt` climate platform lets you control your MQTT enabled HVAC devices.

View File

@ -1,11 +1,11 @@
--- ---
title: "MQTT Cover" title: "MQTT Cover"
description: "Instructions on how to integrate MQTT covers into Home Assistant." description: "Instructions on how to integrate MQTT covers into Home Assistant."
logo: mqtt.png
ha_category: ha_category:
- Cover - Cover
ha_iot_class: Configurable ha_iot_class: Configurable
ha_release: 0.18 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). The `mqtt` cover platform allows you to control an MQTT cover (such as blinds, a rollershutter or a garage door).

View File

@ -1,11 +1,11 @@
--- ---
title: "MQTT Device Tracker" title: "MQTT Device Tracker"
description: "Instructions on how to use MQTT to track devices in Home Assistant." description: "Instructions on how to use MQTT to track devices in Home Assistant."
logo: mqtt.png
ha_category: ha_category:
- Presence Detection - Presence Detection
ha_iot_class: Configurable ha_iot_class: Configurable
ha_release: 0.7.3 ha_release: 0.7.3
ha_domain: mqtt
--- ---

View File

@ -1,11 +1,11 @@
--- ---
title: "MQTT Device Trigger" title: "MQTT Device Trigger"
description: "Instructions on how to integrate MQTT device triggers within Home Assistant." description: "Instructions on how to integrate MQTT device triggers within Home Assistant."
logo: mqtt.png
ha_category: ha_category:
- Device Automation - Device Automation
ha_release: 0.106 ha_release: 0.106
ha_iot_class: Configurable ha_iot_class: Configurable
ha_domain: mqtt
--- ---
The `mqtt` device trigger platform uses an MQTT message payload to generate device trigger events. The `mqtt` device trigger platform uses an MQTT message payload to generate device trigger events.

View File

@ -1,11 +1,11 @@
--- ---
title: "MQTT Fan" title: "MQTT Fan"
description: "Instructions on how to integrate MQTT fans into Home Assistant." description: "Instructions on how to integrate MQTT fans into Home Assistant."
logo: mqtt.png
ha_category: ha_category:
- Fan - Fan
ha_release: 0.27 ha_release: 0.27
ha_iot_class: Configurable ha_iot_class: Configurable
ha_domain: mqtt
--- ---
The `mqtt` fan platform lets you control your MQTT enabled fans. The `mqtt` fan platform lets you control your MQTT enabled fans.

View File

@ -1,11 +1,11 @@
--- ---
title: "MQTT Light" title: "MQTT Light"
description: "Instructions on how to setup MQTT lights using default schema within Home Assistant." description: "Instructions on how to setup MQTT lights using default schema within Home Assistant."
logo: mqtt.png
ha_category: ha_category:
- Light - Light
ha_iot_class: Configurable ha_iot_class: Configurable
ha_release: 0.8 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. The `mqtt` light platform lets you control your MQTT enabled lights through one of the supported message schemas.

View File

@ -1,11 +1,11 @@
--- ---
title: "MQTT Lock" title: "MQTT Lock"
description: "Instructions on how to integrate MQTT locks into Home Assistant." description: "Instructions on how to integrate MQTT locks into Home Assistant."
logo: mqtt.png
ha_category: ha_category:
- Lock - Lock
ha_release: 0.15 ha_release: 0.15
ha_iot_class: Configurable ha_iot_class: Configurable
ha_domain: mqtt
--- ---
The `mqtt` lock platform lets you control your MQTT enabled locks. The `mqtt` lock platform lets you control your MQTT enabled locks.

View File

@ -1,7 +1,6 @@
--- ---
title: MQTT title: MQTT
description: Instructions on how to setup MQTT within Home Assistant. description: Instructions on how to setup MQTT within Home Assistant.
logo: mqtt.png
ha_category: ha_category:
- Hub - Hub
featured: true featured: true

View File

@ -1,11 +1,11 @@
--- ---
title: "Notify Group" title: "Notify Group"
description: "Instructions on how to setup the notify group platform." description: "Instructions on how to setup the notify group platform."
logo: home-assistant.png
ha_category: ha_category:
- Notifications - Notifications
ha_release: 0.26 ha_release: 0.26
ha_quality_scale: internal ha_quality_scale: internal
ha_domain: group
--- ---
The `group` notification platform allows you to combine multiple `notify` platforms into a single service. The `group` notification platform allows you to combine multiple `notify` platforms into a single service.

View File

@ -1,11 +1,11 @@
--- ---
title: "MQTT Sensor" title: "MQTT Sensor"
description: "Instructions on how to integrate MQTT sensors within Home Assistant." description: "Instructions on how to integrate MQTT sensors within Home Assistant."
logo: mqtt.png
ha_category: ha_category:
- Sensor - Sensor
ha_release: 0.7 ha_release: 0.7
ha_iot_class: Configurable 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. 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.

View File

@ -1,11 +1,11 @@
--- ---
title: "MQTT Switch" title: "MQTT Switch"
description: "Instructions on how to integrate MQTT switches into Home Assistant." description: "Instructions on how to integrate MQTT switches into Home Assistant."
logo: mqtt.png
ha_category: ha_category:
- Switch - Switch
ha_release: 0.7 ha_release: 0.7
ha_iot_class: Configurable ha_iot_class: Configurable
ha_domain: mqtt
--- ---
The `mqtt` switch platform lets you control your MQTT enabled switches. The `mqtt` switch platform lets you control your MQTT enabled switches.

View File

@ -1,10 +1,10 @@
--- ---
title: "MQTT Vacuum" title: "MQTT Vacuum"
description: "Instructions on how to integrate your MQTT enabled Vacuum within Home Assistant." description: "Instructions on how to integrate your MQTT enabled Vacuum within Home Assistant."
logo: mqtt.png
ha_category: ha_category:
- Vacuum - Vacuum
ha_release: 0.54 ha_release: 0.54
ha_domain: mqtt
--- ---
The `mqtt` vacuum integration allows you to control your MQTT-enabled vacuum. The `mqtt` vacuum integration allows you to control your MQTT-enabled vacuum.