Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,9 @@ social:

# Home Assistant release details
current_major_version: 0
current_minor_version: 73
current_patch_version: 1
date_released: 2018-07-08
current_minor_version: 74
current_patch_version: 0
date_released: 2018-07-21

# Either # or the anchor link to latest release notes in the blog post.
# Must be prefixed with a # and have double quotes around it.
Expand Down
4 changes: 2 additions & 2 deletions source/_lovelace/glance.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ title:
required: false
description: Card title
type: string
show_title:
show_name:
required: false
description: Show entity titles.
description: Show entity names.
type: boolean
default: "true"
show_state:
Expand Down
Loading