Release blog post 0.54

This commit is contained in:
Paulus Schoutsen 2017-09-22 23:06:14 -07:00
parent 6bcea559cf
commit 45c1dee8df
7 changed files with 362 additions and 9 deletions

View file

@ -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"
---

View file

@ -9,7 +9,6 @@ sharing: true
footer: true
ha_category: DIY
ha_release: 0.54
logo: home-assistant.png
ha_iot_class: "Local Polling"
---

View file

@ -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:

View file

@ -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