1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00

add support for EZO sensor circuits (#1239)

Co-authored-by: Samuel Sieb <samuel@sieb.net>
This commit is contained in:
Samuel Sieb
2020-11-17 01:01:42 -08:00
committed by GitHub
parent 7e40d4246c
commit d20caa9d60
6 changed files with 143 additions and 0 deletions

View File

@@ -784,6 +784,10 @@ sensor:
- platform: mcp9808
name: "MCP9808 Temperature"
update_interval: 15s
- platform: ezo
id: ph_ezo
address: 99
unit_of_measurement: "pH"
esp32_touch:
setup_mode: False

View File

@@ -421,6 +421,10 @@ sensor:
name: "CSE7766 Current"
power:
name: "CSE776 Power"
- platform: ezo
id: ph_ezo
address: 99
unit_of_measurement: "pH"
time:
- platform: homeassistant