ThermoPro
Integrates ThermoPro
Supported devices
The ThermoPro integration will automatically discover devices once the Bluetooth integration is enabled and functional.
Configuration
To add the ThermoPro integration to your Home Assistant instance, use this My button:
Manual configuration steps
If the above My button doesn’t work, you can also perform the following steps manually:
-
Browse to your Home Assistant instance.
-
In the bottom right corner, select the
Add Integration button. -
From the list, select ThermoPro.
-
Follow the instructions on screen to complete the setup.
Buttons
These actionsActions are used in several places in Home Assistant. As part of a script or automation, actions define what is going to happen once a trigger is activated. In scripts, an action is called sequence. [Learn more] allow one to set the time on supported devices (TP358, TP393) via Home Assistant.
Button Set Date&Time
Sets the date & time on target devices to the system time in 24-hour notation. The device is capable of showing 12-hour notation (AM/PM) but setting this is currently not implemented.
For example, the following automation sets the datetime of the thermometer each day.
mode: single
triggers:
- trigger: time
at: "03:03:03"
conditions: []
actions:
- action: button.press
target:
entity_id: button.tp_358_xxxx_your_device_set_date_time
data: {}