diff --git a/source/_integrations/scene.markdown b/source/_integrations/scene.markdown
index 3784ecdc936..8b8111c59cd 100644
--- a/source/_integrations/scene.markdown
+++ b/source/_integrations/scene.markdown
@@ -25,6 +25,11 @@ Every scene entity does keep track of the timestamp of when the last time
the scene entity was called via the Home Assistant UI or called via
an action.
+
+
+Screenshot showing the state of a scene entity in the developer tools.
+
+
## Scenes created by integrations
Some integrations like [Philips Hue](/integrations/hue), [MQTT](/integrations/mqtt), and [KNX](/integrations/knx) provide scenes. You can activate them from the Home Assistant UI or via as an action. In this case, the integration provides the preferred states to restore.
diff --git a/source/images/integrations/scene/state_scene.png b/source/images/integrations/scene/state_scene.png
new file mode 100644
index 00000000000..f0f9d5eb1c6
Binary files /dev/null and b/source/images/integrations/scene/state_scene.png differ