From ab120e20cad495ae9e8dff2612a338d154c95584 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Mon, 19 Jun 2023 17:04:33 +0200 Subject: [PATCH] Document image entity (#27851) Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/image.markdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 source/_integrations/image.markdown diff --git a/source/_integrations/image.markdown b/source/_integrations/image.markdown new file mode 100644 index 00000000000..42f2d5609c7 --- /dev/null +++ b/source/_integrations/image.markdown @@ -0,0 +1,14 @@ +--- +title: Image +description: Instructions on how to integrate images within Home Assistant. +ha_category: + - Image +ha_release: 2023.7 +ha_quality_scale: internal +ha_domain: camera +ha_codeowners: + - '@home-assistant/core' +ha_integration_type: entity +--- + +The image integration allows other integrations to display a static image.