Fixed typos in creating_integration_manifest.md (#1845)

This commit is contained in:
mithomas 2023-07-17 11:58:54 +02:00 committed by GitHub
parent d50470308f
commit 81325e5b9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. |