From 0edd534add8907db892884881609e3d6aa676d99 Mon Sep 17 00:00:00 2001 From: Marc Jay <580744+marcjay@users.noreply.github.com> Date: Mon, 1 Dec 2025 10:33:15 +0000 Subject: [PATCH] Fix typos and enhance clarity in tod.markdown Corrected typos and improved sentence structure in YAML configuration section. Removed mentions of including location in configuration as this does not match the configuration variables that can be set --- source/_integrations/tod.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/tod.markdown b/source/_integrations/tod.markdown index 29ea8a9cb03a..85e5407713bd 100644 --- a/source/_integrations/tod.markdown +++ b/source/_integrations/tod.markdown @@ -29,11 +29,11 @@ Off time: ## YAML configuration -Alternatlively, this integration can be configured and set up manually via YAML instead. This has some additional functionality over the UI version. +Alternatively, this integration can be configured and set up manually via YAML. This has some additional functionality over the UI setup. -The time ranges can be provided as absolute local time or using the `sunrise` or `sunset` keyword calculated based on the sun position for location. The location must be provided in the configuration. +The time ranges can be provided as an absolute local time or by using the `sunrise` or `sunset` keyword, calculated based on the sun position for the location. -In addition for sun position based ranges, the negative or positive offset can be configured. +In addition, for sun position-based ranges, a negative or positive offset can be configured. To enable the Times of Day binary sensor in your installation, add the following to your {% term "`configuration.yaml`" %} file: