Skip to content

Commit 63ee4ed

Browse files
committed
Add additional types
1 parent cf33748 commit 63ee4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/developers/documentation/create_page.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ required: inclusive #=> Inclusive
8686
required: exclusive #=> Exclusive
8787
required: any string here #=> Any string here
8888
```
89-
- **`type:`**: The type of the variable. Allowed entries: `string`, `int` or `map`. For multiple possibilities use `[string, int]`. If you use `map` then you need to define `keys:` (see the [`template` sensor](/components/sensor.template/) for an example).
89+
- **`type:`**: The type of the variable. Allowed entries: `string`, `int`, `time`, `template` or `map`. For multiple possibilities use `[string, int]`. If you use `map` then you need to define `keys:` (see the [`template` sensor](/components/sensor.template/) for an example).
9090
- **`default:`**: The default value for the variable.
9191

9292
### {% linkable_title Embedding Code %}

0 commit comments

Comments
 (0)