Clarify customize title
This commit is contained in:
parent
f9ef0f69c1
commit
59d6c612a4
2 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Customizing devices and services"
|
||||
description: "Simple customization for devices and services in the frontend."
|
||||
title: "Customizing entities"
|
||||
description: "Simple customization for entities in the frontend."
|
||||
date: 2016-04-20 06:00
|
||||
sidebar: true
|
||||
comments: false
|
||||
|
@ -33,9 +33,11 @@ homeassistant:
|
|||
icon: mdi:kettle
|
||||
switch.rfxtrx_switch:
|
||||
assumed_state: false
|
||||
# Customize all entities in a domain
|
||||
customize_domain:
|
||||
light:
|
||||
icon: mdi:home
|
||||
# Customize entities matching a pattern
|
||||
customize_glob:
|
||||
"light.kitchen_*":
|
||||
icon: mdi:description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue