Skip to content

Commit

Permalink
Add additional types
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Nov 10, 2017
1 parent cf33748 commit 63ee4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/developers/documentation/create_page.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ required: inclusive #=> Inclusive
required: exclusive #=> Exclusive
required: any string here #=> Any string here
```
- **`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).
- **`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).
- **`default:`**: The default value for the variable.

### {% linkable_title Embedding Code %}
Expand Down

0 comments on commit 63ee4ed

Please sign in to comment.