From 81325e5b9b09df0859de7266c6c8e50e66beefff Mon Sep 17 00:00:00 2001 From: mithomas Date: Mon, 17 Jul 2023 11:58:54 +0200 Subject: [PATCH] Fixed typos in creating_integration_manifest.md (#1845) --- docs/creating_integration_manifest.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/creating_integration_manifest.md b/docs/creating_integration_manifest.md index 699667cc..64cc0e73 100644 --- a/docs/creating_integration_manifest.md +++ b/docs/creating_integration_manifest.md @@ -66,8 +66,8 @@ it thus will become mandatory in the future. | Type | Description | ---- | ----------- | `device` | Provides a single device like, for example, ESPHome. | -| `entity` | Provides an basic entity platform, like sensor or light. This should generally not be used. | -| `hardware` | Provides an hardware integration, like Raspbery Pi or Hardkernel. This should generally not be used. | +| `entity` | Provides a basic entity platform, like sensor or light. This should generally not be used. | +| `hardware` | Provides a hardware integration, like Raspbery Pi or Hardkernel. This should generally not be used. | | `helper` | Provides an entity to help the user with automations like input boolean, derivative or group. | | `hub` | Provides a hub integration, with multiple devices or services, like Philips Hue. | | `service` | Provides a single service, like DuckDNS or AdGuard. |