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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user