Changed Pinout for final hardware assembly.

This commit is contained in:
Marcus Scholz 2022-12-06 13:44:29 +01:00
parent acc3e5c9c8
commit ae70e9eead

View File

@ -30,12 +30,12 @@ ota:
password: !secret ota password: !secret ota
spi: spi:
clk_pin: 16 clk_pin: 18
mosi_pin: 19 mosi_pin: 21
display: display:
- platform: max7219 - platform: max7219
cs_pin: 5 cs_pin: 16
num_chips: 1 num_chips: 1
lambda: |- lambda: |-
if(id(sun_state).has_state()) { if(id(sun_state).has_state()) {
@ -52,7 +52,7 @@ display:
# Here we calc and include to the firmware a power and doze values of ionizing radiation as sensor outputs # Here we calc and include to the firmware a power and doze values of ionizing radiation as sensor outputs
sensor: sensor:
- platform: pulse_counter - platform: pulse_counter
pin: 23 pin: 19
unit_of_measurement: "µSv/h" unit_of_measurement: "µSv/h"
name: "Radioaktive Strahlungsleistung" name: "Radioaktive Strahlungsleistung"
icon: "mdi:radioactive" icon: "mdi:radioactive"