mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 10:56:49 +00:00
Clarify customize title
This commit is contained in:
parent
f9ef0f69c1
commit
59d6c612a4
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Customizing devices and services"
|
title: "Customizing entities"
|
||||||
description: "Simple customization for devices and services in the frontend."
|
description: "Simple customization for entities in the frontend."
|
||||||
date: 2016-04-20 06:00
|
date: 2016-04-20 06:00
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
@ -33,9 +33,11 @@ homeassistant:
|
|||||||
icon: mdi:kettle
|
icon: mdi:kettle
|
||||||
switch.rfxtrx_switch:
|
switch.rfxtrx_switch:
|
||||||
assumed_state: false
|
assumed_state: false
|
||||||
|
# Customize all entities in a domain
|
||||||
customize_domain:
|
customize_domain:
|
||||||
light:
|
light:
|
||||||
icon: mdi:home
|
icon: mdi:home
|
||||||
|
# Customize entities matching a pattern
|
||||||
customize_glob:
|
customize_glob:
|
||||||
"light.kitchen_*":
|
"light.kitchen_*":
|
||||||
icon: mdi:description
|
icon: mdi:description
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
<li>{% active_link /docs/configuration/yaml/ YAML %}</li>
|
<li>{% active_link /docs/configuration/yaml/ YAML %}</li>
|
||||||
<li>{% active_link /docs/configuration/basic/ Basic information %}</li>
|
<li>{% active_link /docs/configuration/basic/ Basic information %}</li>
|
||||||
<li>{% active_link /docs/configuration/devices/ Setting up devices %}</li>
|
<li>{% active_link /docs/configuration/devices/ Setting up devices %}</li>
|
||||||
<li>{% active_link /docs/configuration/customizing-devices/ Customizing devices and services %}</li>
|
<li>{% active_link /docs/configuration/customizing-devices/ Customizing entities %}</li>
|
||||||
<li>{% active_link /docs/configuration/troubleshooting/ Troubleshooting %}</li>
|
<li>{% active_link /docs/configuration/troubleshooting/ Troubleshooting %}</li>
|
||||||
<li>{% active_link /docs/configuration/securing/ Security Check Points %}</li>
|
<li>{% active_link /docs/configuration/securing/ Security Check Points %}</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user