From fca2e163a36294f00e9a8e05d29fd0519a376ac6 Mon Sep 17 00:00:00 2001 From: nu <2722344+ncd7@users.noreply.github.com> Date: Tue, 28 May 2024 01:07:13 -0400 Subject: [PATCH] Update homeassistant.markdown (#32966) * Update homeassistant.markdown Some minor edits to the doc to (imho) improve the English a bit. * Update source/_integrations/homeassistant.markdown Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Tiny tweak --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/homeassistant.markdown | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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/).