Add tree lights.
This commit is contained in:
58
_data/.sonoff-s31.yaml
Normal file
58
_data/.sonoff-s31.yaml
Normal file
@@ -0,0 +1,58 @@
|
||||
logger:
|
||||
baud_rate: 0 # (UART logging interferes with cse7766)
|
||||
|
||||
# Enable Home Assistant API
|
||||
api:
|
||||
|
||||
ota:
|
||||
|
||||
# Device Specific Config
|
||||
|
||||
uart:
|
||||
rx_pin: RX
|
||||
baud_rate: 4800
|
||||
|
||||
binary_sensor:
|
||||
- platform: gpio
|
||||
pin:
|
||||
number: GPIO0
|
||||
mode: INPUT_PULLUP
|
||||
inverted: True
|
||||
name: "${friendly_name} Button"
|
||||
on_press:
|
||||
- switch.toggle: relay
|
||||
- platform: status
|
||||
name: "${friendly_name} Status"
|
||||
|
||||
sensor:
|
||||
- platform: wifi_signal
|
||||
name: "${friendly_name} WiFi Signal"
|
||||
update_interval: 60s
|
||||
- platform: cse7766
|
||||
current:
|
||||
name: "${friendly_name} Current"
|
||||
accuracy_decimals: 1
|
||||
voltage:
|
||||
name: "${friendly_name} Voltage"
|
||||
accuracy_decimals: 1
|
||||
power:
|
||||
name: "${friendly_name} Power"
|
||||
accuracy_decimals: 1
|
||||
id: my_power
|
||||
- platform: total_daily_energy
|
||||
name: "${friendly_name} Daily Energy"
|
||||
power_id: my_power
|
||||
|
||||
switch:
|
||||
- platform: gpio
|
||||
name: "${friendly_name} Relay"
|
||||
pin: GPIO12
|
||||
id: relay
|
||||
restore_mode: ALWAYS_ON
|
||||
|
||||
time:
|
||||
- platform: sntp
|
||||
id: my_time
|
||||
|
||||
status_led:
|
||||
pin: GPIO13
|
||||
Reference in New Issue
Block a user