mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Remove all references to unused Developer Tools sidebar icons (#15010)
This commit is contained in:
parent
76818f547f
commit
157a44a670
@ -8,7 +8,7 @@ ha_iot_class: Configurable
|
|||||||
|
|
||||||
The MQTT notification support is different than the other [notification](/integrations/notify/) platforms. It is a service. This means that you don't have to create a configuration entry but you need to provide more details when calling the service.
|
The MQTT notification support is different than the other [notification](/integrations/notify/) platforms. It is a service. This means that you don't have to create a configuration entry but you need to provide more details when calling the service.
|
||||||
|
|
||||||
**Call Service** section from the <img src='/images/screenshots/developer-tool-services-icon.png' alt='service developer tool icon' class="no-shadow" height="38" /> **Developer Tools** allows you to send MQTT messages. Choose *mqtt.publish* from the list of **Available services:** and enter something like the sample below into the **Service Data** field and hit **CALL SERVICE**.
|
**Call Service** section from **Developer Tools** -> **Services** allows you to send MQTT messages. Choose *mqtt.publish* from the list of **Available services:** and enter something like the sample below into the **Service Data** field and hit **CALL SERVICE**.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{"payload": "Test message from HA", "topic": "home/notification", "qos": 0, "retain": 0}
|
{"payload": "Test message from HA", "topic": "home/notification", "qos": 0, "retain": 0}
|
||||||
|
@ -41,4 +41,4 @@ Automation rules interact directly with the internal state of Home Assistant, so
|
|||||||
|
|
||||||
State changes can be used as the source of triggers and the current state can be used in conditions.
|
State changes can be used as the source of triggers and the current state can be used in conditions.
|
||||||
|
|
||||||
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 **Developer Tools** -> **Services**. 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.
|
||||||
|
@ -438,7 +438,7 @@ The following overview contains a couple of options to get the needed values:
|
|||||||
{% raw %}{{ value_json.tst | timestamp_custom('%Y' True) }}{% endraw %}
|
{% raw %}{{ value_json.tst | timestamp_custom('%Y' True) }}{% endraw %}
|
||||||
```
|
```
|
||||||
|
|
||||||
To evaluate a response, go to the <img src='/images/screenshots/developer-tool-templates-icon.png' alt='template developer tool icon' class="no-shadow" height="38" /> template developer tools, create your output in "Template", and check the result.
|
To evaluate a response, go to **Developer Tools** -> **Template**, create your output in "Template editor", and check the result.
|
||||||
|
|
||||||
{% raw %}
|
{% raw %}
|
||||||
```yaml
|
```yaml
|
||||||
|
@ -224,7 +224,7 @@ device_tracker:
|
|||||||
|
|
||||||
If you change the configuration you have to restart the server. To do that you have 2 options.
|
If you change the configuration you have to restart the server. To do that you have 2 options.
|
||||||
|
|
||||||
1. You can go to the <img src='/images/screenshots/developer-tool-services-icon.png' alt='service developer tool icon' class="no-shadow" height="38" /> service developer tools, select the service `homeassistant/restart` and click "Call Service".
|
1. You can go to the **Developer Tools** -> **Services**, select the service `homeassistant.restart` and click "Call Service".
|
||||||
2. Or you can restart it from a terminal by running `docker restart home-assistant`
|
2. Or you can restart it from a terminal by running `docker restart home-assistant`
|
||||||
|
|
||||||
## Docker Compose
|
## Docker Compose
|
||||||
|
@ -88,4 +88,4 @@ device_config:
|
|||||||
|
|
||||||
### Using Z-Wave devices in automation
|
### Using Z-Wave devices in automation
|
||||||
|
|
||||||
If you want to use a Z-Wave device from the Fibaro controller in Home Assistant automation, you'll need the entity id. In the Home Assistant UI you'll find all entities listed under the <img src='/images/screenshots/developer-tool-states-icon.png' alt='service developer tool icon' class="no-shadow" height="38" /> icon of the Developer Tools section. Look for entities that contain 'fibaro_id' in their attributes, and you'll find the entity id on the left.
|
If you want to use a Z-Wave device from the Fibaro controller in Home Assistant automation, you'll need the entity id. In the Home Assistant UI you'll find all entities listed under **Developer Tools** -> **States**. Look for entities that contain 'fibaro_id' in their attributes, and you'll find the entity id on the left.
|
||||||
|
@ -291,7 +291,7 @@ default_conversations:
|
|||||||
|
|
||||||
### Finding the conversation ID
|
### Finding the conversation ID
|
||||||
|
|
||||||
The conversations has to be precreated, the conversation id can be obtained from the `hangouts.conversations` entity, this can be found in with the states developer tool that is shown as this icon <img src='/images/screenshots/developer-tool-states-icon.png' class='no-shadow' height='38' /> in the side bar. Using your web browsers search tool to find the `hangouts.conversations` entity. You will find something like below.
|
The conversations has to be precreated, the conversation id can be obtained from the `hangouts.conversations` entity, this can be found in **Developer Tools** -> **States**. Using your web browsers search tool to find the `hangouts.conversations` entity. You will find something like below.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
0: {
|
0: {
|
||||||
|
@ -55,7 +55,7 @@ You can find the Vera device id either via the advanced properties of the device
|
|||||||
|
|
||||||
### Using Z-Wave devices in automation
|
### Using Z-Wave devices in automation
|
||||||
|
|
||||||
If you want to use a Z-Wave device from the Vera controller in Home Assistant automation, you'll need the entity id. In the Home Assistant UI you'll find all entities listed under the <img src='/images/screenshots/developer-tool-states-icon.png' alt='service developer tool icon' class="no-shadow" height="38" /> icon of the Developer Tools section. Look for entities that contain 'Vera Device Id' in their attributes, and you'll find the entity id on the left.
|
If you want to use a Z-Wave device from the Vera controller in Home Assistant automation, you'll need the entity id. In the Home Assistant UI you'll find all entities listed under **Developer Tools** -> **States**. Look for entities that contain 'Vera Device Id' in their attributes, and you'll find the entity id on the left.
|
||||||
|
|
||||||
### Sensor
|
### Sensor
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ Available services: `water_heater.set_temperature`, `water_heater.turn_away_mode
|
|||||||
|
|
||||||
<div class='note'>
|
<div class='note'>
|
||||||
|
|
||||||
Not all water heater services may be available for your platform. Be sure to check the available services Home Assistant has enabled by checking <img src='/images/screenshots/developer-tool-services-icon.png' alt='service developer tool icon' class="no-shadow" height="38" /> **Services**.
|
Not all water heater services may be available for your platform. Be sure to check the available services Home Assistant has enabled by checking **Developer Tools** -> **Services**.
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -80,7 +80,7 @@ automation:
|
|||||||
temperature: 24
|
temperature: 24
|
||||||
```
|
```
|
||||||
|
|
||||||
Generally, in Home Assistant, you can use the `homeassistant/turn_off` service to turn devices off. For the Remotec ZXT-120, you must instead make a service call like the following.
|
Generally, in Home Assistant, you can use the `homeassistant.turn_off` service to turn devices off. For the Remotec ZXT-120, you must instead make a service call like the following.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
automation:
|
automation:
|
||||||
@ -99,13 +99,11 @@ automation:
|
|||||||
|
|
||||||
### Test if it works
|
### Test if it works
|
||||||
|
|
||||||
A simple way to test if your Z-Wave climate device is working is to use <img src='/images/screenshots/developer-tool-services-icon.png' alt='service developer tool icon' class="no-shadow" height="38" /> **Services** from the **Developer Tools**. Choose the applicable Climate service from the list of **Available services:** and enter something like the sample below into the **Service Data** field and then press **CALL SERVICE**.
|
A simple way to test if your Z-Wave climate device is working is to use **Developer Tools** -> **Services**. Choose the applicable Climate service from the list of **Available services:** and enter something like the sample below into the **Service Data** field and then press **CALL SERVICE**.
|
||||||
|
|
||||||
```json
|
```yaml
|
||||||
{
|
entity_id: climate.remotec_zxt120_heating_1_id
|
||||||
"entity_id": "climate.remotec_zxt120_heating_1_id",
|
hvac_mode: Heat
|
||||||
"hvac_mode": "Heat"
|
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Cover
|
## Cover
|
||||||
|
Loading…
x
Reference in New Issue
Block a user