[mcp3204] differential mode support (#7436)

Co-authored-by: marko <marko@>
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
This commit is contained in:
Marko Draca
2025-11-21 20:50:07 +01:00
committed by GitHub
parent 972b7e84fe
commit 782aee92a7
6 changed files with 36 additions and 14 deletions

View File

@@ -4,7 +4,21 @@ mcp3204:
sensor:
- platform: mcp3204
id: mcp3204_sensor
id: mcp3204_default_single_0
mcp3204_id: mcp3204_hub
number: 0
update_interval: 5s
- platform: mcp3204
id: mcp3204_single_0
mcp3204_id: mcp3204_hub
number: 0
diff_mode: false
update_interval: 5s
- platform: mcp3204
id: mcp3204_diff_0_1
mcp3204_id: mcp3204_hub
number: 0
diff_mode: true
update_interval: 5s