Integrate Combustion predictive probes into Home Assistant.
This integration will set up the following platforms.
Platform | Description |
---|---|
binary_sensor |
Show battery status from probes on your Meatnet. |
sensor |
Show temperature data from probes on your Meatnet. |
- Using the tool of choice open the directory (folder) for your HA configuration (where you find
configuration.yaml
). - If you do not have a
custom_components
directory (folder) there, you need to create it. - In the
custom_components
directory (folder) create a new folder calledcombustion
. - Download all the files from the
custom_components/combustion/
directory (folder) in this repository. - Place the files you downloaded in the new directory (folder) you created.
- Restart Home Assistant
- Ensure you have a Combustion device turned on, and within bluetooth range of Home Assistant .
- In the HA UI go to "Configuration" -> "Integrations" to see your discovered Combustion device.
There is currently no configuration required for this integration. Once the integration discovers your Combustion device(s), it will prompt you to add them on the Integrations page.
This integration supports reading temperature and battery data from Combustion's Predictive Thermometer.
This integration can read data from a probe directly, or via a Meatnet repeater such as the Range-Extending Booster or Range-Extending Display.
This integration will not display information about the repeater itself, only the probes connected to it.
If you want to contribute to this please read the Contribution guidelines
Combustion, Inc. for their wonderful documentation and code samples.