Updated pingfuss.yaml and tabletenniscounter.yaml

This commit is contained in:
2024-05-01 12:33:02 +02:00
parent 69851b34ff
commit a837b8494a
4 changed files with 97 additions and 41 deletions

View File

@@ -2,15 +2,12 @@ esphome:
name: tabletenniscounter
platform: ESP8266
board: nodemcuv2
includes:
- cpp-files/tableTennisDisplay.h
libraries:
- "makuna/NeoPixelBus"
custom_component:
- lambda: |-
auto customNumberDisplay = new CustomNumberDisplayComponent();
return {customNumberDisplay};
external_components:
- source:
type: local
path: external_components/
components: [ ws2812_table_tennis ]
# Enable logging
logger:
@@ -19,7 +16,6 @@ ota:
password: !secret ttdpassword
api:
password: !secret ttdpassword
encryption:
key: !secret ttdkey
@@ -48,4 +44,9 @@ mqtt:
broker: !secret mqtt_broker_1
client_id: "tableTennisCounter"
username: !secret mqtt_broker_1_username
password: !secret mqtt_broker_1_password
password: !secret mqtt_broker_1_password
ws2812_table_tennis:
# name: Led Display
red_number: red_num
blue_number: blue_num