mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
commit
833ac5da26
@ -10,7 +10,6 @@ sharing: true
|
|||||||
footer: true
|
footer: true
|
||||||
---
|
---
|
||||||
|
|
||||||
### Plant status
|
|
||||||
A card for all the lovely botanists out there.
|
A card for all the lovely botanists out there.
|
||||||
|
|
||||||
<p class='img'>
|
<p class='img'>
|
||||||
@ -18,14 +17,20 @@ A card for all the lovely botanists out there.
|
|||||||
Screenshot of the plant status card.
|
Screenshot of the plant status card.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
**Options**
|
{% linkable_title Options %}
|
||||||
|
|
||||||
| Name | Type | Default | Description
|
{% configuration %}
|
||||||
| ---- | ---- | ------- | -----------
|
type:
|
||||||
| type | string | **Required** | `plant-status`
|
required: true
|
||||||
| entity | string | **Required** | Entity id of `plant` domain
|
description: picture-status
|
||||||
|
type: string
|
||||||
|
entity:
|
||||||
|
required: true
|
||||||
|
description: "Entity id of `plant` domain"
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
**Example**
|
{% linkable_title Example %}
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- type: plant-status
|
- type: plant-status
|
||||||
|
Loading…
x
Reference in New Issue
Block a user