跳转到内容

HTE501 温湿度传感器

hte501 传感器平台温湿度传感器允许您在 ESPHome 中使用 HTE501 (数据手册, E+E HTE501) 传感器。 需要在配置中设置 I²C 总线 才能使此传感器正常工作。

# 示例配置条目
sensor:
- platform: hte501
temperature:
name: "Temperature"
humidity:
name: "Humidity"
  • temperature (可选):温度传感器的信息。

    • 所有选项来自 Sensor
  • humidity (可选):湿度传感器的信息。

    • 所有选项来自 Sensor
  • address (可选, 整数):手动指定传感器的 I²C 地址。 默认为 0x40

  • update_interval (可选, 时间):检查传感器的时间间隔。默认为 60s