Add hall effect sensor to esp32
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
@@ -13,3 +13,7 @@ logger:
|
||||
status_led:
|
||||
pin:
|
||||
number: GPIO2
|
||||
|
||||
sensor:
|
||||
- platform: esp32_hall
|
||||
name: "ESP chip Hall Effect strength"
|
||||
|
||||
Reference in New Issue
Block a user