File tree 2 files changed +5
-3
lines changed 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
layout : page
3
- title : " Customizing devices and services "
4
- description : " Simple customization for devices and services in the frontend."
3
+ title : " Customizing entities "
4
+ description : " Simple customization for entities in the frontend."
5
5
date : 2016-04-20 06:00
6
6
sidebar : true
7
7
comments : false
@@ -33,9 +33,11 @@ homeassistant:
33
33
icon : mdi:kettle
34
34
switch.rfxtrx_switch :
35
35
assumed_state : false
36
+ # Customize all entities in a domain
36
37
customize_domain :
37
38
light :
38
39
icon : mdi:home
40
+ # Customize entities matching a pattern
39
41
customize_glob :
40
42
" light.kitchen_* " :
41
43
icon : mdi:description
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ <h1 class="title delta">Topics</h1>
27
27
< li > {% active_link /docs/configuration/yaml/ YAML %}</ li >
28
28
< li > {% active_link /docs/configuration/basic/ Basic information %}</ li >
29
29
< li > {% active_link /docs/configuration/devices/ Setting up devices %}</ li >
30
- < li > {% active_link /docs/configuration/customizing-devices/ Customizing devices and services %}</ li >
30
+ < li > {% active_link /docs/configuration/customizing-devices/ Customizing entities %}</ li >
31
31
< li > {% active_link /docs/configuration/troubleshooting/ Troubleshooting %}</ li >
32
32
< li > {% active_link /docs/configuration/securing/ Security Check Points %}</ li >
33
33
</ ul >
You can’t perform that action at this time.
0 commit comments