diff --git a/source/_lovelace/plant-status.markdown b/source/_lovelace/plant-status.markdown index 55f362eb91b..c6a8e72702c 100644 --- a/source/_lovelace/plant-status.markdown +++ b/source/_lovelace/plant-status.markdown @@ -2,7 +2,7 @@ layout: page title: "Plant Status Card" sidebar_label: Plant Status -description: "TBD" +description: "The Plant card gives you an easy way of viewing the status of your plants" date: 2018-07-01 10:28 +00:00 sidebar: true comments: false @@ -10,4 +10,22 @@ sharing: true footer: true --- -TBD \ No newline at end of file +A card for all the lovely botanists out there. + +

+Screenshot of the plant card +Screenshot of the plant card. +

+ + +| Name | Type | Default | Description +| ---- | ---- | ------- | ----------- +| type | string | **Required** | `plant-status` +| entity | string | **Required** | Entity id of `plant` domain + +**Example** + +```yaml +- type: plant-status + entity: plant.bonsai +``` diff --git a/source/images/lovelace/lovelace_picture.png b/source/images/lovelace/lovelace_picture.png new file mode 100644 index 00000000000..8de121e63aa Binary files /dev/null and b/source/images/lovelace/lovelace_picture.png differ diff --git a/source/images/lovelace/lovelace_plant.png b/source/images/lovelace/lovelace_plant.png new file mode 100644 index 00000000000..6a209e5d21d Binary files /dev/null and b/source/images/lovelace/lovelace_plant.png differ diff --git a/source/images/lovelace/lovelace_vertical-horizontal-stack.png b/source/images/lovelace/lovelace_vertical-horizontal-stack.png new file mode 100644 index 00000000000..9efe7ed0dc9 Binary files /dev/null and b/source/images/lovelace/lovelace_vertical-horizontal-stack.png differ diff --git a/source/images/lovelace/lovelace_vertical-stack.png b/source/images/lovelace/lovelace_vertical-stack.png new file mode 100644 index 00000000000..e24e9baad2f Binary files /dev/null and b/source/images/lovelace/lovelace_vertical-stack.png differ diff --git a/source/images/lovelace/lovelace_weather.png b/source/images/lovelace/lovelace_weather.png new file mode 100644 index 00000000000..808038b63ab Binary files /dev/null and b/source/images/lovelace/lovelace_weather.png differ