Skip to content

Commit

Permalink
Create micro_skydc.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeggleston1981 authored Feb 24, 2022
1 parent 86ed5dd commit 29a4cf0
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions micro_skydc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
substitutions:
device_name: "micro-skydc"
fan_name: "SkyFanDC no Light"

esphome:
name: "${device_name}"
name_add_mac_suffix: true
project:
name: jimmy.micro_skydc
version: "0.1"
esp8266:
board: d1_mini

#This may not be required in the future
external_components:
- source:
type: git
url: https://github.com/jeggleston1981/esphome
ref: dev
components: [ tuya ]

api:

# Logger not using the serial port as tuya needs it
logger:
baud_rate: 0

ota:

wifi:
ap:
password: ""

uart:
rx_pin: GPIO3
tx_pin: GPIO1
baud_rate: 9600

tuya:

fan:
- platform: "tuya"
name: "${fan_name}"
switch_datapoint: 1
speed_datapoint: 3
direction_datapoint: 8
speed_count: 6

0 comments on commit 29a4cf0

Please sign in to comment.