Add 'ha_iot_class'

This commit is contained in:
Fabian Affolter 2017-06-13 18:04:56 +02:00
parent fcd7c27638
commit 068887f720
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
10 changed files with 10 additions and 3 deletions

View File

@ -10,6 +10,7 @@ footer: true
logo: mqtt.png logo: mqtt.png
ha_category: Alarm ha_category: Alarm
ha_release: 0.7.4 ha_release: 0.7.4
ha_iot_class: depends
--- ---
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

@ -10,7 +10,7 @@ footer: true
logo: mqtt.png logo: mqtt.png
ha_category: Binary Sensor ha_category: Binary Sensor
ha_release: 0.9 ha_release: 0.9
ha_iot_class: "Depends" ha_iot_class: "depends"
--- ---

View File

@ -10,6 +10,7 @@ footer: true
logo: mqtt.png logo: mqtt.png
ha_category: Camera ha_category: Camera
ha_release: 0.43 ha_release: 0.43
ha_iot_class: depends
--- ---
The `mqtt` camera platform allows you to integrate the content of an image file sent through MQTT into Home Assistant as a camera. Everytime 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. Everytime a message under the `topic` in the configuration is received, the image displayed in Home Assistant will also be updated.

View File

@ -9,6 +9,7 @@ sharing: true
footer: true footer: true
logo: mqtt.png logo: mqtt.png
ha_category: Presence Detection ha_category: Presence Detection
ha_iot_class: depends
--- ---

View File

@ -10,6 +10,7 @@ footer: true
logo: mqtt.png logo: mqtt.png
ha_category: Presence Detection ha_category: Presence Detection
ha_version: 0.44 ha_version: 0.44
ha_iot_class: depends
--- ---

View File

@ -9,6 +9,7 @@ sharing: true
footer: true footer: true
logo: mqtt.png logo: mqtt.png
ha_category: Light ha_category: Light
ha_iot_class: depends
--- ---
The `mqtt` light platform lets you control your MQTT enabled lights. It supports setting brightness, color temperature, effects, flashing, on/off, RGB colors, transitions, XY colors and white values. The `mqtt` light platform lets you control your MQTT enabled lights. It supports setting brightness, color temperature, effects, flashing, on/off, RGB colors, transitions, XY colors and white values.

View File

@ -9,7 +9,7 @@ sharing: true
footer: true footer: true
logo: mqtt.png logo: mqtt.png
ha_category: Light ha_category: Light
ha_iot_class: "Local Push" ha_iot_class: depends
ha_release: 0.26 ha_release: 0.26
--- ---

View File

@ -9,7 +9,7 @@ sharing: true
footer: true footer: true
logo: mqtt.png logo: mqtt.png
ha_category: Light ha_category: Light
ha_iot_class: "Local Push" ha_iot_class: depends
ha_release: 0.33 ha_release: 0.33
--- ---

View File

@ -10,6 +10,7 @@ footer: true
logo: mqtt.png logo: mqtt.png
ha_category: Other ha_category: Other
ha_release: 0.11 ha_release: 0.11
ha_iot_class: depends
--- ---
The `mqtt_eventstream` component connects two Home Assistant instances via MQTT. The `mqtt_eventstream` component connects two Home Assistant instances via MQTT.

View File

@ -9,6 +9,7 @@ sharing: true
footer: true footer: true
logo: mqtt.png logo: mqtt.png
ha_category: Notifications ha_category: Notifications
ha_iot_class: depends
--- ---
The MQTT notification support is different than the other [notification](/components/notify/) platforms. It is a service. This means that you don't have to create a configuration entry but you need to provide more details while calling the service. The MQTT notification support is different than the other [notification](/components/notify/) platforms. It is a service. This means that you don't have to create a configuration entry but you need to provide more details while calling the service.