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

@ -48,13 +48,13 @@ of these parameters. This can be done by adding the following config to the `hom
# Example configuration.yaml entry
homeassistant:
# Add this to your existing configuration
# Only the `entity_id` is required. All other options are optional.
customize:
some.entity_id:
hidden: true
entity_picture: http://placehold.it/200x200
friendly_name: My better name
# Add this to your existing configuration
# Only the `entity_id` is required. All other options are optional.
customize:
some.entity_id:
hidden: true
entity_picture: http://placehold.it/200x200
friendly_name: My better name
```