File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,12 @@ ha_config_flow: true
6
6
ha_release : ' 2025.9'
7
7
ha_category :
8
8
- Sensor
9
+ - Number
9
10
ha_domain : togrill
10
11
ha_bluetooth : true
11
12
ha_platforms :
12
13
- sensor
14
+ - number
13
15
ha_integration_type : device
14
16
ha_codeowners :
15
17
- ' @elupus'
@@ -45,6 +47,11 @@ Many ToGrill compatible devices exist from many different vendors. Only a subset
45
47
** Probe X** : The current temperature of the given temperature probe
46
48
** Battery** : The current battery level of the device.
47
49
50
+ ## Numbers
51
+
52
+ ** Target X** : The target temperature of the given temperature probe. Set value to 0 to disable target alarm.
53
+ ** Alarm interval** : The interval in minutes between successive alarms.
54
+
48
55
## Removing the integration
49
56
50
57
This integration follows standard integration removal. No extra steps are required.
You can’t perform that action at this time.
0 commit comments