Add some missing media source categories (#21807)

This commit is contained in:
Paulus Schoutsen 2022-02-25 09:22:22 -08:00 committed by GitHub
parent 4f0760ca72
commit 0c765d90f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,7 @@ title: Camera
description: Instructions on how to integrate cameras within Home Assistant.
ha_category:
- Camera
- Media Source
ha_release: 0.7
ha_quality_scale: internal
ha_domain: camera

View File

@ -4,6 +4,7 @@ description: Instructions on how to integrate Kodi into Home Assistant.
ha_category:
- Notifications
- Media Player
- Media Source
ha_release: pre 0.7
ha_iot_class: Local Push
ha_codeowners:

View File

@ -8,6 +8,7 @@ ha_category:
- Climate
- Doorbell
- Sensor
- Media Source
ha_iot_class: Cloud Push
ha_release: 0.7
ha_config_flow: true

View File

@ -9,6 +9,7 @@ ha_category:
- Climate
- Camera
- Light
- Media Source
ha_release: '0.20'
ha_iot_class: Cloud Polling
ha_codeowners:

View File

@ -3,6 +3,7 @@ title: Radio Browser
description: Instructions on how to integrate Radio Browser into Home Assistant.
ha_category:
- Multimedia
- Media Source
ha_release: 2022.3
ha_iot_class: Cloud Polling
ha_domain: radio_browser

View File

@ -3,6 +3,7 @@ title: Text-to-Speech (TTS)
description: Instructions on how to set up Text-to-Speech (TTS) with Home Assistant.
ha_category:
- Text-to-speech
- Media Source
ha_release: 0.35
ha_codeowners:
- '@pvizeli'