Skip to content

Add mention of number entity #40426

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 18, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions source/_integrations/togrill.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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.
Expand Down