mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-24 01:36:32 +00:00
parent
b941c0108b
commit
0fca3acb61
@ -56,7 +56,7 @@ name:
|
|||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
description: Conditions to display in the frontend.
|
description: Conditions to display in the frontend.
|
||||||
required: true
|
required: true
|
||||||
type: list
|
type: map
|
||||||
keys:
|
keys:
|
||||||
weather:
|
weather:
|
||||||
description: A human-readable text summary.
|
description: A human-readable text summary.
|
||||||
@ -77,7 +77,7 @@ required: inclusive #=> Inclusive
|
|||||||
required: exclusive #=> Exclusive
|
required: exclusive #=> Exclusive
|
||||||
required: any string here #=> Any string here
|
required: any string here #=> Any string here
|
||||||
```
|
```
|
||||||
- **`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).
|
- **`type:`**: The type of the variable. Allowed entries: `string`, `int`, `time`, `template` or `map` (for a list of entries). 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.
|
- **`default:`**: The default value for the variable.
|
||||||
|
|
||||||
### Embedding Code
|
### Embedding Code
|
||||||
|
Loading…
x
Reference in New Issue
Block a user