✏️ Add missing ha_category (#14834)

This commit is contained in:
Klaas Schoute 2020-10-03 20:05:57 +02:00 committed by GitHub
parent 6ea01135c0
commit a011572c75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,8 @@
---
title: Geolocation
description: Instructions on how to integrate geolocation aware platforms into Home Assistant.
ha_category:
- Geolocation
logo: geo_location.png
ha_release: 0.78
ha_domain: geo_location

View File

@ -2,6 +2,8 @@
title: Home Assistant Core Integration
description: Description of the homeassistant integration.
ha_release: 0.0
ha_category:
- Other
ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'

View File

@ -2,6 +2,8 @@
title: Spot Crime
description: Instructions on how to integrate spotcrime.com into Home Assistant.
ha_release: 0.65
ha_category:
- Sensor
ha_iot_class: Cloud Polling
ha_domain: spotcrime
---

View File

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