mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
📚Update pushbullet link and fix markdown linting (#10546)
This commit is contained in:
parent
e7c0e88e90
commit
58c014fe60
@ -7,7 +7,7 @@ redirect_from: /getting-started/yaml/
|
||||
Home Assistant uses the [YAML](http://yaml.org/) syntax for configuration. YAML might take a while to get used to but is really powerful in allowing you to express complex configurations.
|
||||
|
||||
For each integration that you want to use in Home Assistant, you add code in your `configuration.yaml` file to specify its settings.
|
||||
The following example entry specifies that you want to use the [notify component](/integrations/notify) with the [pushbullet platform](/integrations/notify.pushbullet).
|
||||
The following example entry specifies that you want to use the [notify component](/integrations/notify) with the [pushbullet platform](/integrations/pushbullet).
|
||||
|
||||
|
||||
```yaml
|
||||
@ -62,7 +62,7 @@ sensor:
|
||||
state_topic: sensor2/topic
|
||||
```
|
||||
|
||||
### Using Environment Variables
|
||||
## Using Environment Variables
|
||||
|
||||
You can include values from your system's environment variables with `!env_var`.
|
||||
|
||||
@ -71,7 +71,7 @@ http:
|
||||
api_password: !env_var PASSWORD
|
||||
```
|
||||
|
||||
#### Default Value
|
||||
### Default Value
|
||||
|
||||
If an environment variable is not set, you can fallback to a default value.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user