Sync title/names with codebase (#11659)

This commit is contained in:
Franck Nijhof 2020-01-07 16:18:43 +01:00 committed by GitHub
parent 6d684f6bb4
commit 81169a8f1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 21 additions and 23 deletions

View File

@ -1,6 +1,6 @@
---
title: "Brother Printer"
description: "Instructions on how to integrate a Brother printer into Home Assistant."
title: Brother Printer
description: Instructions on how to integrate a Brother printer into Home Assistant.
logo: brother.png
ha_category:
- System Monitor

View File

@ -1,6 +1,6 @@
---
title: "Elgato Key Light"
description: "Instructions on how to integrate an Elgato Key Light with Home Assistant."
title: Elgato Key Light
description: Instructions on how to integrate an Elgato Key Light with Home Assistant.
logo: elgato.jpg
ha_category:
- Light

View File

@ -1,6 +1,6 @@
---
title: "GIOŚ"
description: "Instructions on how to integrate GIOŚ (Polish Chief Inspectorate Of Environmental Protection) air quality service into Home Assistant."
title: GIOŚ
description: Instructions on how to integrate GIOŚ (Polish Chief Inspectorate Of Environmental Protection) air quality service into Home Assistant.
logo: gios.png
ha_category:
- Health
@ -28,4 +28,4 @@ station_id:
description: Specify ID of the measuring station.
required: true
type: integer
{% endconfiguration %}
{% endconfiguration %}

View File

@ -6,7 +6,7 @@ ha_category:
- Presence Detection
- Sensor
ha_iot_class: Cloud Polling
ha_release: "0.10"
ha_release: '0.10'
---
The `icloud` integration allows you to detect presence using the [iCloud](https://www.icloud.com/) service. iCloud allows users to track their location on iOS devices.

View File

@ -1,6 +1,6 @@
---
title: "IntesisHome AC Controller"
description: "Instructions how to integrate IntesisHome AC devices with Home Assistant"
title: IntesisHome
description: Instructions how to integrate IntesisHome AC devices with Home Assistant
logo: intesishome.png
ha_category: Climate
ha_release: 0.104

View File

@ -1,6 +1,6 @@
---
title: "KEF Speakers"
description: "Instructions on how to integrate KEF Speakers into Home Assistant."
title: KEF
description: Instructions on how to integrate KEF Speakers into Home Assistant.
logo: kef.png
ha_category:
- Media Player

View File

@ -1,6 +1,6 @@
---
title: "Local IP Address"
description: "Instructions on how to integrate the Local IP Address sensor into Home Assistant."
title: Local IP Address
description: Instructions on how to integrate the Local IP Address sensor into Home Assistant.
logo: home-assistant.png
ha_category:
- Network

View File

@ -1,6 +1,6 @@
---
title: "Sentry"
description: "Record errors to Sentry."
title: Sentry
description: Record errors to Sentry.
logo: sentry.png
ha_category:
- System Monitor

View File

@ -1,6 +1,6 @@
---
title: "Signal Messenger"
description: "Instructions on how to integrate Signal Messenger within Home Assistant."
title: Signal Messenger
description: Instructions on how to integrate Signal Messenger within Home Assistant.
logo: signal_messenger.png
ha_category:
- Notifications

View File

@ -1,11 +1,11 @@
---
title: "Sure Petcare"
description: "Instructions on how to integrate the Sure Petcare cat and pet flaps into Home Assistant."
title: Sure Petcare
description: Instructions on how to integrate the Sure Petcare cat and pet flaps into Home Assistant.
date: 2019-06-08 20:00
ha_category:
- Binary Sensor
- Sensor
ha_release: '0.104.0'
ha_release: 0.104.0
ha_iot_class: Cloud Polling
---

View File

@ -104,5 +104,3 @@ The actual linking can be realized by two automation rules. One rule to control
- entity_id: light.led_push_button_10
service: light.toggle
```