mirror of
https://github.com/syssi/esphome-votronic.git
synced 2025-07-22 12:10:34 +02:00
10 lines
269 B
YAML
10 lines
269 B
YAML
<<: !include esp8266-charger-example-debug.yaml
|
|
|
|
interval:
|
|
- interval: 2s
|
|
then:
|
|
- lambda: |-
|
|
id(votronic0).on_votronic_data({
|
|
0xAA, 0x3A, 0xA0, 0x05, 0xA4, 0x06, 0x78, 0x00, 0x00, 0x00, 0xA0, 0x15, 0x03, 0x00, 0x00, 0xF3
|
|
});
|