Updated pingfuss.yaml and tabletenniscounter.yaml
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user