ThermoPro

Integrates ThermoPro devices into Home Assistant.

Supported devices

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

配置

要将 ThermoPro integration 添加到您的 Home Assistant 实例中,请使用此 My 按钮:

手动配置步骤

如果上述 My 按钮不起作用,您也可以手动执行以下步骤:

Buttons

These actions动作在 Home Assistant 的多个地方使用。作为脚本或自动化的一部分,动作定义了触发器被激活后将发生的事情。在脚本中,动作被称为序列 [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: {}