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