mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 15:56:51 +00:00
Add missing integration page for the new Image integration (#14521)
This commit is contained in:
parent
47dc8e2593
commit
4e821c2079
28
source/_integrations/image.markdown
Normal file
28
source/_integrations/image.markdown
Normal file
@ -0,0 +1,28 @@
|
||||
---
|
||||
title: Image
|
||||
description: The image integration handle image assets in Home Assistant.
|
||||
ha_category:
|
||||
- Other
|
||||
ha_release: 0.115
|
||||
ha_config_flow: true
|
||||
ha_quality_scale: internal
|
||||
ha_codeowners:
|
||||
- '@home-assistant/core'
|
||||
ha_domain: image
|
||||
---
|
||||
|
||||
The Image integration allows Home Assistant to handle image assets in Home Assistant, for example,
|
||||
the profile photos of your systems account.
|
||||
|
||||
## Configuration
|
||||
|
||||
This integration is by default enabled, unless you've disabled or removed the
|
||||
[`default_config:`](/integrations/default_config/) line from your configuration.
|
||||
|
||||
If that is the case, the following example shows you how to enable this
|
||||
integration manually:
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
image:
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user