From 0d023fdf9ca3e833541e0f5367e632cbc2cd2e54 Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Tue, 5 Aug 2025 23:06:00 +0200 Subject: [PATCH 1/6] Add intial documentation for togrill --- source/_integrations/togrill.markdown | 54 +++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 source/_integrations/togrill.markdown diff --git a/source/_integrations/togrill.markdown b/source/_integrations/togrill.markdown new file mode 100644 index 000000000000..3da29359dcb7 --- /dev/null +++ b/source/_integrations/togrill.markdown @@ -0,0 +1,54 @@ +--- +title: ToGrill Bluetooth BBQ thermometers +description: Control and monitor your ToGrill compatible BBQ thermometers. +ha_iot_class: Local Poll +ha_config_flow: true +ha_release: '2025.10' +ha_category: + - Sensor +ha_domain: togrill +ha_bluetooth: true +ha_platforms: + - sensor +ha_integration_type: device +ha_codeowners: + - '@elupus' +ha_quality_scale: bronze +--- + +The ToGrill {% term integration %} allows you to connect your ToGrill compatible Bluetooth grill thermometer + +{% tip %} + +The recommended way to connect the device to Home Assistant is by using an [ESPHome Bluetooth Proxy](https://esphome.io/projects/?type=bluetooth), as they provide the best experience. + +{% endtip %} + +{% include integrations/config_flow.md %} + +Home Assistant will display a list of addresses of the available desks, and you just need to select the one you want to add. Repeat the process to add more than one desk. + +{% note %} +When the Home Assistant integration is active, it will take exclusive control over the device and block access by other controllers like the standard smart phone applications. +{% endnote %} + +## Known working devices + +Many ToGrill compatible devices exist from many different vendors only a subset have been tested successfully. These are known to work, other detected devices may work or may not work as expected. + +| Device | Model | +|----------------------------------|--------| +| Rubicson - BBQ probe thermometer | Pro-05 | + +## Sensors + +{% configuration_basic %} +Probe X: + description: The current temperature of the given temperature probe +{% endconfiguration_basic %} + +## Removing the integration + +This integration follows standard integration removal. No extra steps are required. + +{% include integrations/remove_device_service.md %} From 2517d4c3a09690072010618a05edfb777ba0a33d Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Thu, 7 Aug 2025 07:11:59 +0200 Subject: [PATCH 2/6] tiny style tweaks --- source/_integrations/togrill.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/togrill.markdown b/source/_integrations/togrill.markdown index 3da29359dcb7..a2dd14f62b09 100644 --- a/source/_integrations/togrill.markdown +++ b/source/_integrations/togrill.markdown @@ -16,7 +16,7 @@ ha_codeowners: ha_quality_scale: bronze --- -The ToGrill {% term integration %} allows you to connect your ToGrill compatible Bluetooth grill thermometer +The ToGrill {% term integration %} allows you to connect your ToGrill compatible Bluetooth grill thermometer. {% tip %} @@ -34,7 +34,7 @@ When the Home Assistant integration is active, it will take exclusive control ov ## Known working devices -Many ToGrill compatible devices exist from many different vendors only a subset have been tested successfully. These are known to work, other detected devices may work or may not work as expected. +Many ToGrill compatible devices exist from many different vendors. Only a subset has been tested successfully. These are known to work. Other detected devices may work or may not work as expected. | Device | Model | |----------------------------------|--------| From 418493ce30ae84bef7045b37704fac5f6520feb0 Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Thu, 7 Aug 2025 10:27:23 +0200 Subject: [PATCH 3/6] Update source/_integrations/togrill.markdown Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/togrill.markdown | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source/_integrations/togrill.markdown b/source/_integrations/togrill.markdown index a2dd14f62b09..cfca21f995f4 100644 --- a/source/_integrations/togrill.markdown +++ b/source/_integrations/togrill.markdown @@ -42,10 +42,7 @@ Many ToGrill compatible devices exist from many different vendors. Only a subset ## Sensors -{% configuration_basic %} -Probe X: - description: The current temperature of the given temperature probe -{% endconfiguration_basic %} +**Probe X**: The current temperature of the given temperature probe ## Removing the integration From ec66bbe55380c4377c176d181537b53f03f92312 Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Fri, 8 Aug 2025 23:51:35 +0200 Subject: [PATCH 4/6] Remark as push --- 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 cfca21f995f4..2f5506cef247 100644 --- a/source/_integrations/togrill.markdown +++ b/source/_integrations/togrill.markdown @@ -1,7 +1,7 @@ --- title: ToGrill Bluetooth BBQ thermometers description: Control and monitor your ToGrill compatible BBQ thermometers. -ha_iot_class: Local Poll +ha_iot_class: Local Push ha_config_flow: true ha_release: '2025.10' ha_category: From ad15fd3a469631746f03374eec638351926646e3 Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Sat, 9 Aug 2025 00:26:12 +0200 Subject: [PATCH 5/6] Update source/_integrations/togrill.markdown Co-authored-by: Joost Lekkerkerker --- 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 2f5506cef247..9ed84d6afb99 100644 --- a/source/_integrations/togrill.markdown +++ b/source/_integrations/togrill.markdown @@ -3,7 +3,7 @@ title: ToGrill Bluetooth BBQ thermometers description: Control and monitor your ToGrill compatible BBQ thermometers. ha_iot_class: Local Push ha_config_flow: true -ha_release: '2025.10' +ha_release: '2025.9' ha_category: - Sensor ha_domain: togrill From ccda03520607d8fd445c639a10883bc6e2550a2f Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Sat, 9 Aug 2025 00:27:54 +0200 Subject: [PATCH 6/6] Update source/_integrations/togrill.markdown --- source/_integrations/togrill.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/togrill.markdown b/source/_integrations/togrill.markdown index 9ed84d6afb99..95178fd98f9e 100644 --- a/source/_integrations/togrill.markdown +++ b/source/_integrations/togrill.markdown @@ -43,6 +43,7 @@ Many ToGrill compatible devices exist from many different vendors. Only a subset ## Sensors **Probe X**: The current temperature of the given temperature probe +**Battery**: The current battery level of the device. ## Removing the integration