Add 0.7.4 release blog post

This commit is contained in:
Paulus Schoutsen 2015-10-05 23:20:26 -07:00
parent 966416644d
commit f4deb41e4c
8 changed files with 81 additions and 27 deletions

View file

@ -170,3 +170,8 @@ go automate!
- Learn about [scripts](/components/script.html) to help you trigger multiple actions and delays
- Learn about [scenes](/components/scene.html) to help you set many entities at once to your liking
- Setup the [notification component](/components/#notify-service) to sent yourself messages
<p class='note warning'>
Whenever you write the value <code>on</code> or <code>off</code>, surround it with quotes to avoid
the YAML parser interpreting the values as booleans.
</p>