Release blog post 0.54
This commit is contained in:
parent
6bcea559cf
commit
45c1dee8df
7 changed files with 362 additions and 9 deletions
|
@ -9,7 +9,7 @@ sharing: true
|
|||
footer: true
|
||||
logo: abode.jpg
|
||||
ha_release: 0.54
|
||||
ha_category: Cover
|
||||
ha_category: Light
|
||||
ha_iot_class: "Cloud Push"
|
||||
---
|
||||
|
||||
|
|
|
@ -9,7 +9,6 @@ sharing: true
|
|||
footer: true
|
||||
ha_category: DIY
|
||||
ha_release: 0.54
|
||||
logo: home-assistant.png
|
||||
ha_iot_class: "Local Polling"
|
||||
---
|
||||
|
||||
|
|
|
@ -7,7 +7,6 @@ sidebar: true
|
|||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: home-assistant.png
|
||||
ha_category: Switch
|
||||
ha_release: 0.54
|
||||
ha_iot_class: "Local Polling"
|
||||
|
@ -29,7 +28,7 @@ switch:
|
|||
command_on: "PWR ON"
|
||||
command_off: "PWR OFF"
|
||||
command_state: "PWR?"
|
||||
value_template: '{{ value == "PWR=01" }}'
|
||||
value_template: '{% raw %}{{ value == "PWR=01" }}{% endraw %}'
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
layout: page
|
||||
title: "MQTT"
|
||||
title: "MQTT Vacuum"
|
||||
description: "Instructions how to integrate your MQTT enabled Vacuum within Home Assistant."
|
||||
date: 2017-09-11 20:26
|
||||
sidebar: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue