ThermoPro
Integrates ThermoPro
Supported devices
The ThermoPro integration will automatically discover devices once the Bluetooth integration is enabled and functional.
配置
要将 ThermoPro integration 添加到您的 Home Assistant 实例中,请使用此 My 按钮:
手动配置步骤
如果上述 My 按钮不起作用,您也可以手动执行以下步骤:
-
浏览到您的 Home Assistant 实例。
-
转到
设置 > 设备与服务。 -
在右下角,选择
Add Integration 按钮。 -
从列表中选择 ThermoPro。
-
按照屏幕上的说明完成设置。
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: {}