Skip to content

Commit

Permalink
docs(get-entities): Remove link from cookbook and fix example links
Browse files Browse the repository at this point in the history
  • Loading branch information
zachowj committed Dec 6, 2021
1 parent a9390c2 commit faec40f
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion docs/.vuepress/config.js
Expand Up @@ -35,7 +35,6 @@ module.exports = {
title: 'Cookbook',
collapsable: false,
children: [
'get-entities',
'jsonata',
'motion-triggered-light',
'saving-and-restoring-states',
Expand Down
6 changes: 3 additions & 3 deletions docs/node/get-entities.md
Expand Up @@ -144,7 +144,7 @@ Using the `get entities` node here to get a possible list of entity ids [binary_

![screenshot](./images/get-entities_03.png)

<<< @/examples/cookbook/get-entities/example_01.json
<<< @/examples/node/get-entities/example_01.json

#### Example 2

Expand All @@ -154,7 +154,7 @@ Using an `inject` node here but you could use your preference of timer node. The

![screenshot](./images/get-entities_02.png)

<<< @/examples/cookbook/get-entities/example_02.json
<<< @/examples/node/get-entities/example_02.json

---

Expand All @@ -166,7 +166,7 @@ Here's my take on it using the `get entities` and a `function` node. Using the `

![screenshot](./images/get-entities_01.png)

<<< @/examples/cookbook/get-entities/example_03.json
<<< @/examples/node/get-entities/example_03.json

Disclaimer: All these examples are untested but should give you a general idea of how to use it.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit faec40f

Please sign in to comment.