diff --git a/source/_integrations/homeassistant.markdown b/source/_integrations/homeassistant.markdown index cd6ca218562..fa9882db38a 100644 --- a/source/_integrations/homeassistant.markdown +++ b/source/_integrations/homeassistant.markdown @@ -18,9 +18,9 @@ related: - docs: /docs/configuration/customizing-devices/ --- -The **Home Assistant Core** {% term integration %} provides generic implementations like the generic `homeassistant.turn_on`. +The **Home Assistant Core** {% term integration %} provides generic implementations like the generic `homeassistant.turn_on` service. -## Editing the general settings in YAML +## Editing the General Settings in YAML The Home Assistant Core integration is also responsible for the general settings. These settings are defined during onboarding, but you can change them later under {% my general title="**Settings** > **System** > **General**" %}. For the detailed steps, refer to [Basic settings](/docs/configuration/basic/). @@ -143,12 +143,12 @@ debug: default: false {% endconfiguration %} -## Editing the entity settings in YAML +## Editing entity settings in YAML -The Home Assistant Core integration is also responsible for the entity settings. +The Home Assistant Core integration is also responsible for entity settings. By default, all of your devices will be visible and have a default icon determined by their domain. You can customize the look and feel of your front page by altering some of these parameters. This can be done by overriding attributes of specific entities. -Most of these settings can be changed from the UI. For the detailed steps, refer to [Customizing entites](/docs/configuration/customizing-devices/). +Most of these settings can be changed from the UI. For the detailed steps, refer to [Customizing entities](/docs/configuration/customizing-devices/). If you prefer editing in YAML, you can define your general settings in the [`configuration.yaml` file](/docs/configuration/).