Adding a linkable title (#6312)

Adding a linkable title
This commit is contained in:
DubhAd 2018-09-19 07:35:02 +01:00 committed by Fabian Affolter
parent 3a076534cd
commit e2aeb134bd

View File

@ -47,6 +47,8 @@ State changes can be used as the source of triggers and the current state can be
Actions are all about calling services. To explore the available services open the <img src='/images/screenshots/developer-tool-services-icon.png' class='no-shadow' height='38' /> Services developer tool. Services allow to change anything. For example turn on a light, run a script or enable a scene. Each service has a domain and a name. For example the service `light.turn_on` is capable of turning on any light in your system. Services can be passed parameters to for example tell which device to turn on or what color to use. Actions are all about calling services. To explore the available services open the <img src='/images/screenshots/developer-tool-services-icon.png' class='no-shadow' height='38' /> Services developer tool. Services allow to change anything. For example turn on a light, run a script or enable a scene. Each service has a domain and a name. For example the service `light.turn_on` is capable of turning on any light in your system. Services can be passed parameters to for example tell which device to turn on or what color to use.
### {% linkable_title Automation initial state %}
You have to set an initial state in your automations in order for Home Assistant to enable them upon restart. You have to set an initial state in your automations in order for Home Assistant to enable them upon restart.
```text ```text