Add hall effect sensor to esp32

This commit is contained in:
2024-05-07 15:54:29 +02:00
parent e7d6943c09
commit 312aa4142f
2 changed files with 11 additions and 3 deletions
+7 -3
View File
@@ -14,9 +14,13 @@ ethernet:
domain: ""
text_sensor:
- platform: ethernet_info
ip_address:
name: "Device IP (Ethernet)"
- platform: ethernet_info
ip_address:
name: "Device IP (Ethernet)"
sensor:
- platform: esp32_hall
name: "ESP chip Hall Effect strength"
logger:
+4
View File
@@ -13,3 +13,7 @@ logger:
status_led:
pin:
number: GPIO2
sensor:
- platform: esp32_hall
name: "ESP chip Hall Effect strength"