diff --git a/source/_integrations/homee.markdown b/source/_integrations/homee.markdown index 0e2ba87673e..4703f12998a 100644 --- a/source/_integrations/homee.markdown +++ b/source/_integrations/homee.markdown @@ -1,6 +1,6 @@ --- -title: Homee -description: Instructions on how to setup Homee devices in Home Assistant. +title: homee +description: Instructions on how to setup homee devices in Home Assistant. ha_category: - Alarm - Binary sensor @@ -44,17 +44,17 @@ ha_integration_type: hub ha_quality_scale: silver --- -[Homee](https://hom.ee) is a smart home system, able to integrate various protocols such as Z-Wave, Zigbee, EnOcean, and more. The Homee {% term integration %} will let you use the {% term devices %} from your Homee in Home Assistant. +[homee](https://hom.ee) is a smart home system, able to integrate various protocols such as Z-Wave, Zigbee, EnOcean, and more. The homee {% term integration %} will let you use the {% term devices %} from your homee in Home Assistant. ## Prerequisites -You need to create a new user in your Homee app. Create a user that is only used by Home Assistant. For security reasons, it's recommended to: +You need to create a new user in your homee app. Create a user that is only used by Home Assistant. For security reasons, it's recommended to: - Use a strong, unique password. - Restrict the user's permissions for what you want to do from Home Assistant. - Do not use this account for any other purpose. -1. In your Homee app, in the top-left corner, tap the menu button. +1. In your homee app, in the top-left corner, tap the menu button. 2. On the top right of the opening menu, tap the gear {% icon "mdi:gear-outline" %} icon. 3. Choose **Manage users**. 4. Choose **Add user** and configure the desired values. @@ -63,7 +63,7 @@ You need to create a new user in your Homee app. Create a user that is only used {% configuration_basic %} Host: - description: The IP Address of your Homee. + description: The IP Address of your homee. User: description: The username you chose in the Prerequisites. Password: @@ -71,11 +71,11 @@ Password: {% endconfiguration_basic %} Available devices will automatically show up in your Home Assistant installation. -New devices added to Homee will be automatically discovered after a restart of Home Assistant. This restart is only required when adding new devices, not for state updates of existing devices. +New devices added to homee will be automatically discovered after a restart of Home Assistant. This restart is only required when adding new devices, not for state updates of existing devices. ## Limitations -Changed values are reported from Homee in defined time intervals and not always in realtime. For example, while a cover moves, the position is updated only every few seconds and intermediate states may be missed by Home Assistant. +Changed values are reported from homee in defined time intervals and not always in realtime. For example, while a cover moves, the position is updated only every few seconds and intermediate states may be missed by Home Assistant. ## Troubleshooting @@ -83,7 +83,7 @@ First, see the general [Home Assistant troubleshooting guide](/docs/configuratio The **homee** integration supports [debug logs and diagnostics](/docs/configuration/troubleshooting/#debug-logs-and-diagnostics). -### Homee device not working as expected +### homee device not working as expected Make sure, the {% term device %} works as expected in homee. If a homee device shows up in Home Assistant, but does not work as expected or is missing {% term entities %}, open a [report](https://github.com/home-assistant/core/issues) and attach error logs and the device's {% term diagnostics %} data. @@ -105,6 +105,6 @@ This integration supports reconfiguration, allowing you to change the IP address ## Removing the integration -This integration follows standard integration removal, and once the integration is removed, you can also remove the dedicated user from your Homee. +This integration follows standard integration removal, and once the integration is removed, you can also remove the dedicated user from your homee. {% include integrations/remove_device_service.md %}