Franck Nijhof cb6c735dd5
2025.3: Beta release notes (#37717)
* 2025.3: Beta release notes

* 2025.3: Sync with codebase

* 2025.3: Tweaks

* tiny tweaks

* tweaks

* some more tweaks

* Update 2025-03-05-release-20253.markdown

* update

* missing breaking change

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
2025-02-26 19:18:13 +01:00

1.8 KiB

title description ha_category ha_bluetooth ha_release ha_iot_class ha_codeowners ha_domain ha_config_flow ha_platforms ha_integration_type
ThermoPro Instructions on how to integrate ThermoPro devices into Home Assistant.
Sensor
true 2022.9 Local Push
@bdraco
@h3ss
thermopro true
button
sensor
integration

Integrates ThermoPro devices into Home Assistant.

Supported devices

The ThermoPro integration will automatically discover devices once the Bluetooth integration is enabled and functional.

{% include integrations/config_flow.md %}

Buttons

These {% term actions %} 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.

{% raw %}

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: {}

{% endraw %}