From 7ded9add9035aab2cced56a0be7ff766156709e4 Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Wed, 13 Aug 2025 23:44:47 +0200 Subject: [PATCH 1/2] Add mention of number entity --- source/_integrations/togrill.markdown | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/_integrations/togrill.markdown b/source/_integrations/togrill.markdown index 95178fd98f9e..c84d6aaf3d29 100644 --- a/source/_integrations/togrill.markdown +++ b/source/_integrations/togrill.markdown @@ -6,10 +6,12 @@ ha_config_flow: true ha_release: '2025.9' ha_category: - Sensor + - Number ha_domain: togrill ha_bluetooth: true ha_platforms: - sensor + - number ha_integration_type: device ha_codeowners: - '@elupus' @@ -45,6 +47,11 @@ Many ToGrill compatible devices exist from many different vendors. Only a subset **Probe X**: The current temperature of the given temperature probe **Battery**: The current battery level of the device. +## Numbers + +**Target X**: The target temperature of the given temperature probe. Set value to 0 to disable target alarm. +**Alarm Interval**: The interval in minutes between successive alarms. + ## Removing the integration This integration follows standard integration removal. No extra steps are required. From 45df3bafdfdbc9e81903323e0a4e6d55f9803dcd Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 18 Aug 2025 07:53:16 +0200 Subject: [PATCH 2/2] tiny tweak --- source/_integrations/togrill.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/togrill.markdown b/source/_integrations/togrill.markdown index c84d6aaf3d29..53d061f4a940 100644 --- a/source/_integrations/togrill.markdown +++ b/source/_integrations/togrill.markdown @@ -50,7 +50,7 @@ Many ToGrill compatible devices exist from many different vendors. Only a subset ## Numbers **Target X**: The target temperature of the given temperature probe. Set value to 0 to disable target alarm. -**Alarm Interval**: The interval in minutes between successive alarms. +**Alarm interval**: The interval in minutes between successive alarms. ## Removing the integration