mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-15 05:16:28 +00:00
Fix typo in usage of bashio (#527)
This commit is contained in:
parent
415deac62a
commit
3911368016
@ -32,7 +32,7 @@ When developing your script:
|
|||||||
```shell
|
```shell
|
||||||
CONFIG_PATH=/data/options.json
|
CONFIG_PATH=/data/options.json
|
||||||
|
|
||||||
TARGET="$(basio::config 'target')"
|
TARGET="$(bashio::config 'target')"
|
||||||
```
|
```
|
||||||
|
|
||||||
So if your `options` contain
|
So if your `options` contain
|
||||||
|
Loading…
x
Reference in New Issue
Block a user