mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 03:12:20 +01:00
Add some components to the new testing framework (S part 1) (#6224)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
19
tests/components/shelly_dimmer/test.esp8266.yaml
Normal file
19
tests/components/shelly_dimmer/test.esp8266.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
uart:
|
||||
- id: uart_shelly_dimmer
|
||||
tx_pin: 4
|
||||
rx_pin: 5
|
||||
baud_rate: 9600
|
||||
|
||||
light:
|
||||
- platform: shelly_dimmer
|
||||
name: Shelly Dimmer Light
|
||||
power:
|
||||
name: Shelly Dimmer Power
|
||||
voltage:
|
||||
name: Shelly Dimmer Voltage
|
||||
current:
|
||||
name: Shelly Dimmer Current
|
||||
max_brightness: 500
|
||||
firmware: "51.6"
|
||||
nrst_pin: 13
|
||||
boot0_pin: 14
|
Reference in New Issue
Block a user